Merge branch 'main' into 381-незавершённый-рецепт-карты-квантового-моста
This commit is contained in:
commit
e18c59d632
2 changed files with 9 additions and 9 deletions
|
|
@ -14,16 +14,16 @@ recipes:
|
|||
|
||||
# Whether to make crafting recipes for Bricks, Firebricks, Nether Bricks, and Coke Bricks harder.
|
||||
# Default: false
|
||||
harderBrickRecipes: true
|
||||
harderBrickRecipes: false
|
||||
|
||||
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||
# Default: false
|
||||
nerfWoodCrafting: true
|
||||
nerfWoodCrafting: false
|
||||
|
||||
# Whether to make Wood related recipes harder.
|
||||
# Excludes sticks and planks.
|
||||
# Default: false
|
||||
hardWoodRecipes: true
|
||||
hardWoodRecipes: false
|
||||
|
||||
# Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
||||
# Default: true
|
||||
|
|
@ -31,16 +31,16 @@ recipes:
|
|||
|
||||
# Whether to make Redstone related recipes harder.
|
||||
# Default: false
|
||||
hardRedstoneRecipes: true
|
||||
hardRedstoneRecipes: false
|
||||
|
||||
# Whether to make Vanilla Tools and Armor recipes harder.
|
||||
# Excludes Flint and Steel, and Buckets.
|
||||
# Default: false
|
||||
hardToolArmorRecipes: true
|
||||
hardToolArmorRecipes: false
|
||||
|
||||
# Whether to make miscellaneous recipes harder.
|
||||
# Default: false
|
||||
hardMiscRecipes: true
|
||||
hardMiscRecipes: false
|
||||
|
||||
# Whether to make Glass related recipes harder. Default: true
|
||||
hardGlassRecipes: true
|
||||
|
|
@ -51,7 +51,7 @@ recipes:
|
|||
|
||||
# Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more.
|
||||
# Default: false
|
||||
hardAdvancedIronRecipes: true
|
||||
hardAdvancedIronRecipes: false
|
||||
|
||||
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||
# Default: false
|
||||
|
|
@ -79,7 +79,7 @@ recipes:
|
|||
|
||||
# Whether to nerf the output amounts of the first circuit in a set to 1 (from 2) and SoC to 2 (from 4).
|
||||
# Default: false
|
||||
harderCircuitRecipes: true
|
||||
harderCircuitRecipes: false
|
||||
|
||||
worldgen:
|
||||
# Rubber Tree spawn chance (% per chunk)
|
||||
|
|
|
|||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit 6ef9f2bb6a30321a15fcfd6fa6d9ffe056a5d6ba
|
||||
Subproject commit aa86a797d808936b39cb85714a8a1169ce5077a6
|
||||
Loading…
Add table
Add a link
Reference in a new issue