fix dupe with pressure plates

This commit is contained in:
Pyritie
2026-02-18 12:01:34 +00:00
parent 61453de173
commit 47cdbaa970

View File

@@ -1053,6 +1053,8 @@ const registerMinecraftRecipes = (event) => {
.circuit(3)
.duration(50)
.EUt(2)
TFGHelpers.registerMaterialInfo(`minecraft:${x.type}_pressure_plate`, [GTMaterials.Air, 1])
})
event.shapeless('3x minecraft:polished_blackstone_button', ['minecraft:polished_blackstone_pressure_plate', '#forge:tools/saws'])