sdzen wrote:why not make it so you dont get leaves but you still get saplings increase the challenge! :P
sdzen wrote:why not make it so you dont get leaves but you still get saplings increase the challenge! :P
sdzen wrote:why not make it so you dont get leaves but you still get saplings increase the challenge! :P
Lunarhiro wrote:I wanna try a lets play Minetest skyblock with this one...I always seen minecraft versions but now I think it's time to show that you can do it just as well in Minetest :3. Unless of course you already did the video, if so then I won't bother xD.
minetest.register_node("default:leaves", {
description = "Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tile_images = {"default_leaves.png"},
paramtype = "light",
material = minetest.digprop_leaveslike(1.0),
drop = {
max_items = 1,
items = {
{
-- player will get sapling with 1/20 chance
items = {'default:sapling'},
rarity = 20,
},
{
-- player will get leaves only if he get no saplings,
-- this is because max_items is 1
items = {''},
}
}
},
})
jordan4ibanez wrote:Tell me if there are any issues! The map is now updated with:
Kahrl's Awesome Intro!(map modification and mod)
Leaves only give saplings (mod)
Removed leaf decay (mod)
Lunarhiro wrote:I believe that the papyrus could be possibly found...in his "hidden chest". He said above the chest on the floating sand thats clearly visible is not the secret chest xD.
sdzen wrote:well lakes are in my definition any body of water thats maximum depth exceeds that of a persons height so three blocks low at least and probably not in a two by two blockrange because that would fall more into a classifictation of a well
Users browsing this forum: No registered users and 6 guests