dead
This commit is contained in:
parent
91fdf48221
commit
49b2b6f368
2 changed files with 8 additions and 8 deletions
|
|
@ -14,16 +14,16 @@ recipes:
|
||||||
|
|
||||||
# Whether to make crafting recipes for Bricks, Firebricks, Nether Bricks, and Coke Bricks harder.
|
# Whether to make crafting recipes for Bricks, Firebricks, Nether Bricks, and Coke Bricks harder.
|
||||||
# Default: false
|
# Default: false
|
||||||
harderBrickRecipes: true
|
harderBrickRecipes: false
|
||||||
|
|
||||||
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||||
# Default: false
|
# Default: false
|
||||||
nerfWoodCrafting: true
|
nerfWoodCrafting: false
|
||||||
|
|
||||||
# Whether to make Wood related recipes harder.
|
# Whether to make Wood related recipes harder.
|
||||||
# Excludes sticks and planks.
|
# Excludes sticks and planks.
|
||||||
# Default: false
|
# Default: false
|
||||||
hardWoodRecipes: true
|
hardWoodRecipes: false
|
||||||
|
|
||||||
# Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
# Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more.
|
||||||
# Default: true
|
# Default: true
|
||||||
|
|
@ -31,16 +31,16 @@ recipes:
|
||||||
|
|
||||||
# Whether to make Redstone related recipes harder.
|
# Whether to make Redstone related recipes harder.
|
||||||
# Default: false
|
# Default: false
|
||||||
hardRedstoneRecipes: true
|
hardRedstoneRecipes: false
|
||||||
|
|
||||||
# Whether to make Vanilla Tools and Armor recipes harder.
|
# Whether to make Vanilla Tools and Armor recipes harder.
|
||||||
# Excludes Flint and Steel, and Buckets.
|
# Excludes Flint and Steel, and Buckets.
|
||||||
# Default: false
|
# Default: false
|
||||||
hardToolArmorRecipes: true
|
hardToolArmorRecipes: false
|
||||||
|
|
||||||
# Whether to make miscellaneous recipes harder.
|
# Whether to make miscellaneous recipes harder.
|
||||||
# Default: false
|
# Default: false
|
||||||
hardMiscRecipes: true
|
hardMiscRecipes: false
|
||||||
|
|
||||||
# Whether to make Glass related recipes harder. Default: true
|
# Whether to make Glass related recipes harder. Default: true
|
||||||
hardGlassRecipes: true
|
hardGlassRecipes: true
|
||||||
|
|
@ -51,7 +51,7 @@ recipes:
|
||||||
|
|
||||||
# Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more.
|
# Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more.
|
||||||
# Default: false
|
# Default: false
|
||||||
hardAdvancedIronRecipes: true
|
hardAdvancedIronRecipes: false
|
||||||
|
|
||||||
# Whether to make coloring blocks like Concrete or Glass harder.
|
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||||
# Default: false
|
# Default: false
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ const hideItems = (event) => {
|
||||||
hideMoreRedStuff(event)
|
hideMoreRedStuff(event)
|
||||||
hideRailWaysStuff(event)
|
hideRailWaysStuff(event)
|
||||||
hideCreateAdditionsStuff(event)
|
hideCreateAdditionsStuff(event)
|
||||||
hideChiselAndBitsStuff(event)
|
// hideChiselAndBitsStuff(event)
|
||||||
hideFTBQuestsStuff(event)
|
hideFTBQuestsStuff(event)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue