From 5d480296dc36386bf65ea358358f8bd29afae06e Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 29 Aug 2020 17:59:41 -0700 Subject: [PATCH] sqDDAW --- biomes/mosaic-lith-black-sharp.json | 109 ++++++++++++++++++++++++++++ biomes/mosaic-lith-black.json | 104 ++++++++++++++++++++++++++ dimensions/overworld.json | 3 +- objects/monolith/black-1.iob | Bin 0 -> 6672 bytes objects/monolith/black-2.iob | Bin 0 -> 2416 bytes objects/monolith/black-3.iob | Bin 0 -> 3088 bytes objects/monolith/black-4.iob | Bin 0 -> 1808 bytes objects/monolith/black-5.iob | Bin 0 -> 8336 bytes objects/monolith/black-6.iob | Bin 0 -> 1936 bytes regions/mosaic.json | 78 ++++++++++++++++++++ 10 files changed, 293 insertions(+), 1 deletion(-) create mode 100644 biomes/mosaic-lith-black-sharp.json create mode 100644 biomes/mosaic-lith-black.json create mode 100644 objects/monolith/black-1.iob create mode 100644 objects/monolith/black-2.iob create mode 100644 objects/monolith/black-3.iob create mode 100644 objects/monolith/black-4.iob create mode 100644 objects/monolith/black-5.iob create mode 100644 objects/monolith/black-6.iob create mode 100644 regions/mosaic.json diff --git a/biomes/mosaic-lith-black-sharp.json b/biomes/mosaic-lith-black-sharp.json new file mode 100644 index 00000000..e7b4bf53 --- /dev/null +++ b/biomes/mosaic-lith-black-sharp.json @@ -0,0 +1,109 @@ +{ + "name": "Black Monolith Mosaic", + "layers": [ + { + "style": { + "style": "FRACTAL_WATER" + }, + "zoom": 1.1, + "palette": [ + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER", + "BLACK_TERRACOTTA", + "BLACK_TERRACOTTA", + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "BLACKSTONE", + "COARSE_DIRT", + "DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "generators": [ + { + "generator": "sharp", + "min": 25, + "max": 45 + }, + { + "generator": "mountain", + "min": 2, + "max": 9 + } + ], + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "BLACK_CONCRETE" + + ] + }, + "objects": [ + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "monolith/black-1", + "monolith/black-2", + "monolith/black-3", + "monolith/black-4", + "monolith/black-5", + "monolith/black-6" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } + } + ], + "derivative": "SAVANNA", + "biomeStyle": { + "style": "IRIS" + }, + "biomeZoom": 20, + "biomeScatter": [ + "SAVANNA", + "DESERT" + ], + "biomeSkyScatter": [ + "DESERT", + "SAVANNA" + ] +} \ No newline at end of file diff --git a/biomes/mosaic-lith-black.json b/biomes/mosaic-lith-black.json new file mode 100644 index 00000000..4db71e78 --- /dev/null +++ b/biomes/mosaic-lith-black.json @@ -0,0 +1,104 @@ +{ + "name": "Black Monolith Mosaic", + "layers": [ + { + "style": { + "style": "FRACTAL_WATER" + }, + "zoom": 1.1, + "palette": [ + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER", + "BLACK_TERRACOTTA", + "BLACK_TERRACOTTA", + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE", + "BLACK_CONCRETE", + "BLACK_CONCRETE_POWDER", + "BLACK_CONCRETE_POWDER" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "BLACKSTONE", + "COARSE_DIRT", + "DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 25, + "max": 45 + } + ], + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "BLACK_CONCRETE" + + ] + }, + "objects": [ + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "monolith/black-1", + "monolith/black-2", + "monolith/black-3", + "monolith/black-4", + "monolith/black-5", + "monolith/black-6" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } + } + ], + "derivative": "SAVANNA", + "biomeStyle": { + "style": "IRIS" + }, + "biomeZoom": 20, + "biomeScatter": [ + "SAVANNA", + "DESERT" + ], + "biomeSkyScatter": [ + "DESERT", + "SAVANNA" + ] +} \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index a2aacb9a..79b1f8c2 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -10,7 +10,8 @@ "temperate", "temperate", "tundra", - "frozen" + "frozen", + "mosaic" ], "loot": { "tables": [ diff --git a/objects/monolith/black-1.iob b/objects/monolith/black-1.iob new file mode 100644 index 0000000000000000000000000000000000000000..d21cde202ab109ad45b536773f7b8c8ec8ea0dbf GIT binary patch literal 6672 zcmajhU2f9=5JllT2~a330I`&ArYcd8DxgSJ7s_5*{%2yY(`TO>DaymAnfN$%5=pNm zeekpV{I0#;`StzR+q>i8{^rxe)yFS4htJoCZ+D0L=V4%-M{`1-u!*?GfcmH~ZH{aj=>=j(>&d2@k zXP@BB?*8=(qJH)Y^I~^D?sq@?1aEftuXhObvsaiGyZdp!``IUWv%CLa=x47mFLw9i ze)qFa@Md@a-_XxqVP5R+$NlbSpWw~z{y(9gy~4cM-H-d-&pyGM-Tl8qKYN9FvAZAl zyPti6H@o|Pg?{!5^I~^D?sq@?1aEft{|x=?73Rh6e%$YV_6gqX?*9?`*(=P8-Tk=V u{p=IG+1>vX`q?YYi{1UW-~H^pJks$m6Z{l>VV8ne@Lljd`_ke34EukG?S}gR literal 0 HcmV?d00001 diff --git a/objects/monolith/black-2.iob b/objects/monolith/black-2.iob new file mode 100644 index 0000000000000000000000000000000000000000..aba95a0c0e4425377f8eb582d081047d7f7f406e GIT binary patch literal 2416 zcmajf%TB^j7)9aT<8A2FXYmz$2!l;cjEV{2<-MK5DvY~+l7_)zH(y&I$xV`bj)~(b zEqA;>e7^0M`LKIEKE8bH=J)6MYd;^Bi_xQ9^*WdBx_lN5J z@;|V-$ESOI+Ru9T!59BprQ`G7y{DbeuzCHNiXQKSm-@SReCrjM&wG3iPxqsH$M;|O zyvO(WbdOIvzQ4lfJ-)}MdwkmQ{T4p&@jX7>^bm-M+laX5Iq`gs zIqrCU_gu*M2#y$CY=vhkNgZx5Cq%{_Q;0?|!)-!#(}F@2&83 zr~jttcMspwuY3C4)1Ch7qTfAyPrvTzcTacvuZn*6@IC#yr{6u@>7R>!_wYUax~Jbg z-O=rTX!!d>-7o)R!#(}Fr{6u@&!_W#jwk2aRGfbIR(QI{eEx*t{fnvaaPK@Q7+$}( z!qc7p?G6mDPrrM(ldpUF-P4`^?HjUw_wYUax~Jbg-Rb`?`rX6#^y{8}_jITKujqFV z-_x&q`rXr={@9U5JusNx20HZ@ zyI=ZNhweNcPPeXJkM+^lp^Z(39+9}StG`bA=<2gOyZY04(EicYXLok>mq{O8eRgM8 zf06Xj)n|8h^{4-k&L3TUc4wcJ`x@{6eCo41yOsG1uz&W@h4VSP`qPBeM^~QR+139h veRTENon8G;(nnXH-PzTDCw=trc+&ft58W*B!mj=+>7%R9Uf9*=^9lAJcyy4e literal 0 HcmV?d00001 diff --git a/objects/monolith/black-5.iob b/objects/monolith/black-5.iob new file mode 100644 index 0000000000000000000000000000000000000000..1d0c0f5dd6e566c35a2fb268a1442661a94fd3cd GIT binary patch literal 8336 zcmajiZEn**6h`4Ylkm*~5KCb*s6<6VK#{8Mobov{F>k_epHsC`q(`^cK6awGs$N#r z+x)fs9_v`I^ZL!#Pj|Pc`>CFIemVA`gV7^zkRr^gLoHj;>Esg;%D(CKE(%n z`n{5V>|N%Yc(JD+?%&ShOMHqC_Vl~lk97aBcbRYE|KAV0`_m8iryu(gpW=f({a#2v z_Ac{Hyx7wZ_opBG5})FOJ^h|bKlU#3O}yCC5BH}Z`x2kxgFXG8Nk8^3^G&?i(+~Hj zANvxY;)6Z?o=QLVF7r*i*wYX9ryu(gpW=f({hmla_Ac{Hyx7wZ_opBG5})FOJ^hZ- zkG;!$6EF7k!~N;UzQm{aV2>W8AA6ViCSL66hx^lyeTh%;!Jd9y`muMJZ{o$Cez-sV z*q8VeAMELu=Q#ZS%-&_biC>>1_xGnC?oU7VB|gOm`}N(;{gQY8{H|Ar{Bm~WSKj~s z>4)>_$G*g;_+YQ&^$2&LpXwmq#hZAsZ~4g?>>l5C7GL61e6XkADhRxIg{am-rMP?CE#;1fYKGUFMs3v8NyIPe1l0 zKE(%n`dvODsULfn`6gcM>4*E%k9~4*E% zk9~$g qkG;!$6EF7k!~N;UzQm{aQ2$Q-wz;t{@w52GUM1edyZAx;$o>zWm*=nm literal 0 HcmV?d00001 diff --git a/objects/monolith/black-6.iob b/objects/monolith/black-6.iob new file mode 100644 index 0000000000000000000000000000000000000000..fb0ecd85d0188914302b109c96075561b80bfdc7 GIT binary patch literal 1936 zcmajdOA5k35Jl0KC=OhKYZ3P%8X|~45O=TD<%^DUO9&25s&hMONh?WfU!AX=dM*9G zxt;Ih@I0Je+vD{xT=v7`K0L?Q=)2g(o>_P+JlNg8DEisO^X|v_Y=sBA`}?AwT|Do8 zoOeHauv@2dMCXV7e-3Bo-H-F`XAkz@?zrFEgZ)hk?tb=Gc(AMgJz@6!sViLU>7NT` z*UwgXu)BYH1GDS9pIz+E$9ea&2fO>HFGT(9;(7Puy!+XM-Tj}UA3Y=AH19t4WS0u> R3h&w7&--hIC%gM`{Vxb#zl;C? literal 0 HcmV?d00001 diff --git a/regions/mosaic.json b/regions/mosaic.json new file mode 100644 index 00000000..82a1b159 --- /dev/null +++ b/regions/mosaic.json @@ -0,0 +1,78 @@ +{ + "name": "Hot", + "biomeImplosionRatio": 0.25, + "shoreHeightMin": 3.2, + "shoreHeightMax": 6.2, + "shoreHeightZoom": 1.14, + "landBiomeZoom": 1.25, + "landBiomes": [ + "hot-mesa-green" + ], + "seaBiomes": [ + "hot-ocean" + ], + "shoreBiomes": [ + "hot-beach" + ], + "caveBiomes": [ + "hot-sandy-cave" + ], + "loot": { + "tables": [ + "hot-food", + "hot-treasure" + ] + }, + "effects": [ + { + "interval": 1350, + "particleOffset": 0, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleCount": 0, + "particleAltX": 0.001, + "particleAltY": 0.00885, + "particleAltZ": 0.001, + "chance": 2 + } + ], + "deposits": [ + { + "minHeight": 25, + "maxHeight": 67, + "minSize": 3, + "maxSize": 5, + "minPerChunk": 1, + "maxPerChunk": 3, + "varience": 5, + "palette": [ + "GOLD_ORE" + ] + }, + { + "minHeight": 15, + "maxHeight": 47, + "minSize": 3, + "maxSize": 5, + "minPerChunk": 1, + "maxPerChunk": 2, + "varience": 5, + "palette": [ + "LAPIS_ORE" + ] + }, + { + "minHeight": 11, + "maxHeight": 99, + "minSize": 14, + "maxSize": 21, + "minPerChunk": 5, + "maxPerChunk": 15, + "varience": 5, + "palette": [ + "minecraft:basalt[axis=x]", + "minecraft:basalt[axis=y]", + "minecraft:basalt[axis=z]" + ] + } + ] +} \ No newline at end of file