[BUG] Fix DML Multiblock NBT Issue

This commit is contained in:
IntegerLimit 2023-08-29 13:18:59 +10:00
parent 5671bca7fe
commit 758f7e704c

2
overrides/scripts/multiblock_dml.zs Normal file → Executable file
View File

@ -159,7 +159,7 @@ for mob, cost in mobs {
.duration(301)
.EUt(cost / 4 as int)
.inputs(<deepmoblearning:polymer_clay>)
.notConsumable(itemUtils.getItem(model_prefix + mob))
.notConsumable(itemUtils.getItem(model_prefix + mob).withEmptyTag())
.outputs(pristine_types[mob])
.chancedOutput(itemUtils.getItem(pristine_prefix + mob), PRISTINE_CHANCE_FIXED * 100, 0)
.buildAndRegister();