1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 20:20:28 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2023-06-06 00:03:55 +02:00
23 changed files with 194 additions and 89 deletions

View File

@ -139,7 +139,8 @@ minetest.register_node("itemframes:frame",{
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
groups = {choppy = 2, dig_immediate = 2},
groups = {choppy = 2, dig_immediate = 2, axey=5},
_mcl_hardness=1.6,
legacy_wallmounted = true,
_sound_def = {
key = "node_sound_wood_defaults",
@ -219,7 +220,8 @@ minetest.register_node("itemframes:pedestal",{
--},
tiles = {"itemframes_pedestal.png"},
paramtype = "light",
groups = {cracky = 3, dig_stone = 2},
groups = {cracky = 3, dig_stone = 2, pickaxey=5},
_mcl_hardness=1.6,
_sound_def = {
key = "node_sound_stone_defaults",
},

View File

@ -4,6 +4,6 @@
### init.lua ###
Item frame=Quadro de Item
Item frame (owned by @1)=Quadro de item (pertence a @l)
Item frame (owned by @1)=Quadro de item (pertence a @1)
Pedestal=Pedestal
Pedestal (owned by @1)=Pedestal (pertence a @l)
Pedestal (owned by @1)=Pedestal (pertence a @1)

View File

@ -4,6 +4,6 @@
### init.lua ###
Item frame=Quadro de Item
Item frame (owned by @1)=Quadro de item (pertence a @l)
Item frame (owned by @1)=Quadro de item (pertence a @1)
Pedestal=Pedestal
Pedestal (owned by @1)=Pedestal (pertence a @l)
Pedestal (owned by @1)=Pedestal (pertence a @1)