Page 1 of 1

[Mod] Emeralds [2.0.0] [emeralds]

Posted: 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! *New version* 2.0.0 .

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. 2.0.0 Changes: I have now added an emerald sword and emerald tools. Emerald tools and sword textures are modified from the diamond tools and sword textures. Emerald tools and sword code are the same as bronze tools except their number of uses is twice as much. Since emerald ore is not so rare, I figured it would be good way to make emerald tools valuable, as their durability classifies between mese and diamond.

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

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

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

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

Screenshots:
As the Img thing that's supposed to display images never works for me here are the links to the screenshots on my GitHub page:
https://github.com/CC10MAGIC/emeralds/b ... enshot.png
https://github.com/CC10MAGIC/emeralds/b ... nshot2.png
https://github.com/CC10MAGIC/emeralds/b ... nshot3.png
https://github.com/CC10MAGIC/emeralds/b ... nshot4.png
https://github.com/CC10MAGIC/emeralds/b ... nshot5.png
https://github.com/CC10MAGIC/emeralds/b ... nshot6.png
https://github.com/CC10MAGIC/emeralds/b ... nshot7.png
https://github.com/CC10MAGIC/emeralds/b ... nshot8.png
https://github.com/CC10MAGIC/emeralds/b ... nshot9.png
If anybody has any idea how to make the Img thing actually work, I would appreciate if you could explain it to me clearly.

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 (used to make emerald sword and tools):
c = emerald crystal x = nothing

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

Emerald Pickaxe:
c = emerald crystal s = stick x = nothing

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

Emerald Axe:
c = emerald crystal s = stick x = nothing

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

Emerald Shovel:
c = emerald crystal s = stick x = nothing

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

Emerald Hoe:
c = emerald crystal s = stick x = nothing

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

Emerald Sword:
c = emerald crystal s = stick x = nothing

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

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

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

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

Posted: Sat Sep 10, 2016 19:29
by MineYoshi
azekill_DIABLO wrote:nice! images?
Please Screenshots!
+100

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

Posted: Sun Sep 11, 2016 07:23
by Desour
Spoiler
Emerald Block:
Image
Emerald Pillar:
Image
Image
Chiseled Emerald:
Image
Emerald Crystal Piece:
Image
Emerald Ore:
Image
full Emerald Crystal:
Image
@CC10: you dont need the horizontal pillar texture. instead use texture modifiers

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

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

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

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

https://github.com/CC10MAGIC/emeralds/b ... enshot.png

https://github.com/CC10MAGIC/emeralds/b ... nshot2.png

https://github.com/CC10MAGIC/emeralds/b ... nshot3.png

I used URL instead of Img because for some reason when I try to do that it just displays "Image".
DS-minetest wrote:
Spoiler
Emerald Block:
Image
Emerald Pillar:
Image
Image
Chiseled Emerald:
Image
Emerald Crystal Piece:
Image
Emerald Ore:
Image
full Emerald Crystal:
Image
@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]

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

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

Posted: Wed Sep 14, 2016 13:06
by Desour
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]

Posted: 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]

Posted: 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.

Re: [Mod] Emeralds [2.0.0] [Emeralds]

Posted: Mon Aug 07, 2017 21:54
by CC10
I finally took the time to make a new version, adding emerald tools. Next version I think I will add emerald armor compatible/based on the 3d armor mod.

Re: [Mod] Emeralds [2.0.0] [emeralds]

Posted: Sun Apr 30, 2023 22:55
by Diablosxm
Hello ,

https://github.com/Diablosxm/emeralds

optional dependency with farming and toolranks thanks to BlockHead

BR