123
This commit is contained in:
parent
9594ab84ce
commit
223be3618c
4 changed files with 81 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -12,6 +12,7 @@ config/forge-client.toml
|
|||
config/chiselsandbits-client.toml
|
||||
config/chiselsandbits-common.toml
|
||||
config/xaerominimap_entities.json
|
||||
config/voicechat/username-cache.json
|
||||
|
||||
# .minecraft
|
||||
crash-reports/*
|
||||
|
|
@ -70,5 +71,4 @@ knownkeys.txt
|
|||
.github/buildtools/serverpack/banned-ips.json
|
||||
.github/buildtools/serverpack/banned-players.json
|
||||
.github/buildtools/serverpack/ops.json
|
||||
.github/buildtools/serverpack/whitelist.json
|
||||
config/voicechat/username-cache.json
|
||||
.github/buildtools/serverpack/whitelist.json
|
||||
|
|
@ -5,6 +5,40 @@
|
|||
- Removed recipe of sea lantern from Minecraft.
|
||||
- Fixed recipes for iron and copper greenhouses, hidden blocks, some kind of greenhouse made of copper.
|
||||
- Fixed several quests.
|
||||
- Fixed the recipe for melting raw gold into a gold bar in furnaces and Create mechanisms.
|
||||
- Balancing the stats of instruments that do not duplicate TFC metals.
|
||||
- Multiple reworking of recipes to support GTCEu 1.1.0. In fact, nothing will change for the user, but the code had to be worked on.
|
||||
- The player's patience effects are displayed in the inventory on the left.
|
||||
- For the TFC buttons in the inventory on the right, the avoidance of objects from REI has been done, now you can safely press the TFC buttons.
|
||||
- Blocks of raw ores have been cut from the game.
|
||||
- Fixed collecting items in lists in REI.
|
||||
- Fixed localization for GTCEu mold extruder.
|
||||
- Added localization lines for lists in REI.
|
||||
- Fixed a bug where it was possible to cast a forged ingot from CastIron.
|
||||
- Improved some veins (Increased spawn height of indicators + changes in rarity).
|
||||
- Fixed a Jacks recipe in TFC that conflicted with welding two rods.
|
||||
- Fixed the drop of TFC gems from flushing.
|
||||
- CC turtles are hidden, only the default ones remain.
|
||||
- Added a recipe for a non-black star (temporary), after adding hell it will be deleted.
|
||||
- The erroneous rubber dust recipe from GTCEu has been removed.
|
||||
- Removed recipes for board plates in the Create saw.
|
||||
- Fixed conflicting compass crafting.
|
||||
- Fixed a bug where chests in REI could have a vanilla texture.
|
||||
- Extended debug information is enabled back.
|
||||
- Perhaps something else, thank you for helping the project develop.
|
||||
### New Mods
|
||||
- Fps Reducer
|
||||
- Voice Chat
|
||||
- ...
|
||||
### Update mods
|
||||
- GregTech 1.0.21 -> 1.1.0
|
||||
- TerraFirmaCraft 3.1.4 -> 3.1.5
|
||||
- TerraFirmaGreg 0.3.2 -> 0.4.0
|
||||
- ...
|
||||
### Deleted mods
|
||||
- Toolbelts
|
||||
- FastLoad-Reforged
|
||||
- ...
|
||||
|
||||
## [0.6.3] - 16.01.2024
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -5,6 +5,40 @@
|
|||
- Удален рецепт морского фонаря из Minecraft.
|
||||
- Испавлены рецепты железной и медной теплицы, скрыты блоки, какой-то теплицы из меди.
|
||||
- Исправлено несколько квестов.
|
||||
- Исправлен рецепт переплавки сырого золота в золотой слиток в печках и механизмах Create.
|
||||
- Балансировка статов инструментов, которые не дублируют TFC металлы.
|
||||
- Множественная переработка рецептов для поддержки GTCEu 1.1.0. По факту ничего не поменяется для пользователя, но по коду пришлось поработать.
|
||||
- Эффекты игрока терпеь отображаются в инвентаре слева.
|
||||
- Для кнопок TFC в инвентаре справа сделано избегание предметами из REI, теперь вы можете без опаски нажимать на кнопки TFC.
|
||||
- Вырезаны из игры блоки сырых руд.
|
||||
- Исправлено собирание предметов в списки в REI.
|
||||
- Исправлена локализация для экструдер молдов GTCEu.
|
||||
- Добавлены локализационные строки для списоков в REI.
|
||||
- Исправлен баг, когда можно было из CastIron отлить кованный слиток.
|
||||
- Улучшены некоторые жилы (Увеличена высота спавна индикаторов + изменения в редкости).
|
||||
- Исправлен рецепт Jacks в TFC, который конфликтовал со сваркой двух стержней.
|
||||
- Исправлен дроп TFC гемов из промывки.
|
||||
- Скрыты черепахи CC, остались только дефолтные.
|
||||
- Добавлен рецепт незер звезды (временный), после добавления ада будет удален.
|
||||
- Удален ошибочный рецепт пыли резины из GTCEu.
|
||||
- Удалены рецепты пластин досок в распиле Create.
|
||||
- Исправлены конфликтующие крафты компасов.
|
||||
- Исправлен баг, когда сундуки в REI могли быть с ванильной текстурой.
|
||||
- Включено обратно расширенная дебаг информация.
|
||||
- Возможно, что-то еще, спасибо, что помогаете развиваться проекту.
|
||||
### Новые моды
|
||||
- Fps Reducer
|
||||
- Voice Chat
|
||||
- ...
|
||||
### Обновленные моды
|
||||
- GregTech 1.0.21 -> 1.1.0
|
||||
- TerraFirmaCraft 3.1.4 -> 3.1.5
|
||||
- TerraFirmaGreg 0.3.2 -> 0.4.0
|
||||
- ...
|
||||
### Удаленные моды
|
||||
- Toolbelts
|
||||
- FastLoad-Reforged
|
||||
- ...
|
||||
|
||||
## [0.6.3] - 16.01.2024
|
||||
### Изменения
|
||||
|
|
|
|||
11
defaultconfigs/firmaciv-server.toml
Normal file
11
defaultconfigs/firmaciv-server.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
[general]
|
||||
#Force creation of canoes from specified wood types. Turning this to false will make canoes craftable from any wood type.
|
||||
canoeWoodRestriction = true
|
||||
#Force creation of ships and rowboats from specified wood types. Turning this to false will make ships and rowboats craftable from any wood type.
|
||||
shipWoodRestriction = true
|
||||
#Force reduceDebugInfo gamerule.
|
||||
forceReducedDebugInfo = false
|
||||
#Disables vanilla boats and base TFC boats from working.
|
||||
disableVanillaBoatFunctionality = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue