add the create toolbox to the list of unsortable inventories (#1120)
* add the create toolbox to the list of unsortable inventories * changelog update
This commit is contained in:
parent
b1187d43ef
commit
043e1655d0
2 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
- Added Wine utensils recipes for GT (#1111) @JeanRdS
|
- Added Wine utensils recipes for GT (#1111) @JeanRdS
|
||||||
- Fixed kaolin clay duping (#1099) @SpicyNoodle5
|
- Fixed kaolin clay duping (#1099) @SpicyNoodle5
|
||||||
- Fixed TFC sugar recipes so they can now use any sugar (#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
|
## [0.9.9] - 30.05.2025
|
||||||
### Changes
|
### Changes
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,10 @@
|
||||||
containerClass = "net.dries007.tfc.client.screen.*"
|
containerClass = "net.dries007.tfc.client.screen.*"
|
||||||
sortRange = ""
|
sortRange = ""
|
||||||
|
|
||||||
|
[[sorting.containerOverrides]]
|
||||||
|
containerClass = "com.simibubi.create.content.equipment.toolbox.ToolboxMenu"
|
||||||
|
sortRange = ""
|
||||||
|
|
||||||
#Tweaks
|
#Tweaks
|
||||||
[tweaks]
|
[tweaks]
|
||||||
#Enable auto-refill
|
#Enable auto-refill
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue