mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
added doors to the default allowed-above-seat entry
This commit is contained in:
parent
360874357f
commit
1558f94a5d
1 changed files with 6 additions and 1 deletions
|
@ -85,7 +85,12 @@ public class FileData {
|
|||
new CustomBlock(
|
||||
new ArrayList<>(),
|
||||
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue