update 6/05/18

*Texture changes
*Added "chomper" to help clear trees
*Added working crafting recipe for green dye
master
D00Med 2018-05-06 11:17:35 +10:00
parent c3c91d0e8b
commit 52c6547399
40 changed files with 73 additions and 2 deletions

BIN
menu/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 793 B

View File

@ -2519,6 +2519,7 @@ minetest.register_node("hyrule_mapgen:magic_leaves", {
},
groups = {snappy=3, flammable=1, leafdecay=3, oddly_breakable_by_hand = 1, leaves=1,},
paramtype = "light",
light_source = 5,
walkable = false,
})
@ -2528,6 +2529,7 @@ minetest.override_item("hyrule_mapgen:magic_leaves", {
mesh = "leaf.obj",
tiles = {"hyrule_mapgen_magic_leaves2.png"},
paramtype = "light",
light_source = 5,
})
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 730 B

View File

@ -2359,6 +2359,67 @@ minetest.register_node("hyruletools:pendant3", {
groups = {cracky=1, oddly_breakable_by_hand=1, dig_immediate=3},
})
minetest.register_node("hyruletools:chomper", {
description = "Wood Chomper",
tiles = {
"hyruletools_chomper_top.png",
"hyruletools_chomper_bottom.png",
"hyruletools_chomper.png",
"hyruletools_chomper.png",
"hyruletools_chomper_front.png",
"hyruletools_chomper.png"
},
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.1875, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox1
{0.3125, 0.5, 0.3125, 0.4375, 0.625, 0.4375}, -- NodeBox2
{-0.4375, 0.5, 0.3125, -0.3125, 0.625, 0.4375}, -- NodeBox3
{-0.4375, 0.5, -0.4375, -0.3125, 0.625, -0.3125}, -- NodeBox4
{0.3125, 0.5, -0.4375, 0.4375, 0.625, -0.3125}, -- NodeBox5
{0.3125, 0.5, -0.0625, 0.4375, 0.625, 0.0625}, -- NodeBox6
{-0.4375, 0.5, -0.0625, -0.3125, 0.625, 0.0625}, -- NodeBox7
{-0.0625, 0.5, -0.4375, 0.0625, 0.625, -0.3125}, -- NodeBox8
{-0.0625, 0.5, 0.3125, 0.0625, 0.625, 0.4375}, -- NodeBox9
{-0.5, 0.1875, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox10
{0.3125, 0.1875, -0.5, 0.5, 0.5, 0.5}, -- NodeBox11
{-0.5, 0.1875, -0.5, -0.3125, 0.5, 0.5}, -- NodeBox12
}
},
sounds = default.node_sound_metal_defaults(),
groups = {cracky=1, oddly_breakable_by_hand=1},
on_construct = function(pos)
local pos_above = {x=pos.x, y=pos.y+1, z=pos.z}
local node = minetest.get_node(pos)
local node_above = minetest.get_node(pos_above)
if minetest.get_item_group(node_above.name, "choppy") >= 1 then
minetest.after(0.5, function()
if node ~= nil and node_above ~= nil and pos_above ~= nil then
minetest.remove_node(pos)
minetest.add_item(pos, node_above.name)
minetest.set_node(pos_above, {name="hyruletools:chomper", param2=node.param2})
minetest.sound_play("hunger_eat", {pos=pos, gain=0.7})
end
end)
else
minetest.add_item(pos, "hyruletools:chomper")
minetest.sound_play("gulp", {pos=pos, gain=2})
minetest.remove_node(pos)
end
end,
})
minetest.register_craft({
output = 'hyruletools:chomper',
recipe = {
{'mobs_loz:scale', "mobs_loz:scale", "mobs_loz:scale"},
{'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
}
})
--mobs redo arrow code, see mobs license
minetest.register_entity("hyruletools:swdspark", {

Binary file not shown.

View File

@ -1 +1,2 @@
crystalglass.ogg, thunder.ogg, earthquake.ogg, and flamearrow.ogg by Mike Keonig CC Attribution 3.0
crystalglass.ogg, thunder.ogg, earthquake.ogg, and flamearrow.ogg by Mike Keonig - CC Attribution 3.0
gulp.ogg by SpliceSound https://freesound.org/people/SpliceSound/ - CC0 1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

View File

@ -10,7 +10,7 @@ minetest.register_craftitem("quartz:quartz_crystal", {
minetest.register_node("quartz:quartz_ore", {
description = "Quartz Ore",
tiles = {"default_stone.png^quartz_ore.png"},
groups = {cracky=3, stone=1},
groups = {cracky=3, stone=1, xp=1},
drop = 'quartz:quartz_crystal',
sounds = default.node_sound_stone_defaults(),
})

View File

@ -1,3 +1,10 @@
minetest.register_craft({
output = "dye:green",
recipe = {
{"xdecor:ivy",},
}
})
minetest.register_craft({
output = "xdecor:baricade",
recipe = {