Modpack-1.12.2/scripts/ExNihilo&Compressum.zs
2022-11-01 19:14:43 +01:00

20 lines
No EOL
662 B
Text

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>);