mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Add missing melon block.
* Add melon block to the compostabiles list.
This commit is contained in:
parent
06274518bf
commit
3257014e00
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ local compostability = {
|
||||||
["mcl_flowers:rose_bush"] = 65,
|
["mcl_flowers:rose_bush"] = 65,
|
||||||
["mcl_flowers:sunflower"] = 65,
|
["mcl_flowers:sunflower"] = 65,
|
||||||
["mcl_flowers:waterlily"] = 65,
|
["mcl_flowers:waterlily"] = 65,
|
||||||
-- missing: melon block?
|
["mcl_farming:melon"] = 65,
|
||||||
-- missing: moss block?
|
-- missing: moss block?
|
||||||
-- mushroom aliases below?
|
-- mushroom aliases below?
|
||||||
["mcl_farming:mushroom_brown"] = 65,
|
["mcl_farming:mushroom_brown"] = 65,
|
||||||
|
|
Loading…
Reference in a new issue