Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
e237fa04f2
3 changed files with 12 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
- Added Wine utensils recipes for GT (#1111) @JeanRdS
|
||||
- Fixed kaolin clay duping (#1099) @SpicyNoodle5
|
||||
- Fixed TFC sugar recipes so they can now use any sugar (#1099) @SpicyNoodle5
|
||||
- add the create toolbox to the list of unsortable inventories (#1120) @esotericist
|
||||
|
||||
## [0.9.9] - 30.05.2025
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -650,7 +650,13 @@
|
|||
}
|
||||
{
|
||||
id: "7DA8B08CC879617F"
|
||||
item: "gtceu:rubber_bucket"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(nbt(fuzzy:{fluid:{FluidName:\"gtceu:rubber\"}})nbt(fuzzy:{Fluid:{FluidName:\"gtceu:rubber\"}})item(gtceu:rubber_bucket))"
|
||||
}
|
||||
}
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -133,6 +133,10 @@
|
|||
containerClass = "net.dries007.tfc.client.screen.*"
|
||||
sortRange = ""
|
||||
|
||||
[[sorting.containerOverrides]]
|
||||
containerClass = "com.simibubi.create.content.equipment.toolbox.ToolboxMenu"
|
||||
sortRange = ""
|
||||
|
||||
#Tweaks
|
||||
[tweaks]
|
||||
#Enable auto-refill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue