upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
|
|
|
|
local S = farming.intllib
|
|
|
|
|
|
|
|
-- hemp seeds
|
|
|
|
minetest.register_node("farming:seed_hemp", {
|
|
|
|
description = S("Hemp Seed"),
|
|
|
|
tiles = {"farming_hemp_seed.png"},
|
|
|
|
inventory_image = "farming_hemp_seed.png",
|
|
|
|
wield_image = "farming_hemp_seed.png",
|
|
|
|
drawtype = "signlike",
|
2023-06-06 11:28:47 -04:00
|
|
|
groups = {seed = 1, snappy = 3, attached_node = 1, growing = 1},
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
paramtype = "light",
|
|
|
|
paramtype2 = "wallmounted",
|
|
|
|
walkable = false,
|
|
|
|
sunlight_propagates = true,
|
|
|
|
selection_box = farming.select,
|
2023-06-06 11:28:47 -04:00
|
|
|
next_plant = "farming:hemp_1",
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
on_place = function(itemstack, placer, pointed_thing)
|
2023-06-06 11:28:47 -04:00
|
|
|
return farming.place_seed(itemstack, placer, pointed_thing, "farming:seed_hemp")
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
end
|
|
|
|
})
|
|
|
|
|
|
|
|
-- harvested hemp
|
|
|
|
minetest.register_craftitem("farming:hemp_leaf", {
|
|
|
|
description = S("Hemp Leaf"),
|
|
|
|
inventory_image = "farming_hemp_leaf.png"
|
|
|
|
})
|
|
|
|
|
|
|
|
-- hemp oil
|
|
|
|
minetest.register_node("farming:hemp_oil", {
|
|
|
|
description = S("Bottle of Hemp Oil"),
|
|
|
|
drawtype = "plantlike",
|
|
|
|
tiles = {"farming_hemp_oil.png"},
|
|
|
|
inventory_image = "farming_hemp_oil.png",
|
|
|
|
wield_image = "farming_hemp_oil.png",
|
|
|
|
paramtype = "light",
|
|
|
|
is_ground_content = false,
|
|
|
|
walkable = false,
|
|
|
|
selection_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
|
|
|
},
|
|
|
|
groups = {food_oil = 1, vessel = 1, dig_immediate = 3, attached_node = 1},
|
|
|
|
sounds = default.node_sound_glass_defaults()
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_oil",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"},
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"},
|
|
|
|
{"", "vessels:glass_bottle", ""}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_oil",
|
|
|
|
recipe = {
|
|
|
|
{"farming:seed_hemp", "farming:seed_hemp", "farming:seed_hemp"},
|
|
|
|
{"farming:seed_hemp", "farming:seed_hemp", "farming:seed_hemp"},
|
|
|
|
{"farming:seed_hemp", "vessels:glass_bottle", "farming:seed_hemp"}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft({
|
|
|
|
type = "fuel",
|
|
|
|
recipe = "farming:hemp_oil",
|
|
|
|
burntime = 20,
|
|
|
|
replacements = {{"farming:hemp_oil", "vessels:glass_bottle"}}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- hemp fibre
|
|
|
|
minetest.register_craftitem("farming:hemp_fibre", {
|
|
|
|
description = S("Hemp Fibre"),
|
|
|
|
inventory_image = "farming_hemp_fibre.png"
|
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_fibre 8",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"},
|
|
|
|
{"farming:hemp_leaf", "group:water_bucket", "farming:hemp_leaf"},
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}
|
|
|
|
},
|
|
|
|
replacements = {{"group:water_bucket", "bucket:bucket_empty"}}
|
|
|
|
})
|
|
|
|
|
|
|
|
if minetest.get_modpath("bucket_wooden") then
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_fibre 8",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"},
|
|
|
|
{"farming:hemp_leaf", "group:water_bucket_wooden", "farming:hemp_leaf"},
|
|
|
|
{"farming:hemp_leaf", "farming:hemp_leaf", "farming:hemp_leaf"}
|
|
|
|
},
|
|
|
|
replacements = {{"group:water_bucket_wooden", "bucket_wooden:bucket_empty"}}
|
|
|
|
})
|
|
|
|
end
|
|
|
|
|
|
|
|
-- hemp block
|
|
|
|
minetest.register_node("farming:hemp_block", {
|
|
|
|
description = S("Hemp Block"),
|
|
|
|
tiles = {"farming_hemp_block.png"},
|
|
|
|
paramtype = "light",
|
2023-06-06 11:28:47 -04:00
|
|
|
groups = {snappy = 1, oddly_breakable_by_hand = 1, flammable = 2},
|
|
|
|
sounds = default.node_sound_leaves_defaults()
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
})
|
|
|
|
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_block",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"},
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"},
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- check and register stairs
|
|
|
|
if minetest.global_exists("stairs") then
|
|
|
|
|
|
|
|
if stairs.mod and stairs.mod == "redo" then
|
|
|
|
|
|
|
|
stairs.register_all("hemp_block", "farming:hemp_block",
|
|
|
|
{snappy = 1, flammable = 2},
|
|
|
|
{"farming_hemp_block.png"},
|
|
|
|
"Hemp Block",
|
|
|
|
default.node_sound_leaves_defaults())
|
|
|
|
else
|
|
|
|
|
|
|
|
stairs.register_stair_and_slab("hemp_block", "farming:hemp_block",
|
|
|
|
{snappy = 1, flammable = 2},
|
|
|
|
{"farming_hemp_block.png"},
|
|
|
|
"Hemp Block Stair",
|
|
|
|
"Hemp Block Slab",
|
|
|
|
default.node_sound_leaves_defaults())
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
-- paper
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "default:paper 3",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- string
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:cotton 3",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_fibre"},
|
|
|
|
{"farming:hemp_fibre"},
|
|
|
|
{"farming:hemp_fibre"}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- hemp rope
|
|
|
|
minetest.register_node("farming:hemp_rope", {
|
|
|
|
description = S("Hemp Rope"),
|
|
|
|
walkable = false,
|
|
|
|
climbable = true,
|
|
|
|
sunlight_propagates = true,
|
|
|
|
paramtype = "light",
|
|
|
|
tiles = {"farming_hemp_rope.png"},
|
|
|
|
wield_image = "farming_hemp_rope.png",
|
|
|
|
inventory_image = "farming_hemp_rope.png",
|
|
|
|
drawtype = "plantlike",
|
|
|
|
groups = {flammable = 2, choppy = 3, oddly_breakable_by_hand = 3},
|
|
|
|
sounds = default.node_sound_leaves_defaults(),
|
|
|
|
selection_box = {
|
|
|
|
type = "fixed",
|
|
|
|
fixed = {-1/7, -1/2, -1/7, 1/7, 1/2, 1/7}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- string
|
|
|
|
minetest.register_craft( {
|
|
|
|
output = "farming:hemp_rope 6",
|
|
|
|
recipe = {
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"},
|
|
|
|
{"farming:cotton", "farming:cotton", "farming:cotton"},
|
|
|
|
{"farming:hemp_fibre", "farming:hemp_fibre", "farming:hemp_fibre"}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
|
|
|
|
-- hemp definition
|
|
|
|
local def = {
|
|
|
|
drawtype = "plantlike",
|
|
|
|
tiles = {"farming_hemp_1.png"},
|
|
|
|
paramtype = "light",
|
|
|
|
sunlight_propagates = true,
|
|
|
|
walkable = false,
|
|
|
|
buildable_to = true,
|
|
|
|
drop = "",
|
2023-06-06 11:28:47 -04:00
|
|
|
waving = 1,
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
selection_box = farming.select,
|
|
|
|
groups = {
|
|
|
|
snappy = 3, flammable = 2, plant = 1, attached_node = 1,
|
|
|
|
not_in_creative_inventory = 1, growing = 1
|
|
|
|
},
|
|
|
|
sounds = default.node_sound_leaves_defaults()
|
|
|
|
}
|
|
|
|
|
|
|
|
-- stage 1
|
|
|
|
minetest.register_node("farming:hemp_1", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 2
|
|
|
|
def.tiles = {"farming_hemp_2.png"}
|
|
|
|
minetest.register_node("farming:hemp_2", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 3
|
|
|
|
def.tiles = {"farming_hemp_3.png"}
|
|
|
|
minetest.register_node("farming:hemp_3", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 4
|
|
|
|
def.tiles = {"farming_hemp_4.png"}
|
|
|
|
minetest.register_node("farming:hemp_4", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 5
|
|
|
|
def.tiles = {"farming_hemp_5.png"}
|
|
|
|
minetest.register_node("farming:hemp_5", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 6
|
|
|
|
def.tiles = {"farming_hemp_6.png"}
|
|
|
|
def.drop = {
|
|
|
|
items = {
|
|
|
|
{items = {"farming:hemp_leaf"}, rarity = 2},
|
|
|
|
{items = {"farming:seed_hemp"}, rarity = 1}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
minetest.register_node("farming:hemp_6", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 7
|
|
|
|
def.tiles = {"farming_hemp_7.png"}
|
|
|
|
def.drop = {
|
|
|
|
items = {
|
|
|
|
{items = {"farming:hemp_leaf"}, rarity = 1},
|
|
|
|
{items = {"farming:hemp_leaf"}, rarity = 3},
|
|
|
|
{items = {"farming:seed_hemp"}, rarity = 1},
|
|
|
|
{items = {"farming:seed_hemp"}, rarity = 3}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
minetest.register_node("farming:hemp_7", table.copy(def))
|
|
|
|
|
|
|
|
-- stage 8 (final)
|
|
|
|
def.tiles = {"farming_hemp_8.png"}
|
|
|
|
def.groups.growing = nil
|
2023-06-06 11:28:47 -04:00
|
|
|
def.selection_box = farming.select_final
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
def.drop = {
|
|
|
|
items = {
|
|
|
|
{items = {"farming:hemp_leaf 2"}, rarity = 1},
|
|
|
|
{items = {"farming:hemp_leaf"}, rarity = 2},
|
|
|
|
{items = {"farming:seed_hemp"}, rarity = 1},
|
|
|
|
{items = {"farming:seed_hemp"}, rarity = 2}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
minetest.register_node("farming:hemp_8", table.copy(def))
|
|
|
|
|
|
|
|
-- add to registered_plants
|
|
|
|
farming.registered_plants["farming:hemp"] = {
|
|
|
|
crop = "farming:hemp",
|
|
|
|
seed = "farming:seed_hemp",
|
2023-06-06 11:28:47 -04:00
|
|
|
minlight = farming.min_light,
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
maxlight = farming.max_light,
|
|
|
|
steps = 8
|
|
|
|
}
|
2023-06-06 11:28:47 -04:00
|
|
|
|
|
|
|
-- mapgen
|
|
|
|
minetest.register_decoration({
|
|
|
|
deco_type = "simple",
|
|
|
|
place_on = {"default:dirt_with_grass", "default:dirt_with_rainforest_litter"},
|
|
|
|
sidelen = 16,
|
|
|
|
noise_params = {
|
|
|
|
offset = 0,
|
|
|
|
scale = farming.hemp,
|
|
|
|
spread = {x = 100, y = 100, z = 100},
|
|
|
|
seed = 420,
|
|
|
|
octaves = 3,
|
|
|
|
persist = 0.6
|
|
|
|
},
|
|
|
|
y_min = 3,
|
|
|
|
y_max = 45,
|
|
|
|
decoration = "farming:hemp_7",
|
|
|
|
spawn_by = "group:tree",
|
|
|
|
num_spawn_by = 1
|
|
|
|
})
|