mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
ABM without_neighbors (#14116)
This commit is contained in:
parent
c1ea49940b
commit
d08d34d803
16 changed files with 347 additions and 6 deletions
7
games/devtest/mods/testabms/init.lua
Normal file
7
games/devtest/mods/testabms/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(path.."/after_node.lua")
|
||||
dofile(path.."/chances.lua")
|
||||
dofile(path.."/intervals.lua")
|
||||
dofile(path.."/min_max.lua")
|
||||
dofile(path.."/neighbors.lua")
|
Loading…
Add table
Add a link
Reference in a new issue