From b77baa1567b9a5365d4e272dffcdd3599b2e3e4a Mon Sep 17 00:00:00 2001 From: ROllerozxa Date: Sun, 25 Apr 2021 19:23:42 +0200 Subject: [PATCH] Add stone bricks mod! :D --- modpack.conf | 1 + stonebricks/init.lua | 41 ++++++++++++++++++++ stonebricks/mod.conf | 1 + stonebricks/textures/stonebrick.png | Bin 0 -> 402 bytes stonebricks/textures/stonebrick_cracked.png | Bin 0 -> 469 bytes stonebricks/textures/stonebrick_mossy.png | Bin 0 -> 544 bytes 6 files changed, 43 insertions(+) create mode 100644 stonebricks/init.lua create mode 100644 stonebricks/mod.conf create mode 100644 stonebricks/textures/stonebrick.png create mode 100644 stonebricks/textures/stonebrick_cracked.png create mode 100644 stonebricks/textures/stonebrick_mossy.png diff --git a/modpack.conf b/modpack.conf index 1f443fe..bac9860 100644 --- a/modpack.conf +++ b/modpack.conf @@ -1,2 +1,3 @@ name = Minecraftn't-contrib description = Modpack containing various mods, intended to be as close in line with the style of old Alpha versions of Minecraft, intended to be used with Minecraftn't. +depends = minecraft \ No newline at end of file diff --git a/stonebricks/init.lua b/stonebricks/init.lua new file mode 100644 index 0000000..d25ebdb --- /dev/null +++ b/stonebricks/init.lua @@ -0,0 +1,41 @@ +--- stone bricks! :) + +minetest.register_node("stonebricks:stone_bricks", { + description = "Stone Bricks", + tiles = {"stonebrick.png"}, + groups = {cracky=3} +}) + +minetest.register_node("stonebricks:cracked_stone_bricks", { + description = "Cracked Stone Bricks", + tiles = {"stonebrick_cracked.png"}, + groups = {cracky=3} +}) + +minetest.register_node("stonebricks:mossy_stone_bricks", { + description = "Mossy Stone Bricks", + tiles = {"stonebrick_mossy.png"}, + groups = {cracky=3} +}) + +minetest.register_craft({ + output = "stonebricks:stone_bricks", + recipe = { + {"minecraft:stone", "minecraft:stone"}, + {"minecraft:stone", "minecraft:stone"}, + } +}) + +minetest.register_craft({ + output = "stonebricks:mossy_stone_bricks", + recipe = { + {"stonebricks:stone_bricks", "minecraft:water_bucket"}, + } +}) + +minetest.register_craft({ + type = "cooking", + output = "stonebricks:cracked_stone_bricks", + recipe = "stonebricks:stone_bricks", + cooktime = 10, +}) \ No newline at end of file diff --git a/stonebricks/mod.conf b/stonebricks/mod.conf new file mode 100644 index 0000000..4cf334f --- /dev/null +++ b/stonebricks/mod.conf @@ -0,0 +1 @@ +name = stonebricks \ No newline at end of file diff --git a/stonebricks/textures/stonebrick.png b/stonebricks/textures/stonebrick.png new file mode 100644 index 0000000000000000000000000000000000000000..69138cf2350012f1b313019d5933c347def89599 GIT binary patch literal 402 zcmV;D0d4+?P)}#7ZZ{4ZhJl{XC*ALN_5eJi{bK&>eY@Rq1|;~Uj?o4Jfhe%w@3~Y|r9B`j zj0DpQ$tF6BQ$emPlxobJ_E`JAKenJv^wq-L1u}sElZQ`qW%_?XoI#)fWy2uQ8NPsQ wMNzQ!X_~V3;tzRaw5}T33(Mtl^uYA)4{lX$H)9>@=Kufz07*qoM6N<$g6uW6;Q#;t literal 0 HcmV?d00001 diff --git a/stonebricks/textures/stonebrick_cracked.png b/stonebricks/textures/stonebrick_cracked.png new file mode 100644 index 0000000000000000000000000000000000000000..918a88456567a9eecb1c475853c26268d1f2cdaa GIT binary patch literal 469 zcmV;`0V@89P)+f8=6 zoqoeGlvb-HaU6efxm+ZQBH3=Yve|4TlgWr9dAVGEF&qx1TCFOw*{tOAc^Qw#3S#y@ z8jUpW=t#i8!(y?hT@HtXOs7-zl}e@W<3gbzxm-?yAP`3f3tA%B@Ap520scy*BD2{{ z=JUCv(`j*NqZ?fT4}mYsKr>kJ-|cok3~*509>b*5>HO#h_+Vf*Omqg5$wX4Al zqtQ^?uvjd#8=A4#>$TeLcKcHR8i_xpHnnd#b zewXX@D)o9@bNzd9rk`2(+MCU$c6dAQu6Q&4L#);kQ^|U*zY_(S04o(Z0 zlj__7L2QPJ1X$r`!2VU*hTQ)ZTJ>_dtP+@!trx)bM}l9?f^?+-lefb$W+sd4yYBFO!2dnJ|00000 LNkvXXu0mjf>NMQk literal 0 HcmV?d00001 diff --git a/stonebricks/textures/stonebrick_mossy.png b/stonebricks/textures/stonebrick_mossy.png new file mode 100644 index 0000000000000000000000000000000000000000..fc67b4a9bbfbd8b52056ca258410375c85dec062 GIT binary patch literal 544 zcmV+*0^j|KP)}N^)o(uvjb}VZB~sI-R0DK1cih9JN{vX1m>D zGMQNTy|<6f{eB-wk_h5Bw!fX|7?mIgGn>ui4>t14rgUMHl;lp&#OLS@O5PF9+ziZe zxs+ELx9@Bro7!LBTX3KbWu4b5!t1<7`Q{Xc+_ZqurZkN-9j8%{0fWH+)oK-HKA+q5 z^_Bm56M9$i^Kx!BoA5jjhN|{@J&Z;pnfk$dX3^<%4t(>1D2m|wKEg1RI`+r_u8~IJ zDkI_)Yfo?$9--)DvgfN5}XSE@=f-y2HxFsxVKNm`%jIRg8JYDuIpmI-y`T> zVzb#u2I8M($;;i3OE3aPIbK}95PKTq6H&U`?aIr1fCBQ4NDEFFRhS13&@5bk$;-O5 z*@oxf03Z73AO9PW4oLs|h0Ov5Bn3?>T~H^ui8^E{(0dLbcn*TVQb;FL>(zRb{zFsO z8W&^$m1j`g;MxobeP%AI%^bqGB;F5)L-C$9g!UK;MU=`};jG~L^qF7B iacl-ycUFF7bMpru15&~g1Vx|#0000