1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 14:50:52 +02:00

better mineclone/mineclonia support

This commit is contained in:
tenplus1
2023-11-25 14:07:05 +00:00
parent 12eb5579a1
commit a0dd3db65f
5 changed files with 35 additions and 15 deletions

View File

@ -115,10 +115,12 @@ minetest.register_node("farming:hemp_block", {
tiles = {"farming_hemp_block.png"},
paramtype = "light",
groups = {
handy = 1, snappy = 2, oddly_breakable_by_hand = 1, flammable = 2,
axey = 1, handy = 1, snappy = 2, oddly_breakable_by_hand = 1, flammable = 2,
compostability = 85
},
sounds = farming.sounds.node_sound_leaves_defaults()
sounds = farming.sounds.node_sound_leaves_defaults(),
_mcl_hardness = 0.8,
_mcl_blast_resistance = 1
})
minetest.register_craft( {
@ -188,7 +190,9 @@ minetest.register_node("farming:hemp_rope", {
selection_box = {
type = "fixed",
fixed = {-1/7, -1/2, -1/7, 1/7, 1/2, 1/7}
}
},
_mcl_hardness = 0.8,
_mcl_blast_resistance = 1
})
-- string