cfg
This commit is contained in:
parent
acf18b6e22
commit
cdc13ca5a7
6 changed files with 208 additions and 65 deletions
45
config/everycomp-entries.toml
Normal file
45
config/everycomp-entries.toml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
|
||||
#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes
|
||||
[types]
|
||||
|
||||
[types.wood_type]
|
||||
|
||||
[types.wood_type.gtceu]
|
||||
rubber = false
|
||||
|
||||
[types.wood_type.tfc]
|
||||
acacia = true
|
||||
ash = true
|
||||
aspen = true
|
||||
birch = true
|
||||
blackwood = true
|
||||
chestnut = true
|
||||
douglas_fir = true
|
||||
hickory = true
|
||||
kapok = true
|
||||
mangrove = true
|
||||
maple = true
|
||||
oak = true
|
||||
palm = true
|
||||
pine = true
|
||||
rosewood = true
|
||||
sequoia = true
|
||||
spruce = true
|
||||
sycamore = true
|
||||
white_cedar = true
|
||||
willow = true
|
||||
|
||||
[types.leaves_type]
|
||||
|
||||
[types.leaves_type.gtceu]
|
||||
rubber = false
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
[entries.wood_type]
|
||||
|
||||
[entries.wood_type.create]
|
||||
window_pane = true
|
||||
window = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue