write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
12
mods/biomes/japaneseforest/bonemeal.lua
Normal file
12
mods/biomes/japaneseforest/bonemeal.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
if minetest.get_modpath("bonemeal") then
|
||||
|
||||
bonemeal:add_crop({
|
||||
{"japaneseforest:sashimi_", 8, "japaneseforest:seed_sashimi"},
|
||||
})
|
||||
bonemeal:add_sapling({
|
||||
{"japaneseforest:japanese_sapling", grow_new_japanese_tree_2, "soil"},
|
||||
})
|
||||
bonemeal:add_deco({
|
||||
{"japaneseforest:japanese_dirt_with_grass", {"default:grass_1", "default:grass_2", "default:grass_3", "default:grass_4", "default:grass_5"}, {}}
|
||||
})
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue