Page 1 of 1

[Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Fri Sep 09, 2016 01:20
by CC10
Hi! This is the first mod I have made for minetest. It is heavily based on the quartz mod and it adds emeralds to minetest. For more information and the download link, read below. Hope you like it, and don't hesitate to give feedback and/or suggestions!

Emeralds Mod

This mod adds emerald ore and some decorative blocks to minetest. It has been made by cloning the textures and the code of the quartz mod and modifying them. Credit for the original code and textures goes to the author of the quartz mod. I changed the code and names to emerald and I redesigned the textures to look like emerald. Emeralds are twice as rare as quartz but that's not much. Maybe I will add emerald weapons and emerald tools in the future.

Version: 1.0.0
License: MIT (see LICENSE.txt)

Dependencies:
default (found in minetest_game)
stairs (found in minetest_game)
moreblocks (optional, for stairsplus support)

Download : https://github.com/CC10MAGIC/emeralds

Please report bugs at the github issue tracker:
https://github.com/CC10MAGIC/emeralds/issues

Crafting:

Emerald Block:
c = emerald crystal x = nothing

x|x|x
-----
c|c|x
-----
c|c|x

Emerald Pillar:
q = emerald block x = nothing

x|x|x
-----
x|q|x
-----
x|x|x


Emerald Slab:
q = emerald block x = nothing

x|x|x
-----
x|x|x
-----
q|q|q

Emerald Stairs:
q = emerald block x = nothing

q|x|x
q|q|x
q|q|q

Emerald Pillar Slab:
q = emerald pillar x = nothing

x|x|x
-----
x|x|x
-----
q|q|q

Chiseled Emerald:
q = emerald slab x = nothing

x|x|x
-----
x|q|x
-----
x|q|x

Emerald Crystal Piece (useless as of now):
c = emerald crystal x = nothing

x|x|x
-----
x|c|x
-----
x|x|x

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Sat Sep 10, 2016 17:10
by azekill_DIABLO
nice! images?

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Sat Sep 10, 2016 19:29
by MineYoshi
azekill_DIABLO wrote:nice! images?

Please Screenshots!
+100

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Sun Sep 11, 2016 07:23
by DS-minetest
+ images


@CC10: you dont need the horizontal pillar texture. instead use texture modifiers

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Sun Sep 11, 2016 09:29
by azekill_DIABLO
+1

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Tue Sep 13, 2016 23:22
by CC10
Thank you for all the responses. Here are some screenshots :

https://github.com/CC10MAGIC/emeralds/blob/master/screenshot.png

https://github.com/CC10MAGIC/emeralds/blob/master/screenshot2.png

https://github.com/CC10MAGIC/emeralds/blob/master/screenshot3.png

I used URL instead of Img because for some reason when I try to do that it just displays "Image".

DS-minetest wrote:
+ images


@CC10: you dont need the horizontal pillar texture. instead use texture modifiers


I don't really get what are texture modifiers and do I really need them ?

And, I plan to release my mod in a few day. I may continue to work on it after that, I don't know if I will, but I guess I would like to add emerald sword and tools and maybe even armor.

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Wed Sep 14, 2016 09:44
by azekill_DIABLO
Image

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Wed Sep 14, 2016 13:06
by DS-minetest
CC10 wrote:I used URL instead of Img because for some reason when I try to do that it just displays "Image".

you have to rightclick the image and choose show graphics and use this link (i dont know how its named in english, in german its "Grafik anzeigen")

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Thu Sep 22, 2016 23:30
by CC10
DS-minetest wrote:
CC10 wrote:I used URL instead of Img because for some reason when I try to do that it just displays "Image".

you have to rightclick the image and choose show graphics and use this link (i dont know how its named in english, in german its "Grafik anzeigen")


Ok thanks. I'll try it the next time I post pictures. By the way, today I'm going to ask for my mod to be moved and released to the "Released Mods" section.

Re: [Mod] Emeralds [1.0.0] [Emeralds]

PostPosted: Thu Oct 06, 2016 22:01
by CC10
This mod is now officially released! When I have a moment, I will work on adding emerald tools and sword and perhaps armor.