Page 1 of 2
Cobble Desertstone (Edit/New)

Posted:
Thu Apr 03, 2014 15:23
by BrunoMine
There is already a mod for that. but only want to propose a cobble desert
want it to be implemented in minetest 0.5.0
In default\nodes.luaEdit node
default:desert_stone (drop)
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:desert_stone", {
description = "Desert Stone",
tiles = {"default_desert_stone.png"},
is_ground_content = true,
groups = {cracky=3, stone=1},
drop = 'default:desert_cobble',
legacy_mineral = true,
sounds = default.node_sound_stone_defaults(),
})
Add node
default:desert_cobbleYour 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:desert_cobble", {
description = "Desert Cobble",
tiles = {"default_desert_cobble.png"},
is_ground_content = true,
groups = {cracky=3, stone=2},
sounds = default.node_sound_stone_defaults(),
})
In default\texturesAdd image

Screenshots:
[spoiler=More Screenshot]
contrast to cobble

much creativity...

...but few changes

lots of fun!

Real life

[/spoiler]
Edit: Textures the correct color. License CC-BY-SA

Posted:
Thu Apr 03, 2014 16:57
by CraigyDavi
I really like this idea.
I presume you would get normal desert stone from putting desert cobble in the furnace with coal.

Posted:
Thu Apr 03, 2014 17:45
by BrunoMine
CraigyDavi wrote:I really like this idea.
I presume you would get normal desert stone from putting desert cobble in the furnace with coal.
is the same process that occurs in common stone

Posted:
Fri Apr 04, 2014 00:40
by philipbenr
Which troll voted no? :) jk. Anyhow, I think it's a good idea. Textures should be somewhat more orange, unlike the bright red it is now.

Posted:
Fri Apr 04, 2014 00:47
by Enke
Make it slightly darker red, and you've got a winner of an idea here.

Posted:
Fri Apr 04, 2014 11:17
by Krock
philipbenr wrote:Which troll voted no? :) jk. Anyhow, I think it's a good idea. Textures should be somewhat more orange, unlike the bright red it is now.
Me! I think minetest needs something irregular. If there will come more binomes, then it will be again "Frozen Stone" -> "Frozen Cobble" etc. I don't like those regular things.

Posted:
Sat Apr 05, 2014 15:59
by BrunoMine
This modification is very good in every way.

Posted:
Sun Apr 06, 2014 03:47
by ak399g
looks like bacon to me

Posted:
Sun Apr 06, 2014 05:13
by SegFault22
ak399g wrote:looks like bacon to me
Bacon-based desert stone is better than invincible desert stone, wouldn't you agree?

Posted:
Sun Apr 06, 2014 07:16
by TenPlus1
Would it be ok to use your desert cobble in a mod I help develop ?? I'll even put it live on Xanadu server to see if people like it :)

Posted:
Sun Apr 06, 2014 07:18
by sfan5
What's the license of the texture?

Posted:
Sun Apr 06, 2014 07:48
by Krock
Good idea?
96%
(23)Yes
4%
(1)No
Aagh.. please, don't leave my side!

Posted:
Sun Apr 06, 2014 11:01
by BrunoMine
sfan5 wrote:What's the license of the texture?

It's simple. No need to think much

Posted:
Sun Apr 06, 2014 12:11
by PilzAdam
This license is incompatible with the license of minetest_game; it cant be included.

Posted:
Sun Apr 06, 2014 13:06
by CraigyDavi

Posted:
Mon Apr 07, 2014 08:54
by RealBadAngel
Again licensing stufffffffffff Just make it same as rest of mt game and lets merge it
Textures are nice, adds some usage to deserst, and i do like it.
Note on the comments that raised a question: what if will have jungle or frozen hills biome...
Youre partially right, but as for now basic mt game is very limited.
What attracts players is new content. Look around in online games. Almost all updates are about adding something new, but trivial.
And IT FUCKIN WORKS.
My GF is playing "Hay Day" on Android device and is really happy when she gets new decorative brick, wall, or flower.
Adding new content is one of the ways to keep folks ingame, that fights boredom.
OFC, improving engine at all, eliminating bugs is also important, but NEW CONTENT IS NEEDED AS HELL.

