cfgs
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.7] - ?
|
||||
### Изменения
|
||||
- The toolheads have been removed from the materials, and since they should not exist, we clean up after Greg again.
|
||||
- Added and optimized a lot of mods/configs for optimization.
|
||||
- Added QOL mods.
|
||||
- F11 is now working correctly.
|
||||
- Fixes to work with the latest greg.
|
||||
|
||||
## [0.6.6] - 21.01.2024
|
||||
### Изменения
|
||||
- Fixed a lot of recipes with unknown tags.
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.6.7] - ?
|
||||
### Изменения
|
||||
- Удалены оголовья из материалов, и зкоторых он не должны существовать, опять подчищаем за грегом.
|
||||
- Добавлено и оптимизировано множество модов/конфигов на оптимизацию.
|
||||
- Добавлены QOL моды.
|
||||
- F11 теперь работает правильно.
|
||||
- Исправления для работы с последним грегом.
|
||||
|
||||
## [0.6.6] - 21.01.2024
|
||||
### Изменения
|
||||
- Исправлено множество рецептов с неизвестными тегами.
|
||||
|
||||
@@ -14,16 +14,16 @@ recipes:
|
||||
|
||||
# Whether to make crafting recipes for Bricks, Firebricks, Nether Bricks, and Coke Bricks harder.
|
||||
# Default: false
|
||||
harderBrickRecipes: false
|
||||
harderBrickRecipes: true
|
||||
|
||||
# Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks.
|
||||
# Default: false
|
||||
nerfWoodCrafting: false
|
||||
nerfWoodCrafting: true
|
||||
|
||||
# Whether to make Wood related recipes harder.
|
||||
# Excludes sticks and planks.
|
||||
# Default: false
|
||||
hardWoodRecipes: false
|
||||
hardWoodRecipes: true
|
||||
|
||||
# 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: false
|
||||
hardRedstoneRecipes: true
|
||||
|
||||
# Whether to make Vanilla Tools and Armor recipes harder.
|
||||
# Excludes Flint and Steel, and Buckets.
|
||||
# Default: false
|
||||
hardToolArmorRecipes: false
|
||||
hardToolArmorRecipes: true
|
||||
|
||||
# Whether to make miscellaneous recipes harder.
|
||||
# Default: false
|
||||
hardMiscRecipes: false
|
||||
hardMiscRecipes: true
|
||||
|
||||
# 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: false
|
||||
hardAdvancedIronRecipes: true
|
||||
|
||||
# Whether to make coloring blocks like Concrete or Glass harder.
|
||||
# Default: false
|
||||
|
||||
2
mods
2
mods
Submodule mods updated: 99925b1145...dc0007e2f6
Reference in New Issue
Block a user