diff --git a/config/Mekanism/client.toml b/config/Mekanism/client.toml index 72a5d9c..d28f47a 100644 --- a/config/Mekanism/client.toml +++ b/config/Mekanism/client.toml @@ -90,8 +90,8 @@ y = 2147483647 [client.gui.window.upgrade] - x = 2147483647 - y = 2147483647 + x = 202 + y = -19 [client.gui.window.crafting0] x = 2147483647 @@ -102,8 +102,8 @@ y = 2147483647 [client.gui.window.sideConfig] - x = 2147483647 - y = 2147483647 + x = 14 + y = 72 [client.gui.window.confirmation] x = 2147483647 @@ -114,8 +114,8 @@ y = 2147483647 [client.gui.window.transporterConfig] - x = 2147483647 - y = 2147483647 + x = 10 + y = 15 [client.gui.window.skinSelect] x = 2147483647 diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml index 33e4b93..198dbdc 100644 --- a/config/Mekanism/general.toml +++ b/config/Mekanism/general.toml @@ -14,7 +14,7 @@ heatPerFuelTick = 400.0 #Displayed temperature unit in Mekanism GUIs. #Allowed Values: K, C, R, F, STP - temperatureUnit = "K" + temperatureUnit = "C" #Log Mekanism packet names. Debug setting. logPackets = false #Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item. diff --git a/config/jade-common.toml b/config/jade-common.toml new file mode 100644 index 0000000..7c331ff --- /dev/null +++ b/config/jade-common.toml @@ -0,0 +1,15 @@ + +[inventory] + #Range: 0 ~ 54 + sneakShowAmount = 54 + #Range: 0 ~ 54 + normalShowAmount = 0 + bypassLockedContainer = false + blacklist = ["refinedstorage:disk_drive"] + #Range: 1 ~ 18 + showItemPreLine = 9 + +[customContainerName] + blacklist = ["thermal"] + onlyShowVanilla = false + diff --git a/mods/Jade-1.16.4-2.8.2.jar b/mods/Jade-1.16.4-2.8.2.jar new file mode 100644 index 0000000..81b60ae Binary files /dev/null and b/mods/Jade-1.16.4-2.8.2.jar differ