mirror of
https://github.com/AiTechEye/portalgun.git
synced 2024-11-22 07:23:52 +01:00
craft "placed"
This commit is contained in:
parent
ff83ac0dc4
commit
079f9cc543
11
craft.lua
11
craft.lua
@ -1,3 +1,14 @@
|
||||
minetest.register_craft({
|
||||
output = "portalgun:gun1_placed",
|
||||
recipe = {{"portalgun:gun1"}}})
|
||||
minetest.register_craft({
|
||||
output = "portalgun:gun2_placed",
|
||||
recipe = {{"portalgun:gun2"}}})
|
||||
minetest.register_craft({
|
||||
output = "portalgun:gun_placed",
|
||||
recipe = {{"portalgun:gun"}}})
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = "portalgun:turretgun",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user