Sandstone glitch

Michael Eh?
Member
 
Posts: 282
Joined: Sun Jan 01, 2012 17:21

Sandstone glitch

by Michael Eh? » Sun Mar 18, 2012 16:53

When you remove a brick block, you get 4 bricks for one block.
When you remove a clay block, you get 4 clay for one block.
When you remove a sandstone block, you get 1 sand for one block.

I checked 0.4.x and 0.3.1 and this is still a problem. Everything else you get back what you put in ... except for sandstone.

It would be nice to recycle materials but other than DMs this is the only way of losing blocks in the game. Will this be fixed in 0.4.x?
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Mar 18, 2012 16:54

More than likely, this can be changed via the modding API.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Sun Mar 18, 2012 16:54

This is normal, not glitch
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

Michael Eh?
Member
 
Posts: 282
Joined: Sun Jan 01, 2012 17:21

by Michael Eh? » Sun Mar 18, 2012 17:00

Not really fair given that the other blocks operate differently. :/
 

User avatar
LorenzoVulcan
Member
 
Posts: 437
Joined: Mon Mar 12, 2012 06:46

by LorenzoVulcan » Sun Mar 18, 2012 17:13

I think this isn't a glitch/bug,it's a voluntary drop by celeron.Sandstone isn't the same of a brick block.
Developer of the BlockForge 2# Project!
Official thread: http://minetest.net/forum/viewtopic.php?pid=54290#p54290
 

wieszak
Member
 
Posts: 40
Joined: Mon Feb 20, 2012 17:00

by wieszak » Sun Mar 18, 2012 17:29

well, in 0.4 you could easily fix it for yourself, find in file data/mods/default/init.lua :
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_node("default:sandstone", {
        description = "Sandstone",
        tile_images = {"default_sandstone.png"},
        is_ground_content = true,
        material = minetest.digprop_dirtlike(1.0),
        drop = 'default:sand',
})


and change last line of definition to: drop = 'default:sand 4',

personally i think it is just copied and pasted and forgotten to change.
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 12 guests

cron