Update supplementaries config
This commit is contained in:
parent
cd55c50224
commit
196ad863c4
|
@ -1,18 +1,17 @@
|
|||
#Here are configs that need reloading to take effect
|
||||
[initialization]
|
||||
|
||||
#all these don't actually disable blocks anymore, they just remove their recipe and remove them from the creative tabs(like all other mods do)
|
||||
#to access server configuration go into /saves/serverconfigs
|
||||
[general]
|
||||
#enable creative tab
|
||||
creative_tab = false
|
||||
#set to false to disable custom dispenser behaviors (filling jars) if for some reason they are causing trouble
|
||||
dispensers = true
|
||||
#creates a creative tab full of filled jars
|
||||
jar_tab = false
|
||||
[initialization.general]
|
||||
#Enable Creative Tab
|
||||
creative_tab = false
|
||||
#Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble
|
||||
dispensers = true
|
||||
#Creates a creative tab full of filled jars
|
||||
jar_tab = false
|
||||
#Enables custom Configured config screen
|
||||
custom_configured_screen = true
|
||||
|
||||
#Enable and disable blocks / entities
|
||||
[registration]
|
||||
|
||||
[registration.blocks]
|
||||
[initialization.blocks]
|
||||
planter = true
|
||||
clock_block = false
|
||||
pedestal = true
|
||||
|
@ -62,9 +61,13 @@
|
|||
bomb = true
|
||||
crimson_lantern = true
|
||||
magma_cream_block = true
|
||||
goblet = true
|
||||
raked_gravel = true
|
||||
statue = true
|
||||
iron_gate = true
|
||||
#WIP
|
||||
laser_block = false
|
||||
flag = false
|
||||
|
||||
[registration.entities]
|
||||
[initialization.entities]
|
||||
firefly = true
|
||||
|
|
Loading…
Reference in a new issue