Add files via upload

master
AiTechEye 2018-09-20 17:59:20 +02:00 committed by GitHub
parent 05e9c266f4
commit 5e3ac93e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -695,6 +695,7 @@ minetest.register_craftitem("aliveai:teampawner", {
minetest.register_craftitem("aliveai:ai_fake_item_spawner", {
description = "Fake spawner (bugfix item)",
inventory_image = "aliveai_rnd.png",
groups={not_in_creative_inventory=1},
on_place = function(itemstack, user, pointed_thing)
return itemstack
end