-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2322 from AllTheMods/Staging
1.8.1, 1.8.2 & 1.8.3
- Loading branch information
Showing
100 changed files
with
420 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
RMBTweak=0 | ||
LMBTweakWithItem=1 | ||
LMBTweakWithoutItem=1 | ||
WheelTweak=1 | ||
WheelSearchOrder=1 | ||
WheelScrollDirection=0 | ||
ScrollItemScaling=0 | ||
Debug=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,3 @@ | ||
|
||
[Smoke] | ||
#Affects probability of coloring smoke by chimneys | ||
#Range: 0.0 ~ 1.0 | ||
coloringFactor = 0.10000000149011612 | ||
#Maximum smoke particles that can be rendered at scene. | ||
#If exceeded, smoke amount will be reduced proportionally for each rendered chimney | ||
#Range: 0 ~ 2000 | ||
maxRenderedParticlesAmount = 800 | ||
#If true, smoke particles will collide with obstacles | ||
canCollide = true | ||
#If true, all emitters will produce smoke even without connected chimneys | ||
emitWithoutChimney = false | ||
#Use retro smoke particles instead of modern ones | ||
retroSmokeParticles = false | ||
#Completely disables vanilla cozy smoke particles from a campfire | ||
disableVanillaCampfireSmoke = false | ||
#Whether or not to colorize smoke particles | ||
colorize = true | ||
|
||
[MaterialGroups] | ||
|
||
[MaterialGroups.Brick] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
||
[MaterialGroups.Cobblestone] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
||
[MaterialGroups.Concrete] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
||
[MaterialGroups.Glass] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
||
[MaterialGroups.Terracotta] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
||
[MaterialGroups.Other] | ||
#Whether to display this group of blocks or not | ||
enabled = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
[Features] | ||
#Enable the Chunky Turtle or not. | ||
enableChunkyTurtle = false | ||
|
||
[world] | ||
#Enable the villager structures for the computer scientist. | ||
enableVillagerStructures = false | ||
#Gives the ap documentation to new players on a world. | ||
givePlayerBookOnJoin = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,12 @@ | ||
|
||
[packmode] | ||
#ATM = 0 SLOP = 1 SKY = 2 MAGIC = 3 EXPERT = 4 | ||
#Range: 0 ~ 4 | ||
enable = 0 | ||
|
||
[discord] | ||
#Enable Discord Rich Prescence | ||
discord = true | ||
|
||
[packversionmaj] | ||
#Pack Release Version Format : X | ||
#Range: 0 ~ 32768 | ||
major = 1 | ||
|
||
[packversionmin] | ||
#Pack Minor Version : X | ||
#Range: 0 ~ 32768 | ||
minor = 8 | ||
|
||
[packversionminrev] | ||
#Pack Minor Version Revision : X | ||
#Range: 0 ~ 32768 | ||
minorrev = 0 | ||
minorrev = 3 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"reminder": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[cyclic] | ||
[cyclic.enchantment] | ||
#Beheading enchant add player skin head drop, add any mob id and any skin | ||
beheadingEntityMHF = [] | ||
magnet = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
["Dynamic Chunk View Distance Settings"] | ||
#The minimum chunk view distance allowed to use. Default: 4 | ||
#Range: 3 ~ 200 | ||
minChunkViewDist = 4 | ||
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 20 | ||
#Range: 1 ~ 200 | ||
maxChunkViewDist = 10 | ||
#The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms | ||
#Range: 10 ~ 100 | ||
meanAvgTickTime = 43 | ||
#The update frequency of average server tick time checks to update view distances. Default: 30sec | ||
#Range: 1 ~ 1000 | ||
viewDistanceUpdateRate = 120 | ||
#Whether to output log messages for actions done. This can be helpful to balance the other settings nicely. | ||
logMessages = true | ||
|
||
["Chunk slow unload settings"] | ||
chunkunload = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[client] | ||
[client.control_options] | ||
blacklist = ["sophisticatedbackpacks:backpack", "sophisticatedbackpacks:iron_backpack", "sophisticatedbackpacks:gold_backpack", "sophisticatedbackpacks:diamond_backpack", "sophisticatedbackpacks:netherite_backpack"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[networks] | ||
maximumPerPlayer = -1 | ||
|
||
[general] | ||
enableChunkLoading = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,3 @@ | ||
#Range: 1 ~ 4 | ||
itemsPerColumn = 4 | ||
#Range: 1 ~ 4 | ||
itemsPerRow = 4 | ||
diyData = true | ||
showDevData = false | ||
enchantsBlacklist = ["flimflam","soulBound","reactive"] | ||
hiddenTabs = [ | ||
"minecolonies:baker/crafting", | ||
"minecolonies:blacksmith/crafting", | ||
"minecolonies:composting", | ||
"minecolonies:concretemixer/custom", | ||
"minecolonies:cook/smelting", | ||
"minecolonies:cookassistant/crafting", | ||
"minecolonies:crusher/custom", | ||
"minecolonies:dyer/crafting", | ||
"minecolonies:dyer/smelting", | ||
"minecolonies:enchanter/custom", | ||
"minecolonies:farmer/crafting", | ||
"minecolonies:fletcher/crafting", | ||
"minecolonies:glassblower/crafting", | ||
"minecolonies:glassblower/smelting", | ||
"minecolonies:lumberjack/custom", | ||
"minecolonies:mechanic/crafting", | ||
"minecolonies:planter/crafting", | ||
"minecolonies:sawmill/crafting", | ||
"minecolonies:sifter/custom", | ||
"minecolonies:smelter/smelting", | ||
"minecolonies:stonemason/crafting", | ||
"minecolonies:stonesmeltery/smelting" | ||
] | ||
dimensionsBlacklist = [-11] | ||
disableLootManagerReloading = true | ||
|
Oops, something went wrong.