Cleaned up, use different sounds

master
Zander Marshall 2016-09-22 15:37:16 +10:00
parent be29b9dfce
commit 1a4d84cd29
14 changed files with 8 additions and 11 deletions

View File

@ -5,12 +5,12 @@
minetest.register_node("bac:bac_box", {
description = "Bac_box",
tiles = {
"compass_0.png",
"technic_checkmark_icon.png",
"diplazer_grav.png",
"gem.png",
"check.png",
"modern_tower.png",
"front.jpg",
"heart.png",
"gold.png"
"dim.png",
"tron_cube.png"
},
light_source = 10,
groups = {cracky=3},
@ -85,10 +85,10 @@ recipe = {
minetest.register_tool("bac:bac_final", {
description = "Bac final",
after_use = function()
minetest.sound_play("photon_gun_shot")
end,
inventory_image = "bac_final.png",
after_use = function(itemstack, user, pointed_thing)
itemstack:add_wear(20)
end,
tool_capabilities = {
max_drop_level=99,
groupcaps={
@ -112,9 +112,6 @@ recipe = {
minetest.register_craftitem("bac:edible", {
description = "Bac Edible",
after_use = function()
minetest.sound_play("crunch")
end,
inventory_image = "bac_edible.png",
on_use = minetest.item_eat(90),
})

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
textures/check.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

BIN
textures/dim.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

BIN
textures/gem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

BIN
textures/modern_tower.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

BIN
textures/tron_cube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB