changed the default trapdoor entry for allowed-above-seat to require an open=true blockstate

This commit is contained in:
Oth3r 2025-08-21 14:59:46 -05:00
commit 360874357f
Failed to generate hash of commit

View file

@ -85,7 +85,7 @@ public class FileData {
new CustomBlock( new CustomBlock(
new ArrayList<>(), new ArrayList<>(),
new ArrayList<>(List.of("#minecraft:trapdoors")), new ArrayList<>(List.of("#minecraft:trapdoors")),
new ArrayList<>()) new ArrayList<>(List.of("open=true")))
)); ));
public static final HandSetting MAIN_HAND = new HandSetting(HandSetting.SittingRequirement.EMPTY, new HandSetting.Filter( public static final HandSetting MAIN_HAND = new HandSetting(HandSetting.SittingRequirement.EMPTY, new HandSetting.Filter(