Add files via upload

master
AiTechEye 2019-10-13 20:34:01 +02:00 committed by GitHub
parent 029b5e513d
commit e28c006802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,19 @@
aliveai_ants={max=20}
minetest.register_craft( {
output = "default:dirt",
recipe = {
{"aliveai_ants:anthill"},
}
})
minetest.register_craft( {
output = "default:gold_lump 3",
recipe = {
{"aliveai_ants:antbase"},
}
})
aliveai_ants.set_color=function(self)
local c=minetest.get_meta(self.home):get_string("color")
if c=="" then