mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
changed the default trapdoor entry for allowed-above-seat to require an open=true blockstate
This commit is contained in:
parent
65f7f6f6e0
commit
360874357f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class FileData {
|
|||
new CustomBlock(
|
||||
new ArrayList<>(),
|
||||
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue