Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sat Apr 20, 2013 15:37
Post
This mod adds quartz to the game. Quartz can be found anywhere below sea level and is quite common. Things like quartz blocks, pillars, chiseled quartz blocks, slabs and such are also added. The quartz ore (
) gives you one crystal.
Downloads
Download as a zip:
.zip
Download as a tarball:
.tar.gz
or browse the code:
https://github.com/minetest-mods/quartz
Crafting
Dependencies
default, stairs, moreblocks (optional, for stairsplus)
License
MIT License
Shout out to Zeg9 for the crystal textures and the ore textures. Thanks Zeg. :-)
Last edited by
Evergreen on Sat Jan 09, 2016 22:27, edited 7 times in total.
Back from the dead!
Mito551
Member
Posts: 1271 Joined: Sat Jun 16, 2012 15:03
by Mito551 » Sat Apr 20, 2013 18:12
Post
textures are nice
mineral itself is useless, both in mc and mt
Jordach
Member
Posts: 4534 Joined: Mon Oct 03, 2011 17:58
GitHub:
Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene
by Jordach » Sun Apr 21, 2013 01:19
Post
Learn to edit your posts.
Jouster27
Member
Posts: 117 Joined: Fri Mar 29, 2013 14:16
by Jouster27 » Sun Apr 21, 2013 07:06
Post
Evergreen wrote: That's why I'm planning on making some tools, a watch, or something. Thanks though.
I like the idea of quartz. Obviously, we'd want to be able to do something with it but there's a lot of mods that make more of the basic tools. Personally, I'd prefer to see different sorts of tools. A clock is a good idea. Radio is another one. Some different types of crafting might be cool as well, such as modifying standard building nodes to be translucent (cobblestone or brick with transparent morter?), engraved glass (either panes or drinking) and so on.
Just throwing some ideas out... maybe you'll find some of them useful. Good luck.
Last edited by
Jouster27 on Tue Apr 23, 2013 16:29, edited 1 time in total.
Zeg9
Member
Posts: 608 Joined: Fri Sep 21, 2012 11:02
Location: France
by Zeg9 » Sun Apr 21, 2013 08:24
Post
Hi, I made a new texture for the mineral:
Also, I recommand removing the stone from the ore texture, and defining it like that in init.lua near line 17:
Code: Select all
tiles = {"default_stone.png^quartz_ore.png"},
The texture I used for the screenshot:
Jordach
Member
Posts: 4534 Joined: Mon Oct 03, 2011 17:58
GitHub:
Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene
by Jordach » Sun Apr 21, 2013 09:52
Post
Evergreen wrote: Jordach wrote: Learn to edit your posts.
I know how to edit posts, and I know you are being sarcastic.
There was three posts above when I posted that. And no, I am not being sarcastic, even though I am like that most of the time.
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Wed Apr 24, 2013 20:45
Post
v0.2 released, changed the ore texture and made it slightly more common.
Back from the dead!
12Me21
Member
Posts: 873 Joined: Tue Mar 05, 2013 00:36
GitHub:
12Me21
Location: (Ignore all of my posts before 2018)
by 12Me21 » Thu Apr 25, 2013 20:17
Post
I am making a clock mod that will use quartz from your mod in the crafting recipe.
Shoutouts to Simpleflips
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Thu Apr 25, 2013 20:26
Post
12Me21 wrote: I am making a clock mod that will use quartz from your mod in the crafting recipe.
Thanks! I'll include it as an extension for this mod in the topic.
Back from the dead!
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun May 12, 2013 12:13
Post
Hybrid Dog wrote: please call it depends.txt instead of depends
and add stairs to it
There are stairs. And the depends is a text file, so it doesn't matter.
Back from the dead!
Zeg9
Member
Posts: 608 Joined: Fri Sep 21, 2012 11:02
Location: France
by Zeg9 » Sun May 12, 2013 12:17
Post
Evergreen wrote: Hybrid Dog wrote: please call it depends.txt instead of depends
and add stairs to it
There are stairs. And the depends is a text file, so it doesn't matter.
It's just that depends.txt is the standard name for it, even though I agree this extension is stupid.
kaeza
Moderator
Posts: 2162 Joined: Thu Oct 18, 2012 05:00
GitHub:
kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:
by kaeza » Sun May 12, 2013 13:00
Post
Zeg9 wrote: even though I agree this extension is stupid.
It has a function though. It's because Windows makes it a bit harder to edit files with no extension. Since *.txt files are always associated under Win, it makes modder's life (a bit) easier. This is the same reason why I think calling the "Read Me" document "README.txt", instead of "README" or "README.md" makes it easier for users (note that README in all caps is standard on Linux, since it appears near the top of file listing when using case-sensitive listing).
Last edited by
kaeza on Sun May 12, 2013 13:01, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated!
PayPal
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun May 12, 2013 16:31
Post
Hybrid Dog wrote: Evergreen wrote: Hybrid Dog wrote: please call it depends.txt instead of depends
and add stairs to it
There are stairs. And the depends is a text file, so it doesn't matter.
depends didn't work
What do you mean depends didn't work? This mod doesn't depend on anything except default.
Back from the dead!
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun May 12, 2013 17:18
Post
Hybrid Dog wrote: Evergreen wrote: Hybrid Dog wrote: depends didn't work
What do you mean depends didn't work? This mod doesn't depend on anything except default.
the game doesn't work if I name "depends.txt" "depends"
it depends on stairs, too
Sorry, I'll add that.
Back from the dead!
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Thu May 16, 2013 18:08
Post
Project (finally) moved to github.
Back from the dead!
Inocudom
Member
Posts: 3121 Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom
by Inocudom » Sun Jun 02, 2013 00:28
Post
Are you still working on this mod?
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun Jun 02, 2013 00:34
Post
Inocudom wrote: Are you still working on this mod?
Sorry, not really. Is there anything you want to see added? I'd love people to give me their ideas.
Back from the dead!
Inocudom
Member
Posts: 3121 Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom
by Inocudom » Sun Jun 02, 2013 01:26
Post
Evergreen wrote: Inocudom wrote: Are you still working on this mod?
Sorry, not really. Is there anything you want to see added? I'd love people to give me their ideas.
The mod does not recognize default: stairs, even though I have it installed.
onpon4
Member
Posts: 518 Joined: Thu Mar 21, 2013 01:54
GitHub:
onpon4
In-game: diligentcircle
Contact:
by onpon4 » Sun Jun 02, 2013 01:44
Post
I don't think that's it. depends.txt says "default, stairs" one one line; I don't think that's correct. Minetest is interpreting that as being one mod called "default, stairs", which of course doesn't exist. Instead it should be two lines: one that says "default", one that says "stairs".
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun Jun 02, 2013 12:51
Post
onpon4 wrote: I don't think that's it. depends.txt says "default, stairs" one one line; I don't think that's correct. Minetest is interpreting that as being one mod called "default, stairs", which of course doesn't exist. Instead it should be two lines: one that says "default", one that says "stairs".
Okay, I just updated it to that.
Back from the dead!
Inocudom
Member
Posts: 3121 Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom
by Inocudom » Sun Jun 02, 2013 14:48
Post
You could make this compatible with moreblock's stairsplus feature.
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Sun Jun 02, 2013 15:38
Post
Inocudom wrote: You could make this compatible with moreblock's stairsplus feature.
How do you make it compatible without depending on moreblocks?
Last edited by
Evergreen on Sun Jun 02, 2013 15:38, edited 1 time in total.
Back from the dead!
Dan Duncombe
Member
Posts: 904 Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth
by Dan Duncombe » Mon Jun 03, 2013 17:34
Post
In Minecraft, you can make it into things like comparators, and daylight detectors.
Mito551 wrote: textures are nice
mineral itself is useless, both in mc and mt
Evergreen
Member
Posts: 2135 Joined: Sun Jan 06, 2013 01:22
GitHub:
4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:
by Evergreen » Mon Jun 03, 2013 18:07
Post
Dan Duncombe wrote: In Minecraft, you can make it into things like comparators, and daylight detectors.
Mito551 wrote: textures are nice
mineral itself is useless, both in mc and mt
There already is a daylight detector in mesecons, and I have no idea how to create anything like that in mesecons.
Back from the dead!
VanessaE
Moderator
Posts: 4655 Joined: Sun Apr 01, 2012 12:38
GitHub:
VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:
by VanessaE » Thu Jun 06, 2013 15:46
Post
You have a typo in one of you texture filenames: quar tz_crystal_piece.png
Users browsing this forum: No registered users and 7 guests