[Mod] Emeralds [2.0.0] [emeralds]

Post Reply
CC10
Member
Posts: 19
Joined: Sun Aug 28, 2016 21:25
GitHub: CC10MAGIC
In-game: CC10

[Mod] Emeralds [2.0.0] [emeralds]

by CC10 » Post

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
Last edited by CC10 on Mon Aug 07, 2017 21:52, edited 1 time in total.
Check out my emerald mod: viewtopic.php?f=11&t=15485

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

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

by azekill_DIABLO » Post

nice! images?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
MineYoshi
Member
Posts: 5373
Joined: Wed Jul 08, 2015 13:20
Contact:

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

by MineYoshi » Post

azekill_DIABLO wrote:nice! images?
Please Screenshots!
+100
Have a nice day! :D

User avatar
Desour
Member
Posts: 1473
Joined: Thu Jun 19, 2014 19:49
GitHub: Desour
IRC: Desour
In-game: DS
Location: I'm scared that if this is too exact, I will be unable to use my keyboard.

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

by Desour » Post

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
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

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

by azekill_DIABLO » Post

+1
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

CC10
Member
Posts: 19
Joined: Sun Aug 28, 2016 21:25
GitHub: CC10MAGIC
In-game: CC10

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

by CC10 » Post

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.
Check out my emerald mod: viewtopic.php?f=11&t=15485

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

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

by azekill_DIABLO » Post

Image
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Desour
Member
Posts: 1473
Joined: Thu Jun 19, 2014 19:49
GitHub: Desour
IRC: Desour
In-game: DS
Location: I'm scared that if this is too exact, I will be unable to use my keyboard.

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

by Desour » Post

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")
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)

CC10
Member
Posts: 19
Joined: Sun Aug 28, 2016 21:25
GitHub: CC10MAGIC
In-game: CC10

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

by CC10 » Post

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.
Check out my emerald mod: viewtopic.php?f=11&t=15485

CC10
Member
Posts: 19
Joined: Sun Aug 28, 2016 21:25
GitHub: CC10MAGIC
In-game: CC10

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

by CC10 » Post

This mod is now officially released! When I have a moment, I will work on adding emerald tools and sword and perhaps armor.
Check out my emerald mod: viewtopic.php?f=11&t=15485

CC10
Member
Posts: 19
Joined: Sun Aug 28, 2016 21:25
GitHub: CC10MAGIC
In-game: CC10

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

by CC10 » Post

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.
Check out my emerald mod: viewtopic.php?f=11&t=15485

Diablosxm
Member
Posts: 20
Joined: Sat May 07, 2022 16:13
GitHub: Diablosxm
IRC: Diablosxm
In-game: Diablosxm
Contact:

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

by Diablosxm » Post

Hello ,

https://github.com/Diablosxm/emeralds

optional dependency with farming and toolranks thanks to BlockHead

BR

Post Reply

Who is online

Users browsing this forum: No registered users and 76 guests