forked from mtcontrib/riesenpilz
light near lava is <= 12
This commit is contained in:
parent
41e7f5346b
commit
19a37b4508
@ -11,4 +11,5 @@ If you got ideas or found bugs, please tell them to me.
|
|||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
— add giant nethershroom
|
— add giant nethershroom
|
||||||
— finish supporting the mushrooms mod
|
— finish supporting the mushrooms mod
|
||||||
|
— find out why the mapgen doesn't work correctly
|
||||||
|
2
init.lua
2
init.lua
@ -427,7 +427,7 @@ local mushrooms_list = {
|
|||||||
r = {min=5, max=6},
|
r = {min=5, max=6},
|
||||||
grounds = {cracky=3},
|
grounds = {cracky=3},
|
||||||
neighbours = {"default:lava_source"},
|
neighbours = {"default:lava_source"},
|
||||||
light = {min=10, max=14},
|
light = {min=10, max=12},
|
||||||
interval = 1010,
|
interval = 1010,
|
||||||
chance = 60,
|
chance = 60,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user