fix sticky piston heads

This commit is contained in:
David Allemang
2026-07-04 11:10:12 -04:00
parent 7b0c4e4554
commit f41eb12e39
7 changed files with 28 additions and 49 deletions

View File

@@ -3,6 +3,7 @@
"textures": {
"platform": "minecraft:block/piston_top",
"side": "minecraft:block/piston_side",
"unsticky": "minecraft:block/piston_top"
"unsticky": "minecraft:block/piston_top",
"unsticky_side": "minecraft:block/piston_side"
}
}