light near lava is <= 12

This commit is contained in:
HybridDog 2015-05-27 10:47:37 +02:00
parent 41e7f5346b
commit 19a37b4508
2 changed files with 3 additions and 2 deletions

View File

@ -11,4 +11,5 @@ If you got ideas or found bugs, please tell them to me.
TODO:
— add giant nethershroom
— finish supporting the mushrooms mod
— finish supporting the mushrooms mod
— find out why the mapgen doesn't work correctly

View File

@ -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,
},