Filostorm / Multiblock-Madness-2

The 1.18 sequel
GNU General Public License v3.0
8 stars 6 forks source link

Empty Tag in "Arboreal Extractor" recipe #9

Closed iasazo closed 1 year ago

iasazo commented 1 year ago

The recipe for the "arboreal extractor" is broken. It requires an item with the tag "forge:cogwheels" but claims that that tag is empty. This makes the item uncraftable.

BenFan1002 commented 1 year ago

You can temporarily fix this by change .minecraft\versions\MBM18\kubejs\server_scripts\mod_scripts\thermal.js the follwoing in event.shaped('thermal:device_tree_extractor', [ 'ABA', 'CDC', 'AEA' ], { A: '#minecraft:planks', B: '#forge:gears/copper', C: '#extendedgears:cogwheel', // changed this line from forge:cogwheels to this D: 'thermal:redstone_servo', E: 'minecraft:bucket' }).id("mbm2:device_tree_extractor")

Filostorm commented 1 year ago

Fixed in 0.1.8