From cd1b6438b5cd8314bb8809a3e544412a3096284d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sat, 9 Jul 2016 16:44:01 +0200 Subject: [PATCH] Hevea sapling texture + JSON --- graphics/hevea_sapling.xcf | Bin 0 -> 1747 bytes .../blockstates/materials/sapling/hevea.json | 20 ++++++++++++++++++ .../models/block/materials/sapling/hevea.json | 6 ++++++ .../models/item/materials/sapling/hevea.json | 6 ++++++ .../blocks/materials/sapling/hevea.png | Bin 0 -> 458 bytes 5 files changed, 32 insertions(+) create mode 100644 graphics/hevea_sapling.xcf create mode 100644 src/resources/assets/mmm/blockstates/materials/sapling/hevea.json create mode 100644 src/resources/assets/mmm/models/block/materials/sapling/hevea.json create mode 100644 src/resources/assets/mmm/models/item/materials/sapling/hevea.json create mode 100644 src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png diff --git a/graphics/hevea_sapling.xcf b/graphics/hevea_sapling.xcf new file mode 100644 index 0000000000000000000000000000000000000000..1e5ceff617a0a09a083501db4d095c8fd0d3cb00 GIT binary patch literal 1747 zcmd5+|4$or7=Es!lnoYV)VZ~*y+PL=lvcj1AyH$p>6}JQfZ@y%MGLg0?Aoin4(X^Z zO*C79nMG`1i(fXupN#%>Zb1e;--q5Ai1@po@P0ne=lyce!+Y;Foyq3ah3S-<%IHbR zI%OO2^J0o3+Y4eHm+!azKok6;SetF9?UQ*gN&Y!GPo?Ft(M&dxPDay(%#64oaRr)L zEa^$rH1y0&?+GoHo;Gx&plbU^w2+=kr~|Qq{dEKwv_rj8I(0;;6IcHmuyn!9C#EyG zv^wZ;iL-Q+)AmJgJ?P_@rm$DD`Qtn6#=bf9JPUG1} z&j-oGe9~mp#Z6Yb7+Y?Mb=a7x$89VJ*m~x0oe*)!9JlMVxIFAo;0mra+DJ;XV9q~#u5)j9qUVjic>kS~@ z&A3mM_>TAV89&pXgt}ir(B}t&aAW6^7wD1rUce{Ur@oi*hI$TOzw~JPj4z=2&vpyl zUVzVN`lLfjNRopg3{y-6Ws2D_Z{cSwlB`jtn3|3Xs$WpdT<$iIn$4p=&$wQsm~u#0 zi-ajg>%sexUT7M{^l1H2Ei_0m{V|HsC?+n+L-CdvONPq>m-S3eOCGLRF0mcncy(Ed z*lz2>Sew-*jwUQcB27yeZJ-Ef7uyf*7qp|@>JX2Md2e$poVno)yFWIJ89M(DLw<}x zTFc#I14pb3xqIZW&wZ8m8)*I^>YuFwo9zEqLq47-KQ05mtm4Ir-yAaRfV@sXHzs O*eREj5}rPH8g$ literal 0 HcmV?d00001 diff --git a/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json b/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json new file mode 100644 index 0000000..19f8a8c --- /dev/null +++ b/src/resources/assets/mmm/blockstates/materials/sapling/hevea.json @@ -0,0 +1,20 @@ +{ + "variants": { + "stage=0": { "model": "mmm:materials/sapling/hevea" }, + "stage=1": { "model": "mmm:materials/sapling/hevea" }, + "stage=2": { "model": "mmm:materials/sapling/hevea" }, + "stage=3": { "model": "mmm:materials/sapling/hevea" }, + "stage=4": { "model": "mmm:materials/sapling/hevea" }, + "stage=5": { "model": "mmm:materials/sapling/hevea" }, + "stage=6": { "model": "mmm:materials/sapling/hevea" }, + "stage=7": { "model": "mmm:materials/sapling/hevea" }, + "stage=8": { "model": "mmm:materials/sapling/hevea" }, + "stage=9": { "model": "mmm:materials/sapling/hevea" }, + "stage=10": { "model": "mmm:materials/sapling/hevea" }, + "stage=11": { "model": "mmm:materials/sapling/hevea" }, + "stage=12": { "model": "mmm:materials/sapling/hevea" }, + "stage=13": { "model": "mmm:materials/sapling/hevea" }, + "stage=14": { "model": "mmm:materials/sapling/hevea" }, + "stage=15": { "model": "mmm:materials/sapling/hevea" } + } +} \ No newline at end of file diff --git a/src/resources/assets/mmm/models/block/materials/sapling/hevea.json b/src/resources/assets/mmm/models/block/materials/sapling/hevea.json new file mode 100644 index 0000000..460c77a --- /dev/null +++ b/src/resources/assets/mmm/models/block/materials/sapling/hevea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "mmm:blocks/materials/sapling/hevea" + } +} diff --git a/src/resources/assets/mmm/models/item/materials/sapling/hevea.json b/src/resources/assets/mmm/models/item/materials/sapling/hevea.json new file mode 100644 index 0000000..885b1f5 --- /dev/null +++ b/src/resources/assets/mmm/models/item/materials/sapling/hevea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "mmm:blocks/materials/sapling/hevea" + } +} \ No newline at end of file diff --git a/src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png b/src/resources/assets/mmm/textures/blocks/materials/sapling/hevea.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b02aaebd20c66e0fd5db839cbcd9453c5b49b5 GIT binary patch literal 458 zcmV;*0X6=KP)8B)A*Q|j*aDmpxRVeK?D^Qv@zVMm^zbVkI_MM5oB45O0rE6 z)+*{N{+m05L`-Jxx|?$@_xykNyc~{yam4Brh~gl}}IJ`E}-;A;j_Z3fJK&>li%1<-{6*m9&B;7a*GWq2^Eg!g9yu|^!;!wGx9 zNKS;i6zV>9+6t(&fT5%Z&J+t;@q^PN_F~?w&0CT&rUa}2_BadzBpH$W%e@L#596}F z`EwIVAE*q6i_ajR7DBVWW%&(b4NOrop+fH|kY9(*x`{t~wF0+U`)I+BT5%E7o|%y% z_6EE@>2RifR{D$@gj*X2ofqNC^6(x__O}B}kqBkfv?Y|41?c&C3;3taBNMniOW;IX z#=z^_YV6{?x-mH5u9+Mh@Ybo|;U