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)
|
[initialization.general]
|
||||||
#to access server configuration go into /saves/serverconfigs
|
#Enable Creative Tab
|
||||||
[general]
|
|
||||||
#enable creative tab
|
|
||||||
creative_tab = false
|
creative_tab = false
|
||||||
#set to false to disable custom dispenser behaviors (filling jars) if for some reason they are causing trouble
|
#Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble
|
||||||
dispensers = true
|
dispensers = true
|
||||||
#creates a creative tab full of filled jars
|
#Creates a creative tab full of filled jars
|
||||||
jar_tab = false
|
jar_tab = false
|
||||||
|
#Enables custom Configured config screen
|
||||||
|
custom_configured_screen = true
|
||||||
|
|
||||||
#Enable and disable blocks / entities
|
[initialization.blocks]
|
||||||
[registration]
|
|
||||||
|
|
||||||
[registration.blocks]
|
|
||||||
planter = true
|
planter = true
|
||||||
clock_block = false
|
clock_block = false
|
||||||
pedestal = true
|
pedestal = true
|
||||||
|
@ -62,9 +61,13 @@
|
||||||
bomb = true
|
bomb = true
|
||||||
crimson_lantern = true
|
crimson_lantern = true
|
||||||
magma_cream_block = true
|
magma_cream_block = true
|
||||||
|
goblet = true
|
||||||
|
raked_gravel = true
|
||||||
|
statue = true
|
||||||
|
iron_gate = true
|
||||||
#WIP
|
#WIP
|
||||||
laser_block = false
|
laser_block = false
|
||||||
flag = false
|
flag = false
|
||||||
|
|
||||||
[registration.entities]
|
[initialization.entities]
|
||||||
firefly = true
|
firefly = true
|
||||||
|
|
Loading…
Reference in a new issue