added doors to the default allowed-above-seat entry

This commit is contained in:
Oth3r 2025-08-21 15:03:38 -05:00
commit 1558f94a5d
Failed to generate hash of commit

View file

@ -85,7 +85,12 @@ 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<>(List.of("open=true"))) new ArrayList<>(List.of("open=true"))),
new CustomBlock(
new ArrayList<>(),
new ArrayList<>(List.of("#minecraft:doors")),
new ArrayList<>()
)
)); ));
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(