Posted:
Mon Apr 07, 2014 13:58
by BrunoMine
Okay! The license was edited.
(Just thought NC would be nice)

Posted:
Mon Apr 07, 2014 14:01
by BrunoMine
RealBadAngel wrote:OFC, improving engine at all, eliminating bugs is also important, but NEW CONTENT IS NEEDED AS HELL.
exactly! We need to move it

Posted:
Mon Apr 07, 2014 14:31
by sfan5

Posted:
Mon Apr 07, 2014 16:44
by Krock
Hybrid Dog wrote:I always wondered why stairs doesn't add desert stone stairs and slabs and other ones.
https://github.com/Calinou/moreblocks/blob/master/stairsplus.lua#L198moreblocks adds them

Posted:
Mon Apr 07, 2014 18:22
by mimilus
Hello could you put desert cobble and desert stone in a zip plz
I'd like to have it now

Posted:
Mon Apr 07, 2014 19:07
by TenPlus1
Have added it to Xanadu server until it's live in the next Minetest...

Posted:
Wed Apr 09, 2014 00:29
by paramat
Good idea.
I might add this to watershed mod, i was actually looking for a good default style desert cobble texture to use, as i'm useless at realistic or default-style textures.

Posted:
Thu Apr 10, 2014 16:53
by paramat
Added to watershed mod and credited.

Posted:
Thu Apr 10, 2014 18:11
by sfan5
paramat wrote:who else has push access to game
Everyone here:
https://github.com/orgs/minetest/membersWe do however have
guidelines on merging pull requests so someone can't simple merge it without anyone agreeing.

Posted:
Thu Apr 10, 2014 21:46
by LazyJ
I'll toss in my 2-cents. ;)
I like the newer, desert_cobble texture on this thread but I'd also like to see desert_stone have more utility like regular stone does.
Menche's "Desert Uses" mod adds desert_cobble stairs, slabs, furnace and desert_stone tools.
The changes I'd make would be:
- Swap "Desert Uses" cobble texture for the desert_cobble texture from this thread.
- Remove the desert_stone tools. They really aren't neccessary since, basically, the only difference between them and regular stone tools is that they are red.
So my vote would be to merge Menche's "Desert Uses" mod, with these changes, into minetest_game.

Posted:
Thu Apr 10, 2014 21:58
by Enke
LazyJ wrote:I'll toss in my 2-cents. ;)
I like the newer, desert_cobble texture on this thread but I'd also like to see desert_stone have more utility like regular stone does.
Menche's "Desert Uses" mod adds desert_cobble stairs, slabs, furnace and desert_stone tools.
The changes I'd make would be:
- Swap "Desert Uses" cobble texture for the desert_cobble texture from this thread.
- Remove the desert_stone tools. They really aren't neccessary since, basically, the only difference between them and regular stone tools is that they are red.
So my vote would be to merge Menche's "Desert Uses" mod, with these changes, into minetest_game.
Someone correct me if I'm wrong, but I seem to remember that stone, cobblestone, and desert stone can be used for the same purposes. I think it has something to do with the "stone" group.

Posted:
Fri Apr 11, 2014 00:07
by paramat
Never mind, post edited ... i made the mistake of caring about my pull request ;)

Posted:
Fri Apr 11, 2014 03:13
by BrunoMine
When creating this texture, I just wanted to bring some sense to the stone desert.
Although simple, it is a big step. I know there's thousands of other changes that we want to implement, but let's start from the easiest.
Thanks to everyone who voted like good idea. and to sfan5 for their help.
Hope you like the new texture.

Posted:
Fri Apr 11, 2014 08:02
by TenPlus1
Agreed, adding desert_cobble is a simple and logical step and adds a new block to the game itself which is already in use on Xanadu server and the users find interesting... I already use a fork of the stairs mod and add stairs, slabs and corner stairs for all blocks that need them...