mirror of
https://github.com/HybridDog/riesenpilz.git
synced 2025-07-25 11:10:26 +02:00
light near lava is <= 12
This commit is contained in:
@ -12,3 +12,4 @@ If you got ideas or found bugs, please tell them to me.
|
||||
TODO:
|
||||
— add giant nethershroom
|
||||
— 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},
|
||||
grounds = {cracky=3},
|
||||
neighbours = {"default:lava_source"},
|
||||
light = {min=10, max=14},
|
||||
light = {min=10, max=12},
|
||||
interval = 1010,
|
||||
chance = 60,
|
||||
},
|
||||
|
Reference in New Issue
Block a user