Fix tnt missing textures
Clay lumps are stackable by 200 Update submodules cherry_tree and moreblocks
@ -1 +1 @@
|
||||
Subproject commit 4e7fe6c357f8fd9959eefb4aab62188027bafce6
|
||||
Subproject commit a62076eb198e08859e3daaf1c2abb2e5c0cbeccf
|
@ -1 +1 @@
|
||||
Subproject commit f2ede87a5af2fccc9ce4ff1dc2fa20efccdeb846
|
||||
Subproject commit 80d35c8215ecec2552619fa07dd2b4672b8457bc
|
@ -4,6 +4,12 @@ minetest.override_item(
|
||||
stack_max = 1000
|
||||
})
|
||||
|
||||
minetest.override_item(
|
||||
"default:clay_lump",
|
||||
{
|
||||
stack_max = 200
|
||||
})
|
||||
|
||||
minetest.register_craftitem(
|
||||
"nalc:scorched_stuff",
|
||||
{
|
||||
|
BIN
mods/tnt/sounds/tnt_explode.ogg
Normal file
BIN
mods/tnt/sounds/tnt_gunpowder_burning.ogg
Normal file
BIN
mods/tnt/sounds/tnt_ignite.ogg
Normal file
BIN
mods/tnt/textures/tnt_blast.png
Normal file
After Width: | Height: | Size: 855 B |
BIN
mods/tnt/textures/tnt_boom.png
Normal file
After Width: | Height: | Size: 178 B |
BIN
mods/tnt/textures/tnt_bottom.png
Normal file
After Width: | Height: | Size: 99 B |
BIN
mods/tnt/textures/tnt_gunpowder_burning_crossing_animated.png
Normal file
After Width: | Height: | Size: 612 B |
BIN
mods/tnt/textures/tnt_gunpowder_burning_curved_animated.png
Normal file
After Width: | Height: | Size: 432 B |
BIN
mods/tnt/textures/tnt_gunpowder_burning_straight_animated.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
mods/tnt/textures/tnt_gunpowder_burning_t_junction_animated.png
Normal file
After Width: | Height: | Size: 672 B |
BIN
mods/tnt/textures/tnt_gunpowder_crossing.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
mods/tnt/textures/tnt_gunpowder_curved.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
mods/tnt/textures/tnt_gunpowder_inventory.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
mods/tnt/textures/tnt_gunpowder_straight.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
mods/tnt/textures/tnt_gunpowder_t_junction.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
mods/tnt/textures/tnt_side.png
Normal file
After Width: | Height: | Size: 128 B |
BIN
mods/tnt/textures/tnt_smoke.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
mods/tnt/textures/tnt_top.png
Normal file
After Width: | Height: | Size: 148 B |
BIN
mods/tnt/textures/tnt_top_burning.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
mods/tnt/textures/tnt_top_burning_animated.png
Normal file
After Width: | Height: | Size: 238 B |