juanchi/mods/emeralds
runs 71661dca94 first commit 2021-08-08 13:52:46 +02:00
..
locale first commit 2021-08-08 13:52:46 +02:00
textures first commit 2021-08-08 13:52:46 +02:00
LICENSE.txt first commit 2021-08-08 13:52:46 +02:00
README.txt first commit 2021-08-08 13:52:46 +02:00
depends.txt first commit 2021-08-08 13:52:46 +02:00
description.txt first commit 2021-08-08 13:52:46 +02:00
emeralds.lua first commit 2021-08-08 13:52:46 +02:00
init.lua first commit 2021-08-08 13:52:46 +02:00
mod.conf first commit 2021-08-08 13:52:46 +02:00
settings.txt first commit 2021-08-08 13:52:46 +02:00

README.txt

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

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