Merge pull request #1026 from TerraFirmaGreg-Team/dev

Release: 0.9.7
This commit is contained in:
Xikaro 2025-05-17 15:21:48 +05:00 committed by GitHub
commit b729d06a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 676 additions and 5963 deletions

View file

@ -3,6 +3,11 @@
## [Unreleased]
### Changes
## [0.9.7] - 17.05.2025
### Changes
- Fixed Crash Sprinkler.
- Undated the carryon config file to include the arborafirmacraft chests in the whitelist. @NobleWasTaken
## [0.9.6] - 16.05.2025
### Changes
- Changed wooden tongs recipe from shapeless to shaped. @Oosyrag

View file

@ -59,7 +59,7 @@
#Entities that CAN be picked up (useWhitelistEntities must be true)
allowedEntities = ["tfc:turkey", "tfc:dog", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:cat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"]
#Blocks that CAN be picked up (useWhitelistBlocks must be true)
allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "#forge:chests/wooden"]
allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "afc:wood/chest/*", "afc:wood/trapped_chest/*", "#forge:chests/wooden"]
#Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)
allowedStacking = []

2
mods

@ -1 +1 @@
Subproject commit a9ec3802e93f8255dcacd4ea4e71597100bdc882
Subproject commit e47fce87111ce4cf2fcf425d6d04127d0ac25204

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "TerraFirmaGreg-Modern",
"version": "0.9.6",
"version": "0.9.7",
"description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.",
"author": "Exception, Xikaro",
"overrides": [