commit
b729d06a65
5 changed files with 676 additions and 5963 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit a9ec3802e93f8255dcacd4ea4e71597100bdc882
|
||||
Subproject commit e47fce87111ce4cf2fcf425d6d04127d0ac25204
|
||||
6628
pakku-lock.json
6628
pakku-lock.json
File diff suppressed because it is too large
Load diff
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue