mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
* added redstone torch
* fixed campfire hitbox size
This commit is contained in:
parent
ae530f1d83
commit
ed6a6fd307
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ public class config {
|
|||
public static boolean carpetsOn = true;
|
||||
public static boolean fullBlocksOn = false;
|
||||
public static boolean customOn = false;
|
||||
public static List<String> customBlocks = List.of("minecraft:campfire|.46|.5|lit=false","minecraft:soul_campfire|.46|.5|lit=false");
|
||||
public static List<String> customBlocks = List.of("minecraft:campfire|.46|1|lit=false","minecraft:soul_campfire|.46|1|lit=false");
|
||||
public static MainReq mainReq = MainReq.empty;
|
||||
public static boolean mainBlock = false;
|
||||
public static boolean mainFood = false;
|
||||
|
@ -195,7 +195,7 @@ public class config {
|
|||
public static boolean offBlock = true;
|
||||
public static boolean offFood = false;
|
||||
public static boolean offUsable = true;
|
||||
public static List<String> offWhitelist = List.of("minecraft:torch","minecraft:soul_torch");
|
||||
public static List<String> offWhitelist = List.of("minecraft:torch","minecraft:soul_torch","minecraft:redstone_torch");
|
||||
public static List<String> offBlacklist = new ArrayList<>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue