From c87dd6011efc2fa50d3436d30e2d37db03622ff6 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 3 Jan 2018 22:21:17 -0800 Subject: [PATCH] Initial commit --- README.md | 23 +++++++++++++++++++++++ init.lua | 17 +++++++++++++++++ resources/ingot.png | Bin 0 -> 201 bytes resources/lump.png | Bin 0 -> 160 bytes resources/ore.png | Bin 0 -> 172 bytes 5 files changed, 40 insertions(+) create mode 100644 README.md create mode 100644 init.lua create mode 100644 resources/ingot.png create mode 100644 resources/lump.png create mode 100644 resources/ore.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..6856e55 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Advanced Ores - Iron ore pack +Author: Austin Pachano (SonosFuer) +Liscense: [MIT](https://opensource.org/licenses/MIT) +Mod for [Minetest](https://www.minetest.net/) +This mod is an orepack that adds iron to the game. + +## Dependencies +advancedores_core +advancedores_extended +advancedores_tools + +## Credit + +### Resources +For now all textures are borrowed from minetest game until +new textures are created + +Gambit (CC BY-SA 3.0): + default_iron_lump.png -> lump.png +kilbith (CC BY-SA 3.0): + default_tin_ingot.png -> ingot.png +celeron55, Perttu Ahola (CC BY-SA 3.0): + deafult_mineral_iron.png -> ore.png \ No newline at end of file diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..5bd2de7 --- /dev/null +++ b/init.lua @@ -0,0 +1,17 @@ +ore = {} + +ore.name = "iron" +ore.resources = "/resources" +ore.spawn = { + ore_type = "scatter", + wherein = "default:stone", + clust_scarcity = 7*7*7, + clust_num_ores = 5, + clust_size = 3, + height_min = -31000, + height_max = -4000, + flags = "absheight", +} + +ore.tools = {} +ore.extended = {} \ No newline at end of file diff --git a/resources/ingot.png b/resources/ingot.png new file mode 100644 index 0000000000000000000000000000000000000000..8100b0132ab8245d8792c0a47659885c598252ab GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFP2=EDU1=1NA8UO$PKY8@v{oB{x zy?OEH_m3IVCSSdDwyd<|^T&4!=FU2_Z|AnnYnz)I8tQ8`=F}Vj>R~Ji@(X5gcy=QV z$Z_{{aSY+Oo_v5$f_1@`35yt7!h)DK9oX_NgwbGaoK(_@12g_}c$iBYb?BVF$F+o2 xqQ!TbFXJVLt%uZt`J76)r4OAEPC3BOaD6TBfloW;9|s!A;OXk;vd$@?2>@0JQPThb literal 0 HcmV?d00001 diff --git a/resources/lump.png b/resources/lump.png new file mode 100644 index 0000000000000000000000000000000000000000..db61a94c7ef70fede2dc6255fe5fc9f16cf176f5 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VW1=6jKYAb^brg~~0PqD4H zQ#q2(*a8$~ED7=pW^j0RBMr#0@pN$v;kcfxAZQ>h?JVKu=f{@7s4Ob#YT)d8(le6b zM1n|AkPr`pQ3UH$X4ZpUuB@!C2YK8A9sfLIX3*_mDVlCm-vBg+!PC{xWt~$(699$X BC_w-K literal 0 HcmV?d00001 diff --git a/resources/ore.png b/resources/ore.png new file mode 100644 index 0000000000000000000000000000000000000000..bfec8b1f06b450bc983916b6895c1e39de276088 GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPGa2=EDU1=5o|Rkr1NM#o1_p48vi zSXYvl8yp&<#BgmIP>!)A$S;_|;n|HeAjiqm#W95Ada?sk6NlPjhACkQOkGCYU58Xe zBrk|?a&d8KYBoi9c_josW0|pK0Ryu#vom7{Z-{b3lIV=*48a`}7#J?4GW+~c{jnBk O8iS{+pUXO@geCyw`!IR{ literal 0 HcmV?d00001