This commit is contained in:
Dmitry 2024-01-23 13:47:26 +07:00
parent add9c117b6
commit c176609d53
4 changed files with 24 additions and 8 deletions

View file

@ -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.

View file

@ -1,5 +1,13 @@
# Changelog
## [0.6.7] - ?
### Изменения
- Удалены оголовья из материалов, и зкоторых он не должны существовать, опять подчищаем за грегом.
- Добавлено и оптимизировано множество модов/конфигов на оптимизацию.
- Добавлены QOL моды.
- F11 теперь работает правильно.
- Исправления для работы с последним грегом.
## [0.6.6] - 21.01.2024
### Изменения
- Исправлено множество рецептов с неизвестными тегами.

View file

@ -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

@ -1 +1 @@
Subproject commit 99925b1145dc5b24b98bf8b18984ae8c83bbd7e4
Subproject commit dc0007e2f621e5725c476bfb89ab6f14685823ea