Compare commits

...

5 Commits

Author SHA1 Message Date
starninjas 2e15e8fd6b
Delete xgadgets_trap_inv.png 2020-04-10 15:42:45 -06:00
starninjas 525af870ac
Add files via upload 2020-04-10 15:41:02 -06:00
starninjas 275aa7a16a
Add files via upload 2020-04-10 15:40:13 -06:00
starninjas 56812bbf11
Update depends.txt 2020-04-10 15:33:12 -06:00
starninjas 5fd4f0e15c
Update readme.txt 2020-04-10 15:32:51 -06:00
5 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,4 @@
default
tnt?
tnt?
doors?
farming?

View File

@ -142,6 +142,7 @@ function xgadgets_register_throwable(name, descr, def)
minetest.register_craftitem("xgadgets:"..name.."_bottle", {
description = descr,
physical = true,
stack_max = 1,
inventory_image = "xgadgets_" ..name.."_bottle.png",
on_use = function(itemstack, placer, pointed_thing)
--weapons_shot(itemstack, placer, pointed_thing, def.velocity, name)
@ -341,12 +342,10 @@ minetest.register_entity("xgadgets:smoke", {
)
end,
})
minetest.register_node("xgadgets:smoke_bottle", {
minetest.register_craftitem("xgadgets:smoke_bottle", {
description = "Smoke Bottle",
drawtype = "plantlike",
tiles = {"xgadgets_smoke_bottle.png"},
inventory_image = "xgadgets_smoke_bottle.png",
wield_image = "xgadgets_smoke_bottle.png",
paramtype = "light",
stack_max = 1,
is_ground_content = false,
walkable = false,

View File

@ -7,6 +7,7 @@ It adds:
-Net Bottle - Creates a trap of sticky nets, use this to slow down and confuse your opponent.
-Net Trap - A sticky trap, use this during battle or a trap to protect your base.
-Phantom Stone - A type of stone that you are able to go through... Like a ghost! Use this to make secret doors or traps.
-Hidden Trapdoor - Made with just some grass and a trapdoor, this blends in perfect with grassy landsacpes, use this for a hidden base hatch.
Hope you enjoy this mod!
--- LICENSE ---
<starninjas> CC0 <2020>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B