From 96c61df2629154d5a87f522b3076e5506ea0592e Mon Sep 17 00:00:00 2001 From: Mechalopa <92443696+Mechalopa@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:32:01 +0900 Subject: [PATCH] Add new flowers part5 --- .../block/potted_magenta_kidneywort.json | 2 +- .../block/potted_purple_kidneywort.json | 2 +- .../models/block/potted_white_kidneywort.json | 2 +- .../textures/block/magenta_kidneywort.png | Bin 83 -> 194 bytes .../block/potted_magenta_kidneywort.png | Bin 0 -> 198 bytes .../block/potted_purple_kidneywort.png | Bin 0 -> 198 bytes .../block/potted_white_kidneywort.png | Bin 0 -> 199 bytes .../textures/block/purple_kidneywort.png | Bin 82 -> 194 bytes .../textures/block/white_kidneywort.png | Bin 83 -> 195 bytes .../flower_dense_forest.json | 50 ++++++++++++++++++ .../placed_feature/flower_dense_forest.json | 2 +- 11 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/assets/jafohana/textures/block/potted_magenta_kidneywort.png create mode 100644 src/main/resources/assets/jafohana/textures/block/potted_purple_kidneywort.png create mode 100644 src/main/resources/assets/jafohana/textures/block/potted_white_kidneywort.png diff --git a/src/main/resources/assets/jafohana/models/block/potted_magenta_kidneywort.json b/src/main/resources/assets/jafohana/models/block/potted_magenta_kidneywort.json index f0ce82a..1b9d494 100644 --- a/src/main/resources/assets/jafohana/models/block/potted_magenta_kidneywort.json +++ b/src/main/resources/assets/jafohana/models/block/potted_magenta_kidneywort.json @@ -2,6 +2,6 @@ "parent": "minecraft:block/flower_pot_cross", "render_type": "cutout", "textures": { - "plant": "jafohana:block/magenta_kidneywort" + "plant": "jafohana:block/potted_magenta_kidneywort" } } \ No newline at end of file diff --git a/src/main/resources/assets/jafohana/models/block/potted_purple_kidneywort.json b/src/main/resources/assets/jafohana/models/block/potted_purple_kidneywort.json index 2ac8312..3627cc4 100644 --- a/src/main/resources/assets/jafohana/models/block/potted_purple_kidneywort.json +++ b/src/main/resources/assets/jafohana/models/block/potted_purple_kidneywort.json @@ -2,6 +2,6 @@ "parent": "minecraft:block/flower_pot_cross", "render_type": "cutout", "textures": { - "plant": "jafohana:block/purple_kidneywort" + "plant": "jafohana:block/potted_purple_kidneywort" } } \ No newline at end of file diff --git a/src/main/resources/assets/jafohana/models/block/potted_white_kidneywort.json b/src/main/resources/assets/jafohana/models/block/potted_white_kidneywort.json index 780d919..60c70c9 100644 --- a/src/main/resources/assets/jafohana/models/block/potted_white_kidneywort.json +++ b/src/main/resources/assets/jafohana/models/block/potted_white_kidneywort.json @@ -2,6 +2,6 @@ "parent": "minecraft:block/flower_pot_cross", "render_type": "cutout", "textures": { - "plant": "jafohana:block/white_kidneywort" + "plant": "jafohana:block/potted_white_kidneywort" } } \ No newline at end of file diff --git a/src/main/resources/assets/jafohana/textures/block/magenta_kidneywort.png b/src/main/resources/assets/jafohana/textures/block/magenta_kidneywort.png index e60cb5ec69042028b1c2d07fd355d30939fe4bc7..fd3a0f6e74709f8048482ea8f607cdd269977051 100644 GIT binary patch delta 165 zcmV;W09yZ3!U2#Ze~C#%K~#90WBC97KLaJ0BF&=)3@HQl#oYW)v;pXfLHyfK7W`iq zcmb;+7@Cn4!wg&Od5U-!z%+wskYOOrHsMPDvAGVb0WihLHao^^{)ZWe?iCCJK#I`~ z1JU~aQvb1e1FVdQ I&MBb@01rkI`~Uy| diff --git a/src/main/resources/assets/jafohana/textures/block/potted_magenta_kidneywort.png b/src/main/resources/assets/jafohana/textures/block/potted_magenta_kidneywort.png new file mode 100644 index 0000000000000000000000000000000000000000..f686944af754bace171552c4901674b0cf0fd539 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`y`CFi>* z2?+=G&6xfFq#47KpWi04{=d!|cOZ)+aGUNo8`nA97jl~=(}dT#>=93xFVdQ&MBb@09Zy#oB#j- literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/jafohana/textures/block/potted_purple_kidneywort.png b/src/main/resources/assets/jafohana/textures/block/potted_purple_kidneywort.png new file mode 100644 index 0000000000000000000000000000000000000000..5566d2f4bcb0bcd50274239159012463b5a3b52c GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`y`CFi>* z2?-9_XSV)Nk!HA5^ZR7e|I~xeH%K{6$&I|H-ciiBE7#y~&Y`It-IemkL<7P-x%2V0_ZRXPgg&ebxsLQ0C>(zx&QzG literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/jafohana/textures/block/potted_white_kidneywort.png b/src/main/resources/assets/jafohana/textures/block/potted_white_kidneywort.png new file mode 100644 index 0000000000000000000000000000000000000000..55ea54330bfc308901a1c59d028e7f44527ea3d4 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`eV#6kAr*6yfBgS%_>Fi>* z2?+t2sZ=)Z@G~`L2F_>MT`e-l1Wu8TjZH+nQ zJ=a|f1=cg3*miIZpAkcvLRG{8Nx7N35@siCQ

