Modpack-1.12.2/scripts/ExNihilo&Compressum.zs

20 lines
662 B
Text
Raw Permalink Normal View History

2022-11-01 19:09:22 +01:00
import mods.jei.JEI.removeAndHide as rh;
# Duplicate compressed blocks
rh(<excompressum:compressed_block:2>);
rh(<excompressum:compressed_block:3>);
rh(<excompressum:compressed_block:4>);
rh(<excompressum:compressed_block:1>);
rh(<excompressum:compressed_block:9>);
# Crucibles
rh(<excompressum:wooden_crucible>);
rh(<excompressum:wooden_crucible:1>);
rh(<excompressum:wooden_crucible:2>);
rh(<excompressum:wooden_crucible:3>);
rh(<excompressum:wooden_crucible:4>);
rh(<excompressum:wooden_crucible:5>);
rh(<exnihilocreatio:block_crucible>);
rh(<exnihilocreatio:block_crucible_wood>);
rh(<exnihilocreatio:block_crucible:1>);