feat(minecraft): Add minecraft modpack
This commit is contained in:
parent
91d158637f
commit
e32c256369
175 changed files with 4316 additions and 14 deletions
|
|
@ -0,0 +1,18 @@
|
|||
[sodiumdynamiclights]
|
||||
#Lighting mode
|
||||
#Allowed Values: OFF, SLOW, FAST, REALTIME
|
||||
mode = "OFF"
|
||||
#Enable entities light source.
|
||||
entities = false
|
||||
#Enable first-person player light source.
|
||||
self = true
|
||||
#Enable block entities light source.
|
||||
block_entities = true
|
||||
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
||||
water_sensitive_check = true
|
||||
#TNT lighting mode. May be off, simple or fancy.
|
||||
#Allowed Values: OFF, SIMPLE, FANCY
|
||||
tnt = "SIMPLE"
|
||||
#Creeper lighting mode. May be off, simple or fancy.
|
||||
#Allowed Values: OFF, SIMPLE, FANCY
|
||||
creeper = "OFF"
|
||||
Loading…
Add table
Add a link
Reference in a new issue