mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
useable false by default
This commit is contained in:
parent
ce8cd89320
commit
668056c19a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class FileData {
|
||||||
false,false,false,new CustomItem(new ArrayList<>(), new ArrayList<>(Arrays.asList("#minecraft:bookshelf_books","!#minecraft:lectern_books")))));
|
false,false,false,new CustomItem(new ArrayList<>(), new ArrayList<>(Arrays.asList("#minecraft:bookshelf_books","!#minecraft:lectern_books")))));
|
||||||
|
|
||||||
public static final HandSetting OFF_HAND = new HandSetting(HandSetting.SittingRequirement.FILTER, new HandSetting.Filter(
|
public static final HandSetting OFF_HAND = new HandSetting(HandSetting.SittingRequirement.FILTER, new HandSetting.Filter(
|
||||||
false,true,true, new CustomItem(new ArrayList<>(Arrays.asList("minecraft:filled_map",
|
false,true,false, new CustomItem(new ArrayList<>(Arrays.asList("minecraft:filled_map",
|
||||||
"minecraft:torch", "minecraft:soul_torch","minecraft:redstone_torch",
|
"minecraft:torch", "minecraft:soul_torch","minecraft:redstone_torch",
|
||||||
"minecraft:lantern", "minecraft:soul_lantern")),
|
"minecraft:lantern", "minecraft:soul_lantern")),
|
||||||
new ArrayList<>())));
|
new ArrayList<>())));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue