···1616 #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed.
1717 #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"]
1818 canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"]
1919+ #Should players be able to reel back rope, bottom to top, when sneak-using with an empty hand on them?
2020+ enableRopeReeling = true
19212022#Vanilla item overrides
2123[overrides]
···2325 vanillaSoupExtraEffects = true
2426 #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten?
2527 rabbitStewJumpBoost = true
2626- #Should most vanilla tools register a dispenser behavior when facing a Cutting Board?
2828+ #Should the Dispenser be able to operate a Cutting Board in front of it?
2729 dispenserUsesToolsOnCuttingBoard = true
28302931 #Stack size overrides
···98100 #Range: > 0
99101 chance = 20
100102103103+ #Brown Mushroom Colony generation
104104+ [world.brown_mushroom_colonies]
105105+ #Generate brown mushroom colonies on mushroom fields
106106+ genBrownMushroomColony = true
107107+ #Chance of generating clusters. Smaller value = more frequent.
108108+ #Range: > 0
109109+ chance = 15
110110+111111+ #Red Mushroom Colony generation
112112+ [world.red_mushroom_colonies]
113113+ #Generate red mushroom colonies on mushroom fields
114114+ genRedMushroomColony = true
115115+ #Chance of generating clusters. Smaller value = more frequent.
116116+ #Range: > 0
117117+ chance = 15
118118+119119+#Farming
120120+[farming]
121121+ #Which rope should Tomato Vines leave behind when mined by hand?
122122+ defaultTomatoVineRope = "farmersdelight:rope"
123123+ #Should tomato vines be able to climb any rope tagged as farmersdelight:ropes?
124124+ #Beware: this will convert these blocks into the block specified in defaultTomatoVineRope.
125125+ enableTomatoVineClimbingTaggedRopes = true
126126+127127+#Recipe book
128128+[recipe_book]
129129+ #Should the Cooking Pot have a Recipe Book available on its interface?
130130+ enableRecipeBookCookingPot = true
131131+
+13
config/jaopca/materials/deorum.toml
···11+22+[general]
33+ #The alternative names of this material.
44+ alternativeNames = []
55+ #The byproducts of this material.
66+ extras = []
77+ #The module blacklist of this material.
88+ moduleBlacklist = []
99+ #Should items of this material have the enchanted glow.
1010+ hasEffect = false
1111+ #The model type of the material.
1212+ modelType = "metallic"
1313+
+1-1
config/serverconfigupdater-common.toml
···22["Version Configuration"]
33 # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version.
44 # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined
55- versions = ["1=cofh_core,comforts,corpse,create,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "5=solcarrot", "6=carryon,framedblocks"]
55+ versions = ["1=cofh_core,comforts,corpse,curios,doubleslabs,ensorcellation,etched,fastleafdecay,forge,jei,mantle,pickupnotifier,skinnedlanterns", "6=carryon,framedblocks", "7=solcarrot,create"]
6677["File Deleter"]
88 # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
···216216 #Display visual particles when a playing a flute
217217 note_particles = true
218218219219+ [items.quiver]
220220+ #Z offset for quiver render when wearing armor. Useful for when you have custom armor bigger than vanilla to void clipping. Leave at -1 for automatic offset
221221+ #Range: -1.0 ~ 1.0
222222+ armor_render_offset = -1.0
223223+ #How quivers should render onto players
224224+ #Allowed Values: HIDDEN, BACK, HIP, THIGH
225225+ render_mode = "HIP"
226226+ #How skeleton with quivers should render it
227227+ #Allowed Values: HIDDEN, BACK, HIP, THIGH
228228+ skeleton_render_mode = "THIGH"
229229+ #Adds an overlay to quivers in gui displaying currently selected arrow
230230+ overlay = true
231231+ #Allows using your mouse to select an arrow in the quiver GUI
232232+ mouse_movement_in_gui = true
233233+ #Quiver GUI X offset from default position
234234+ #Range: -1000 ~ 1000
235235+ gui_x_offset = 0
236236+ #Quiver GUI Y offset from default position
237237+ #Range: -1000 ~ 1000
238238+ gui_y_offset = 0
239239+
+10
config/supplementaries-common.toml
···443443 #Allow enderman to intercept any slingshot projectile
444444 unrestricted_enderman_intercept = true
445445446446+ [items.quiver]
447447+ #Allows using a quiver without being slowed down
448448+ use_without_slow = true
449449+ #Arrow stacks that can fit inside a quiver. Requires reboot
450450+ #Range: 1 ~ 9
451451+ slots = 6
452452+ #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment
453453+ #Range: 0.0 ~ 1.0
454454+ quiver_skeleton_chance = 0.2
455455+446456#General settings
447457[general]
448458 #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled
···1919 #Allow the Mechanical Saw to process entire stacks at a time.
2020 bulkCutting = false
2121 #
2222- #Allow allows any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin.
2222+ #Allow any shapeless crafting recipes to be processed by a Mechanical Mixer + Basin.
2323 allowShapelessInMixer = true
2424 #
2525 #Allow any single-ingredient 2x2 or 3x3 crafting recipes to be processed by a Mechanical Press + Basin.
···2727 #
2828 #Allow any standard crafting recipes to be processed by Mechanical Crafters.
2929 allowRegularCraftingInCrafter = true
3030- #
3131- #Allow Firework Rockets with more than 9 ingredients to be crafted using Mechanical Crafters.
3232- allowBiggerFireworksInCrafter = false
3330 #
3431 #Allow any stonecutting recipes to be processed by a Mechanical Saw.
3532 allowStonecuttingOnSaw = true
···5249 #
5350 #Allow the standard in-world Shadow Steel recipe.
5451 enableShadowSteelRecipe = true
5252+ #
5353+ #Allow supported potions to be brewed by a Mechanical Mixer + Basin.
5454+ allowBrewingInMixer = true
5555+ #
5656+ #The Maximum amount of ingredients that can be used to craft Firework Rockets using Mechanical Crafters.
5757+ #Range: > 1
5858+ maxFireworkIngredientsInCrafter = 9
55595660#
5761#Parameters and abilities of Create's kinetic mechanisms
+1-1
defaultconfigs/solcarrot-server.toml
···22[milestones]
33 #Number of hearts you gain for reaching a new milestone.
44 #Range: 0 ~ 1000
55- heartsPerMilestone = 2
55+ heartsPerMilestone = 1
66 #A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
77 milestones = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100]
88 #Number of hearts you start out with.