~oVbp0<OVHGz!@Hyy8l6%L5g7-VSJEgm_Z;hkXo!RfN2D29{^!w%`iT)7eN>R&=%No TdsWm(00000NkvXXu0mjfFD*no delta 52 zcmX@a7&JjePtw!HF{ENn@(R7mfAfXT7-St-!MK=>N1T~~>B3d{*J24h3_#%N>gTe~ HDWM4f?_&|` diff --git a/src/main/resources/assets/jafohana/textures/block/white_kidneywort.png b/src/main/resources/assets/jafohana/textures/block/white_kidneywort.png index bc23da830e48246f32eadaad10a588873b9345f1..92cde3420c5eb6f9e405a8632722fe833c9fd863 100644 GIT binary patch delta 166 zcmV;X09pT2!vT;ae~L*&K~#90WBC97KLaJ0BF&=)3@HP?fB*iUXamp{gZQ_fEcpNW z(|w%IXW^FPc$bgy6-08)%@ z7>L&Qm->&*D{zKKrtW``W{_f-Mi?KY8DSAR0gzSu>1}>_rd;07g~o U$|_&$j{pDw07*qoM6N<$f&rmNmH+?% delta 53 zcmX@i7(78mU&_mdK II;Vst083RA?f?J) diff --git a/src/main/resources/data/jafohana/worldgen/configured_feature/flower_dense_forest.json b/src/main/resources/data/jafohana/worldgen/configured_feature/flower_dense_forest.json index a614e20..36e8b64 100644 --- a/src/main/resources/data/jafohana/worldgen/configured_feature/flower_dense_forest.json +++ b/src/main/resources/data/jafohana/worldgen/configured_feature/flower_dense_forest.json @@ -134,6 +134,56 @@ }, "placement": [] }, + { + "feature": { + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "data": { + "Name": "jafohana:magenta_kidneywort" + }, + "weight": 1 + }, + { + "data": { + "Name": "jafohana:purple_kidneywort" + }, + "weight": 1 + }, + { + "data": { + "Name": "jafohana:white_kidneywort" + }, + "weight": 1 + } + ] + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 96, + "xz_spread": 7, + "y_spread": 3 + } + }, + "placement": [] + }, { "feature": { "type": "minecraft:random_patch", diff --git a/src/main/resources/data/jafohana/worldgen/placed_feature/flower_dense_forest.json b/src/main/resources/data/jafohana/worldgen/placed_feature/flower_dense_forest.json index 1e4191c..9f6c58b 100644 --- a/src/main/resources/data/jafohana/worldgen/placed_feature/flower_dense_forest.json +++ b/src/main/resources/data/jafohana/worldgen/placed_feature/flower_dense_forest.json @@ -16,7 +16,7 @@ }, { "type": "minecraft:rarity_filter", - "chance": 14 + "chance": 12 }, { "type": "minecraft:in_square"