write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
23
mods/biomes/japaneseforest/init.lua
Normal file
23
mods/biomes/japaneseforest/init.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
local path = minetest.get_modpath("japaneseforest")
|
||||
|
||||
|
||||
--------------------Biome
|
||||
dofile(path .. "/farm.lua")
|
||||
dofile(path .. "/mapgen.lua")
|
||||
--dofile(path .. "/fireflies.lua")
|
||||
dofile(path .. "/crafting.lua")
|
||||
dofile(path .. "/item.lua")
|
||||
dofile(path .. "/nodes.lua")
|
||||
dofile(path .. "/tree.lua")
|
||||
dofile(path .. "/bonemeal.lua")
|
||||
dofile(path .. "/moreblocks.lua")
|
||||
-------Bonus
|
||||
dofile(path .. "/tools.lua")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue