From ac8e0e01d8b5baa7ecfebd8e7f658abdf10e3e6e Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Mon, 30 Sep 2024 12:14:24 -0400 Subject: [PATCH] Sync --- ...CliffDripAdditionalGenerationCondition.png | Bin 201 -> 198 bytes ...liffTorchAdditionalGenerationCondition.png | Bin 0 -> 198 bytes .mcreator/modElementThumbnails/Stars.png | Bin 0 -> 157 bytes .../StarstarAdditionalGenerationCondition.png | Bin 0 -> 198 bytes ...to_stratus.mcreator-backup_20240910_130706 | 1140 ------------ ...to_stratus.mcreator-backup_20240910_131307 | 1140 ------------ ...to_stratus.mcreator-backup_20240910_131937 | 1140 ------------ ...to_stratus.mcreator-backup_20240910_132537 | 1157 ------------ ...to_stratus.mcreator-backup_20240910_133137 | 1182 ------------ ...to_stratus.mcreator-backup_20240910_133807 | 1197 ------------- ...o_stratus.mcreator-backup_20240929_193046} | 517 ++++-- ...o_stratus.mcreator-backup_20240929_193646} | 536 +++++- ...o_stratus.mcreator-backup_20240929_194316} | 562 +++++- ...to_stratus.mcreator-backup_20240929_194946 | 1567 ++++++++++++++++ ...o_stratus.mcreator-backup_20240929_201346} | 575 ++++-- ...to_stratus.mcreator-backup_20240929_202146 | 1582 +++++++++++++++++ ...to_stratus.mcreator-backup_20240929_202846 | 1582 +++++++++++++++++ ...to_stratus.mcreator-backup_20240929_203516 | 1567 ++++++++++++++++ ...to_stratus.mcreator-backup_20240929_205850 | 1567 ++++++++++++++++ ...to_stratus.mcreator-backup_20240930_120802 | 1567 ++++++++++++++++ cawezs_mantle_to_stratus.mcreator | 556 ++++-- elements/Buriedwetlandcaves.mod.json | 2 +- elements/CliffDrip.mod.json | 4 +- ...DripAdditionalGenerationCondition.mod.json | 2 +- elements/CliffSnow.mod.json | 14 + elements/CliffTorch.mod.json | 17 + ...orchAdditionalGenerationCondition.mod.json | 7 + elements/Cliffemerald.mod.json | 14 + elements/Cliffs.mod.json | 3 - elements/CoralFans.mod.json | 14 + elements/Coralslime.mod.json | 14 + elements/Crystalgrowth.mod.json | 2 +- elements/Crystals.mod.json | 2 +- elements/Depths.mod.json | 49 + elements/Frozencaves.mod.json | 2 +- elements/GrasslandTree.mod.json | 2 +- elements/Isle.mod.json | 14 + elements/Mushrooms.mod.json | 2 +- elements/Overgrowncaves.mod.json | 2 +- elements/Pillartrees.mod.json | 2 +- elements/Pillartrees2.mod.json | 14 + elements/Pillartrees3.mod.json | 14 + elements/Pillartrees4.mod.json | 14 + elements/Sky2.mod.json | 2 +- elements/Starcrater.mod.json | 14 + elements/Starlight.mod.json | 14 + elements/Starmagma.mod.json | 14 + elements/Starpurpur.mod.json | 14 + elements/Stars.mod.json | 97 + elements/Starspeck.mod.json | 14 + elements/Starstar.mod.json | 17 + ...starAdditionalGenerationCondition.mod.json | 7 + elements/Wetlandbush.mod.json | 14 - .../mcreator/cawezsmantletostratus/Notes.java | 119 +- .../CawezsMantleToStratusModFeatures.java | 4 + ...dditionalGenerationConditionProcedure.java | 56 +- ...dditionalGenerationConditionProcedure.java | 13 + ...dditionalGenerationConditionProcedure.java | 46 + .../world/dimension/DepthsDimension.java | 32 + .../world/features/CliffTorchFeature.java | 25 + .../world/features/StarstarFeature.java | 25 + .../cawezs_mantle_to_stratus/lang/en_us.json | 1 + .../dimension/depths.json | 244 +++ .../dimension/sky_2.json | 10 +- .../dimension_type/depths.json | 19 + .../cliff_drip_biome_modifier.json | 2 +- .../cliff_snow_biome_modifier.json | 6 + .../cliff_torch_biome_modifier.json | 6 + .../cliffemerald_biome_modifier.json | 6 + .../coral_fans_biome_modifier.json | 6 + ...er.json => coralslime_biome_modifier.json} | 2 +- .../biome_modifier/isle_biome_modifier.json | 6 + .../pillartrees_2_biome_modifier.json | 6 + .../pillartrees_3_biome_modifier.json | 6 + .../pillartrees_4_biome_modifier.json | 6 + .../starcrater_biome_modifier.json | 6 + .../starlight_biome_modifier.json | 6 + .../starmagma_biome_modifier.json | 6 + .../starpurpur_biome_modifier.json | 6 + .../starspeck_biome_modifier.json | 6 + .../starstar_biome_modifier.json | 6 + .../worldgen/biome/cliffs.json | 36 +- .../worldgen/biome/stars.json | 40 + .../configured_feature/cliff_drip.json | 2 +- .../configured_feature/cliff_snow.json | 27 + .../configured_feature/cliff_torch.json | 11 + .../configured_feature/cliffemerald.json | 18 + .../configured_feature/coral_fans.json | 102 ++ .../configured_feature/coralslime.json | 154 ++ .../configured_feature/grassland_tree.json | 410 ++++- .../worldgen/configured_feature/isle.json | 27 + .../configured_feature/pillartrees.json | 2 +- .../configured_feature/pillartrees_2.json | 51 + .../configured_feature/pillartrees_3.json | 51 + .../configured_feature/pillartrees_4.json | 51 + .../configured_feature/starcrater.json | 17 + .../configured_feature/starlight.json | 11 + .../configured_feature/starmagma.json | 8 + .../configured_feature/starpurpur.json | 59 + .../{wetlandbush.json => stars_tree.json} | 56 +- .../configured_feature/starspeck.json | 11 + .../worldgen/configured_feature/starstar.json | 11 + .../worldgen/placed_feature/cliff_drip.json | 2 +- .../{wetlandbush.json => cliff_snow.json} | 8 +- .../worldgen/placed_feature/cliff_torch.json | 13 + .../worldgen/placed_feature/cliffemerald.json | 9 + .../worldgen/placed_feature/coral_fans.json | 9 + .../worldgen/placed_feature/coralslime.json | 13 + .../placed_feature/crystalgrowth.json | 6 +- .../worldgen/placed_feature/isle.json | 24 + .../worldgen/placed_feature/pillartrees.json | 2 +- .../placed_feature/pillartrees_2.json | 12 + .../placed_feature/pillartrees_3.json | 12 + .../placed_feature/pillartrees_4.json | 12 + .../worldgen/placed_feature/starcrater.json | 9 + .../worldgen/placed_feature/starlight.json | 9 + .../worldgen/placed_feature/starmagma.json | 13 + .../worldgen/placed_feature/starpurpur.json | 13 + .../worldgen/placed_feature/stars_tree.json | 35 + .../worldgen/placed_feature/starspeck.json | 17 + .../worldgen/placed_feature/starstar.json | 21 + .../blocks/overworld_carver_replaceables.json | 6 + 122 files changed, 13915 insertions(+), 7718 deletions(-) create mode 100644 .mcreator/modElementThumbnails/CliffTorchAdditionalGenerationCondition.png create mode 100644 .mcreator/modElementThumbnails/Stars.png create mode 100644 .mcreator/modElementThumbnails/StarstarAdditionalGenerationCondition.png delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_130706 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131307 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131937 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_132537 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133137 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133807 rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20240910_135807 => cawezs_mantle_to_stratus.mcreator-backup_20240929_193046} (75%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20240910_141137 => cawezs_mantle_to_stratus.mcreator-backup_20240929_193646} (73%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20240910_135137 => cawezs_mantle_to_stratus.mcreator-backup_20240929_194316} (71%) create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194946 rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20240910_134537 => cawezs_mantle_to_stratus.mcreator-backup_20240929_201346} (71%) create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202146 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202846 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_203516 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_205850 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240930_120802 create mode 100644 elements/CliffSnow.mod.json create mode 100644 elements/CliffTorch.mod.json create mode 100644 elements/CliffTorchAdditionalGenerationCondition.mod.json create mode 100644 elements/Cliffemerald.mod.json create mode 100644 elements/CoralFans.mod.json create mode 100644 elements/Coralslime.mod.json create mode 100644 elements/Depths.mod.json create mode 100644 elements/Isle.mod.json create mode 100644 elements/Pillartrees2.mod.json create mode 100644 elements/Pillartrees3.mod.json create mode 100644 elements/Pillartrees4.mod.json create mode 100644 elements/Starcrater.mod.json create mode 100644 elements/Starlight.mod.json create mode 100644 elements/Starmagma.mod.json create mode 100644 elements/Starpurpur.mod.json create mode 100644 elements/Stars.mod.json create mode 100644 elements/Starspeck.mod.json create mode 100644 elements/Starstar.mod.json create mode 100644 elements/StarstarAdditionalGenerationCondition.mod.json delete mode 100644 elements/Wetlandbush.mod.json create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json rename src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/{wetlandbush_biome_modifier.json => coralslime_biome_modifier.json} (70%) create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json rename src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/{wetlandbush.json => stars_tree.json} (52%) create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json rename src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/{wetlandbush.json => cliff_snow.json} (73%) create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json diff --git a/.mcreator/modElementThumbnails/CliffDripAdditionalGenerationCondition.png b/.mcreator/modElementThumbnails/CliffDripAdditionalGenerationCondition.png index d8671b81c6a2ad4af9dd7c0ee6f78a405f9788ec..f79488be43fc2097bef5b52949e3ab5001d96a7a 100644 GIT binary patch delta 170 zcmV;b09F6V0mcE4B!7)bL_t(|UhR{~4S*mJ04bCX_}PKgY&&$MfkYpZ#UPhQm}DN} zF5^dIo2q{~<#RT64s# z!9h)#hhSSUC>Uc>kYCSd&2I%`tSfjH=KC|<(00000NkvXXu0mjf&Y@2N diff --git a/.mcreator/modElementThumbnails/CliffTorchAdditionalGenerationCondition.png b/.mcreator/modElementThumbnails/CliffTorchAdditionalGenerationCondition.png new file mode 100644 index 0000000000000000000000000000000000000000..f79488be43fc2097bef5b52949e3ab5001d96a7a GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s1|*Ak?@s|zy`CyjmnF7lI)Dol5uks|j<@3DLGJQo+UQ!~{Jid4(<4|7-lKDVHF-7U#C&web3 zO}+f3uCwT&g}&jxb{<2C96|0hc2n1!ZN@W1bvA09SpR(Uv+Yf)`?P0peXc!Kv6GG6 s^!>4>H**R$Oob3DM0BqjnSApu`&;Gi8~L;+7w9ksPgg&ebxsLQ0AMOm3jhEB literal 0 HcmV?d00001 diff --git a/.mcreator/modElementThumbnails/Stars.png b/.mcreator/modElementThumbnails/Stars.png new file mode 100644 index 0000000000000000000000000000000000000000..eba0eaa15a1b57feac4e811a8d1e4f781d8003e2 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s1|*Ak?@s|zDV{ElAr*1S5xZX3YuFkx?_yZ{ zaYbv$ap&t!XKkkH-!Ry#n8CUoQlTYr?t#?}`W_d*}qb1d#Y z{9#3_N^+B!*Xa}gmaEG#ik&*C{Rha{I^k8t6{l6n42<%Xx2wbh9s})T@O1TaS?83{ F1OPhGJEQ;r literal 0 HcmV?d00001 diff --git a/.mcreator/modElementThumbnails/StarstarAdditionalGenerationCondition.png b/.mcreator/modElementThumbnails/StarstarAdditionalGenerationCondition.png new file mode 100644 index 0000000000000000000000000000000000000000..f79488be43fc2097bef5b52949e3ab5001d96a7a GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s1|*Ak?@s|zy`CyjmnF7lI)Dol5uks|j<@3DLGJQo+UQ!~{Jid4(<4|7-lKDVHF-7U#C&web3 zO}+f3uCwT&g}&jxb{<2C96|0hc2n1!ZN@W1bvA09SpR(Uv+Yf)`?P0peXc!Kv6GG6 s^!>4>H**R$Oob3DM0BqjnSApu`&;Gi8~L;+7w9ksPgg&ebxsLQ0AMOm3jhEB literal 0 HcmV?d00001 diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_130706 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_130706 deleted file mode 100644 index 2f8c7bf..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_130706 +++ /dev/null @@ -1,1140 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131307 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131307 deleted file mode 100644 index ddcf7f3..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131307 +++ /dev/null @@ -1,1140 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131937 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131937 deleted file mode 100644 index ffb70ea..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_131937 +++ /dev/null @@ -1,1140 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_132537 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_132537 deleted file mode 100644 index e365fa0..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_132537 +++ /dev/null @@ -1,1157 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133137 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133137 deleted file mode 100644 index f6afd0a..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133137 +++ /dev/null @@ -1,1182 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133807 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133807 deleted file mode 100644 index 516bf8d..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_133807 +++ /dev/null @@ -1,1197 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" - ] - }, - "path": "~/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Crystals" - }, - { - "name": "FrozenFossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_fossil", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" - ] - }, - "path": "~/Items/Frozen_Fossil" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" - ] - }, - "path": "~/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - }, - { - "name": "StoneTrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "stone_trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" - ] - }, - "path": "~/Cliffs" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, - { - "name": "Places", - "children": [] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", - "children": [ - { - "name": "Frozen_Fossil", - "children": [] - } - ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135807 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193046 similarity index 75% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135807 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193046 index e354fae..70f1cf4 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135807 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193046 @@ -54,7 +54,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Slimedeltas", @@ -69,7 +69,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mossyoutgrowth", @@ -84,7 +84,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandcrosses", @@ -100,7 +100,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandcrossesAdditionalGenerationCondition", @@ -132,7 +132,7 @@ } ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHanging", @@ -148,7 +148,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHangingAdditionalGenerationCondition", @@ -163,7 +163,7 @@ ], "dependencies": [] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandbush", @@ -178,7 +178,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mushrooms", @@ -206,7 +206,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Brownmushroompatches", @@ -221,7 +221,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantBrownMushroom", @@ -236,7 +236,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantRedMushroom", @@ -251,7 +251,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "MassiveMushroom", @@ -266,7 +266,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Warpedpatch", @@ -281,7 +281,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Crimsonpatch", @@ -296,7 +296,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Lanternpatch", @@ -311,7 +311,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Flippedmushroom", @@ -327,7 +327,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "FlippedmushroomAdditionalGenerationCondition", @@ -359,7 +359,7 @@ } ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Hive", @@ -375,7 +375,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" ] }, - "path": "~/Dungeons" + "path": "~/Biomes/Dungeons" }, { "name": "GrasslandTree", @@ -390,7 +390,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" ] }, - "path": "~/Grasslands" + "path": "~/Biomes/Grasslands" }, { "name": "Below2", @@ -436,7 +436,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "FrozenTreeAdditionalGenerationCondition", @@ -468,7 +468,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Groundlanterns", @@ -483,7 +483,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Ceilinglanterns", @@ -499,7 +499,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "CeilinglanternsAdditionalGenerationCondition", @@ -531,7 +531,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozencampfire", @@ -546,7 +546,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozensoulpatch", @@ -561,7 +561,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozenpowder", @@ -576,7 +576,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Crystals", @@ -607,7 +607,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "CrystalgrowthAdditionalGenerationCondition", @@ -639,7 +639,7 @@ } ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "FrozenFossil", @@ -656,7 +656,7 @@ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" ] }, - "path": "~/Items/Frozen_Fossil" + "path": "~/Biomes/Items/Frozen_Fossil" }, { "name": "MtS", @@ -667,7 +667,7 @@ "metadata": { "files": [] }, - "path": "~/Items" + "path": "~/Biomes/Items" }, { "name": "Windsweptpillars", @@ -698,7 +698,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "PillarAdditionalGenerationCondition", @@ -730,7 +730,7 @@ } ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Pillartrees", @@ -740,12 +740,12 @@ "registry_name": "pillartrees", "metadata": { "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Sky1", @@ -800,7 +800,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treesflowers", @@ -815,7 +815,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treespatches", @@ -830,7 +830,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Cloudsvapor", @@ -845,7 +845,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Clouds", @@ -875,7 +875,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudstrees", @@ -890,7 +890,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudslights", @@ -905,7 +905,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Dry", @@ -935,7 +935,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drybones", @@ -950,7 +950,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drytree", @@ -965,7 +965,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drycactus", @@ -980,7 +980,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drysand", @@ -995,7 +995,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Sky2", @@ -1043,13 +1043,44 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" }, { "name": "CliffDripAdditionalGenerationCondition", "type": "procedure", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "cliff_drip_additional_generation_condition", "metadata": { "return_type": "logic", @@ -1075,23 +1106,283 @@ } ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" }, { - "name": "CliffDrip", + "name": "Isle", "type": "feature", "compiles": true, "locked_code": false, - "registry_name": "cliff_drip", + "registry_name": "isle", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" } ], "variable_elements": [], @@ -1118,6 +1409,12 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", "~Blocks.STONE#1", "~Blocks.STONE#5", "~Blocks.LIGHT", @@ -1154,6 +1451,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", @@ -1167,62 +1465,71 @@ "foldersRoot": { "name": "~", "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, { "name": "Places", "children": [] }, { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", + "name": "Biomes", "children": [ { - "name": "Frozen_Fossil", + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", "children": [] } ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] } ] }, diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_141137 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193646 similarity index 73% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_141137 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193646 index c6bb9c4..70f1cf4 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_141137 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_193646 @@ -54,7 +54,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Slimedeltas", @@ -69,7 +69,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mossyoutgrowth", @@ -84,7 +84,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandcrosses", @@ -100,7 +100,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandcrossesAdditionalGenerationCondition", @@ -132,7 +132,7 @@ } ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHanging", @@ -148,7 +148,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHangingAdditionalGenerationCondition", @@ -163,7 +163,7 @@ ], "dependencies": [] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandbush", @@ -178,7 +178,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mushrooms", @@ -206,7 +206,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Brownmushroompatches", @@ -221,7 +221,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantBrownMushroom", @@ -236,7 +236,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantRedMushroom", @@ -251,7 +251,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "MassiveMushroom", @@ -266,7 +266,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Warpedpatch", @@ -281,7 +281,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Crimsonpatch", @@ -296,7 +296,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Lanternpatch", @@ -311,7 +311,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Flippedmushroom", @@ -327,7 +327,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "FlippedmushroomAdditionalGenerationCondition", @@ -359,7 +359,7 @@ } ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Hive", @@ -375,7 +375,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" ] }, - "path": "~/Dungeons" + "path": "~/Biomes/Dungeons" }, { "name": "GrasslandTree", @@ -390,7 +390,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" ] }, - "path": "~/Grasslands" + "path": "~/Biomes/Grasslands" }, { "name": "Below2", @@ -436,7 +436,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "FrozenTreeAdditionalGenerationCondition", @@ -468,7 +468,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Groundlanterns", @@ -483,7 +483,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Ceilinglanterns", @@ -499,7 +499,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "CeilinglanternsAdditionalGenerationCondition", @@ -531,7 +531,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozencampfire", @@ -546,7 +546,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozensoulpatch", @@ -561,7 +561,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozenpowder", @@ -576,7 +576,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Crystals", @@ -607,7 +607,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "CrystalgrowthAdditionalGenerationCondition", @@ -639,7 +639,7 @@ } ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "FrozenFossil", @@ -656,7 +656,7 @@ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" ] }, - "path": "~/Items/Frozen_Fossil" + "path": "~/Biomes/Items/Frozen_Fossil" }, { "name": "MtS", @@ -667,7 +667,7 @@ "metadata": { "files": [] }, - "path": "~/Items" + "path": "~/Biomes/Items" }, { "name": "Windsweptpillars", @@ -698,7 +698,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "PillarAdditionalGenerationCondition", @@ -730,7 +730,7 @@ } ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Pillartrees", @@ -740,12 +740,12 @@ "registry_name": "pillartrees", "metadata": { "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Sky1", @@ -800,7 +800,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treesflowers", @@ -815,7 +815,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treespatches", @@ -830,7 +830,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Cloudsvapor", @@ -845,7 +845,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Clouds", @@ -875,7 +875,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudstrees", @@ -890,7 +890,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudslights", @@ -905,7 +905,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Dry", @@ -935,7 +935,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drybones", @@ -950,7 +950,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drytree", @@ -965,7 +965,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drycactus", @@ -980,7 +980,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drysand", @@ -995,7 +995,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Sky2", @@ -1043,22 +1043,346 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" }, { "name": "CliffDrip", "type": "feature", - "compiles": false, + "compiles": true, "locked_code": false, "registry_name": "cliff_drip", "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" } ], "variable_elements": [], @@ -1085,6 +1409,12 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", "~Blocks.STONE#1", "~Blocks.STONE#5", "~Blocks.LIGHT", @@ -1121,6 +1451,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", @@ -1134,62 +1465,71 @@ "foldersRoot": { "name": "~", "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, { "name": "Places", "children": [] }, { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", + "name": "Biomes", "children": [ { - "name": "Frozen_Fossil", + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", "children": [] } ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] } ] }, diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135137 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194316 similarity index 71% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135137 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194316 index 516bf8d..68e51d4 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_135137 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194316 @@ -54,7 +54,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Slimedeltas", @@ -69,7 +69,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mossyoutgrowth", @@ -84,7 +84,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandcrosses", @@ -100,7 +100,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandcrossesAdditionalGenerationCondition", @@ -132,7 +132,7 @@ } ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHanging", @@ -148,7 +148,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHangingAdditionalGenerationCondition", @@ -163,7 +163,7 @@ ], "dependencies": [] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandbush", @@ -178,7 +178,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mushrooms", @@ -206,7 +206,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Brownmushroompatches", @@ -221,7 +221,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantBrownMushroom", @@ -236,7 +236,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantRedMushroom", @@ -251,7 +251,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "MassiveMushroom", @@ -266,7 +266,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Warpedpatch", @@ -281,7 +281,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Crimsonpatch", @@ -296,7 +296,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Lanternpatch", @@ -311,7 +311,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Flippedmushroom", @@ -327,7 +327,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "FlippedmushroomAdditionalGenerationCondition", @@ -359,7 +359,7 @@ } ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Hive", @@ -375,7 +375,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" ] }, - "path": "~/Dungeons" + "path": "~/Biomes/Dungeons" }, { "name": "GrasslandTree", @@ -390,7 +390,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" ] }, - "path": "~/Grasslands" + "path": "~/Biomes/Grasslands" }, { "name": "Below2", @@ -436,7 +436,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "FrozenTreeAdditionalGenerationCondition", @@ -468,7 +468,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Groundlanterns", @@ -483,7 +483,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Ceilinglanterns", @@ -499,7 +499,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "CeilinglanternsAdditionalGenerationCondition", @@ -531,7 +531,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozencampfire", @@ -546,7 +546,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozensoulpatch", @@ -561,7 +561,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozenpowder", @@ -576,7 +576,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Crystals", @@ -607,7 +607,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "CrystalgrowthAdditionalGenerationCondition", @@ -639,7 +639,7 @@ } ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "FrozenFossil", @@ -656,7 +656,7 @@ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" ] }, - "path": "~/Items/Frozen_Fossil" + "path": "~/Biomes/Items/Frozen_Fossil" }, { "name": "MtS", @@ -667,7 +667,7 @@ "metadata": { "files": [] }, - "path": "~/Items" + "path": "~/Biomes/Items" }, { "name": "Windsweptpillars", @@ -698,7 +698,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "PillarAdditionalGenerationCondition", @@ -730,7 +730,7 @@ } ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Pillartrees", @@ -740,12 +740,12 @@ "registry_name": "pillartrees", "metadata": { "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Sky1", @@ -800,7 +800,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treesflowers", @@ -815,7 +815,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treespatches", @@ -830,7 +830,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Cloudsvapor", @@ -845,7 +845,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Clouds", @@ -875,7 +875,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudstrees", @@ -890,7 +890,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudslights", @@ -905,7 +905,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Dry", @@ -935,7 +935,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drybones", @@ -950,7 +950,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drytree", @@ -965,7 +965,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drycactus", @@ -980,7 +980,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drysand", @@ -995,7 +995,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Sky2", @@ -1043,7 +1043,361 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" } ], "variable_elements": [], @@ -1070,6 +1424,12 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", "~Blocks.STONE#1", "~Blocks.STONE#5", "~Blocks.LIGHT", @@ -1106,6 +1466,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", @@ -1119,62 +1480,71 @@ "foldersRoot": { "name": "~", "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, { "name": "Places", "children": [] }, { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", + "name": "Biomes", "children": [ { - "name": "Frozen_Fossil", + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", "children": [] } ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] } ] }, diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194946 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194946 new file mode 100644 index 0000000..a45b249 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_194946 @@ -0,0 +1,1567 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Flooded", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flooded", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flooded.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flooded_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flooded.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_134537 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_201346 similarity index 71% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_134537 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_201346 index 516bf8d..fcc1a47 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240910_134537 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_201346 @@ -54,7 +54,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Slimedeltas", @@ -69,7 +69,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mossyoutgrowth", @@ -84,7 +84,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandcrosses", @@ -100,7 +100,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandcrossesAdditionalGenerationCondition", @@ -132,7 +132,7 @@ } ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHanging", @@ -148,7 +148,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHangingAdditionalGenerationCondition", @@ -163,22 +163,7 @@ ], "dependencies": [] }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mushrooms", @@ -206,7 +191,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Brownmushroompatches", @@ -221,7 +206,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantBrownMushroom", @@ -236,7 +221,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantRedMushroom", @@ -251,7 +236,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "MassiveMushroom", @@ -266,7 +251,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Warpedpatch", @@ -281,7 +266,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Crimsonpatch", @@ -296,7 +281,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Lanternpatch", @@ -311,7 +296,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Flippedmushroom", @@ -327,7 +312,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "FlippedmushroomAdditionalGenerationCondition", @@ -359,7 +344,7 @@ } ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Hive", @@ -375,7 +360,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" ] }, - "path": "~/Dungeons" + "path": "~/Biomes/Dungeons" }, { "name": "GrasslandTree", @@ -390,7 +375,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" ] }, - "path": "~/Grasslands" + "path": "~/Biomes/Grasslands" }, { "name": "Below2", @@ -436,7 +421,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "FrozenTreeAdditionalGenerationCondition", @@ -468,7 +453,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Groundlanterns", @@ -483,7 +468,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Ceilinglanterns", @@ -499,7 +484,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "CeilinglanternsAdditionalGenerationCondition", @@ -531,7 +516,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozencampfire", @@ -546,7 +531,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozensoulpatch", @@ -561,7 +546,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozenpowder", @@ -576,7 +561,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Crystals", @@ -607,7 +592,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "CrystalgrowthAdditionalGenerationCondition", @@ -639,7 +624,7 @@ } ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "FrozenFossil", @@ -656,7 +641,7 @@ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" ] }, - "path": "~/Items/Frozen_Fossil" + "path": "~/Biomes/Items/Frozen_Fossil" }, { "name": "MtS", @@ -667,7 +652,7 @@ "metadata": { "files": [] }, - "path": "~/Items" + "path": "~/Biomes/Items" }, { "name": "Windsweptpillars", @@ -698,7 +683,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "PillarAdditionalGenerationCondition", @@ -730,7 +715,7 @@ } ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Pillartrees", @@ -740,12 +725,12 @@ "registry_name": "pillartrees", "metadata": { "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Sky1", @@ -800,7 +785,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treesflowers", @@ -815,7 +800,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treespatches", @@ -830,7 +815,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Cloudsvapor", @@ -845,7 +830,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Clouds", @@ -875,7 +860,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudstrees", @@ -890,7 +875,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudslights", @@ -905,7 +890,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Dry", @@ -935,7 +920,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drybones", @@ -950,7 +935,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drytree", @@ -965,7 +950,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drycactus", @@ -980,7 +965,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drysand", @@ -995,7 +980,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Sky2", @@ -1043,7 +1028,361 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" } ], "variable_elements": [], @@ -1070,6 +1409,12 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", "~Blocks.STONE#1", "~Blocks.STONE#5", "~Blocks.LIGHT", @@ -1106,6 +1451,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", @@ -1119,62 +1465,71 @@ "foldersRoot": { "name": "~", "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, { "name": "Places", "children": [] }, { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", + "name": "Biomes", "children": [ { - "name": "Frozen_Fossil", + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", "children": [] } ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] } ] }, diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202146 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202146 new file mode 100644 index 0000000..bd0ab9c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202146 @@ -0,0 +1,1582 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandlake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandlake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandlake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandlake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandlake.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202846 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202846 new file mode 100644 index 0000000..bd0ab9c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_202846 @@ -0,0 +1,1582 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandlake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandlake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandlake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandlake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandlake.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_203516 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_203516 new file mode 100644 index 0000000..282a113 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_203516 @@ -0,0 +1,1567 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_205850 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_205850 new file mode 100644 index 0000000..282a113 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240929_205850 @@ -0,0 +1,1567 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240930_120802 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240930_120802 new file mode 100644 index 0000000..aa61110 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20240930_120802 @@ -0,0 +1,1567 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Below1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Slimedeltas", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimedeltas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mossyoutgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mossyoutgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Wetlandcrosses", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "wetlandcrosses", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantBrownMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_brown_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "GiantRedMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "giant_red_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "MassiveMushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "massive_mushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Crimsonpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crimsonpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Lanternpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "lanternpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Below2", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "below_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" + ] + }, + "path": "~/Places" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozensoulpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozensoulpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozenpowder", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozenpowder", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "FrozenFossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_fossil", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/FrozenFossilBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/frozen_fossil.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/frozen_fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" + ] + }, + "path": "~/Biomes/Items/Frozen_Fossil" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Biomes/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Sky1", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "sky_1", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" + ] + }, + "path": "~/Biomes/Trees" + }, + { + "name": "Cloudsvapor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudsvapor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drytree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drytree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Drysand", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysand", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + ] + }, + "path": "~/Biomes/Dry" + }, + { + "name": "Sky2", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "sky_2", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", + "~Blocks.STONE#1", + "~Blocks.STONE#5", + "~Blocks.LIGHT", + "~Blocks.AIR", + "~Blocks.SAND#1", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.STAINED_GLASS#0", + "~Blocks.ROOTED_DIRT", + "~Blocks.GRASS", + "~Blocks.STONE#0", + "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", + "~Blocks.SMOOTH_BASALT", + "~Blocks.BLUE_ICE", + "~Blocks.BLACKSTONE", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.CALCITE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "block.cawezs_mantle_to_stratus.frozen_fossil": "Suspicious Ice", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + } + ] + } + ] + }, + "workspaceSettings": { + "modid": "cawezs_mantle_to_stratus", + "modName": "cawezs_mantle_to_stratus", + "version": "1.0.0", + "author": "cow, MCreator", + "websiteURL": "https://mcreator.net", + "license": "Not specified", + "serverSideOnly": false, + "requiredMods": [], + "dependencies": [], + "dependants": [], + "mcreatorDependencies": [], + "currentGenerator": "neoforge-1.20.6", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400232117 +} \ No newline at end of file diff --git a/cawezs_mantle_to_stratus.mcreator b/cawezs_mantle_to_stratus.mcreator index 7586203..0650447 100644 --- a/cawezs_mantle_to_stratus.mcreator +++ b/cawezs_mantle_to_stratus.mcreator @@ -54,7 +54,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Slimedeltas", @@ -69,7 +69,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mossyoutgrowth", @@ -84,7 +84,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Wetlandcrosses", @@ -100,7 +100,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandcrossesAdditionalGenerationCondition", @@ -132,7 +132,7 @@ } ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHanging", @@ -148,7 +148,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" ] }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "WetlandHangingAdditionalGenerationCondition", @@ -163,22 +163,7 @@ ], "dependencies": [] }, - "path": "~/Buried Wetlands" - }, - { - "name": "Wetlandbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json" - ] - }, - "path": "~/Buried Wetlands" + "path": "~/Biomes/Buried Wetlands" }, { "name": "Mushrooms", @@ -206,7 +191,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Brownmushroompatches", @@ -221,7 +206,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantBrownMushroom", @@ -236,7 +221,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "GiantRedMushroom", @@ -251,7 +236,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "MassiveMushroom", @@ -266,7 +251,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Warpedpatch", @@ -281,7 +266,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Crimsonpatch", @@ -296,7 +281,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Lanternpatch", @@ -311,7 +296,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Flippedmushroom", @@ -327,7 +312,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java" ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "FlippedmushroomAdditionalGenerationCondition", @@ -359,7 +344,7 @@ } ] }, - "path": "~/Mushrooms" + "path": "~/Biomes/Mushrooms" }, { "name": "Hive", @@ -375,7 +360,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" ] }, - "path": "~/Dungeons" + "path": "~/Biomes/Dungeons" }, { "name": "GrasslandTree", @@ -385,12 +370,12 @@ "registry_name": "grassland_tree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" ] }, - "path": "~/Grasslands" + "path": "~/Biomes/Grasslands" }, { "name": "Below2", @@ -436,7 +421,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "FrozenTreeAdditionalGenerationCondition", @@ -468,7 +453,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Groundlanterns", @@ -483,7 +468,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Ceilinglanterns", @@ -499,7 +484,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "CeilinglanternsAdditionalGenerationCondition", @@ -531,7 +516,7 @@ } ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozencampfire", @@ -546,7 +531,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozensoulpatch", @@ -561,7 +546,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Frozenpowder", @@ -576,7 +561,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" ] }, - "path": "~/Frozen" + "path": "~/Biomes/Frozen" }, { "name": "Crystals", @@ -601,13 +586,13 @@ "registry_name": "crystalgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalgrowthFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalgrowth.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "CrystalgrowthAdditionalGenerationCondition", @@ -639,7 +624,7 @@ } ] }, - "path": "~/Crystals" + "path": "~/Biomes/Crystals" }, { "name": "FrozenFossil", @@ -656,7 +641,7 @@ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/frozen_fossil.json" ] }, - "path": "~/Items/Frozen_Fossil" + "path": "~/Biomes/Items/Frozen_Fossil" }, { "name": "MtS", @@ -667,7 +652,7 @@ "metadata": { "files": [] }, - "path": "~/Items" + "path": "~/Biomes/Items" }, { "name": "Windsweptpillars", @@ -698,7 +683,7 @@ "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "PillarAdditionalGenerationCondition", @@ -730,7 +715,7 @@ } ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Pillartrees", @@ -740,12 +725,12 @@ "registry_name": "pillartrees", "metadata": { "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" ] }, - "path": "~/Monoliths" + "path": "~/Biomes/Monoliths" }, { "name": "Sky1", @@ -800,7 +785,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treesflowers", @@ -815,7 +800,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Treespatches", @@ -830,7 +815,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" ] }, - "path": "~/Trees" + "path": "~/Biomes/Trees" }, { "name": "Cloudsvapor", @@ -845,7 +830,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Clouds", @@ -875,7 +860,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudstrees", @@ -890,7 +875,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Cloudslights", @@ -905,7 +890,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" ] }, - "path": "~/Clouds" + "path": "~/Biomes/Clouds" }, { "name": "Dry", @@ -935,7 +920,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drybones", @@ -950,7 +935,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drytree", @@ -965,7 +950,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drycactus", @@ -980,7 +965,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Drysand", @@ -995,7 +980,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" ] }, - "path": "~/Dry" + "path": "~/Biomes/Dry" }, { "name": "Sky2", @@ -1043,7 +1028,7 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" }, { "name": "CliffDrip", @@ -1059,13 +1044,28 @@ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" }, { "name": "CliffDripAdditionalGenerationCondition", "type": "procedure", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "cliff_drip_additional_generation_condition", "metadata": { "return_type": "logic", @@ -1091,7 +1091,313 @@ } ] }, - "path": "~/Cliffs" + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": false, + "registry_name": "depths", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" } ], "variable_elements": [], @@ -1118,6 +1424,12 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.DIRT#2", + "~Blocks.DEEPSLATE", + "~Blocks.COBBLED_DEEPSLATE", "~Blocks.STONE#1", "~Blocks.STONE#5", "~Blocks.LIGHT", @@ -1154,6 +1466,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", @@ -1167,62 +1480,71 @@ "foldersRoot": { "name": "~", "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [] - }, { "name": "Places", "children": [] }, { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Items", + "name": "Biomes", "children": [ { - "name": "Frozen_Fossil", + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Items", + "children": [ + { + "name": "Frozen_Fossil", + "children": [] + } + ] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", "children": [] } ] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] } ] }, diff --git a/elements/Buriedwetlandcaves.mod.json b/elements/Buriedwetlandcaves.mod.json index ec453f0..c242c99 100644 --- a/elements/Buriedwetlandcaves.mod.json +++ b/elements/Buriedwetlandcaves.mod.json @@ -53,7 +53,7 @@ }, "genErosion": { "min": -0.5, - "max": 0.5 + "max": 0.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/CliffDrip.mod.json b/elements/CliffDrip.mod.json index 0c7ee6b..b0bb3f8 100644 --- a/elements/CliffDrip.mod.json +++ b/elements/CliffDrip.mod.json @@ -3,7 +3,7 @@ "_type": "feature", "definition": { "skipPlacement": false, - "generationStep": "SURFACE_STRUCTURES", + "generationStep": "TOP_LAYER_MODIFICATION", "restrictionBiomes": [ { "value": "CUSTOM:Cliffs" @@ -12,6 +12,6 @@ "generateCondition": { "name": "CliffDripAdditionalGenerationCondition" }, - "featurexml": "Blocks.AMETHYST_BLOCK10" + "featurexml": "Blocks.DRIPSTONE_BLOCK4" } } \ No newline at end of file diff --git a/elements/CliffDripAdditionalGenerationCondition.mod.json b/elements/CliffDripAdditionalGenerationCondition.mod.json index a228fd0..ce0f8d6 100644 --- a/elements/CliffDripAdditionalGenerationCondition.mod.json +++ b/elements/CliffDripAdditionalGenerationCondition.mod.json @@ -2,6 +2,6 @@ "_fv": 66, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerdripstone_clusterTRUE" + "procedurexml": "no_ext_triggerEQ001Blocks.POINTED_DRIPSTONEADD2thicknessADD2middleTRUE" } } \ No newline at end of file diff --git a/elements/CliffSnow.mod.json b/elements/CliffSnow.mod.json new file mode 100644 index 0000000..58ac404 --- /dev/null +++ b/elements/CliffSnow.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Cliffs" + } + ], + "featurexml": "12873Blocks.SNOW_LAYER2" + } +} \ No newline at end of file diff --git a/elements/CliffTorch.mod.json b/elements/CliffTorch.mod.json new file mode 100644 index 0000000..c9278a5 --- /dev/null +++ b/elements/CliffTorch.mod.json @@ -0,0 +1,17 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Cliffs" + } + ], + "generateCondition": { + "name": "CliffTorchAdditionalGenerationCondition" + }, + "featurexml": "Blocks.TORCHFLOWER51" + } +} \ No newline at end of file diff --git a/elements/CliffTorchAdditionalGenerationCondition.mod.json b/elements/CliffTorchAdditionalGenerationCondition.mod.json new file mode 100644 index 0000000..0c64933 --- /dev/null +++ b/elements/CliffTorchAdditionalGenerationCondition.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 66, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerBlocks.LIGHTADD1Blocks.TORCHFLOWERADD0TRUE" + } +} \ No newline at end of file diff --git a/elements/Cliffemerald.mod.json b/elements/Cliffemerald.mod.json new file mode 100644 index 0000000..277491f --- /dev/null +++ b/elements/Cliffemerald.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Cliffs" + } + ], + "featurexml": "90stone_ore_replaceablesBlocks.EMERALD_ORE4" + } +} \ No newline at end of file diff --git a/elements/Cliffs.mod.json b/elements/Cliffs.mod.json index d689962..0d35aa9 100644 --- a/elements/Cliffs.mod.json +++ b/elements/Cliffs.mod.json @@ -72,9 +72,6 @@ "value": "Blocks.WAXED_OXIDIZED_COPPER" }, "defaultFeatures": [ - "Caves", - "Ores", - "FrozenTopLayer", "Dripstone" ], "spawnStronghold": false, diff --git a/elements/CoralFans.mod.json b/elements/CoralFans.mod.json new file mode 100644 index 0000000..7d9faf7 --- /dev/null +++ b/elements/CoralFans.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "UNDERGROUND_ORES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Buriedwetlandcaves" + } + ], + "featurexml": "Blocks.TUBE_CORAL_FANwaterloggedtrueBlocks.CONCRETE#1151Blocks.BRAIN_CORAL_FANwaterloggedtrueBlocks.CONCRETE#651Blocks.BUBBLE_CORAL_FANwaterloggedtrueBlocks.CONCRETE#1051Blocks.FIRE_CORAL_FANwaterloggedtrueBlocks.CONCRETE#1451Blocks.HORN_CORAL_FANwaterloggedtrueBlocks.CONCRETE#13514" + } +} \ No newline at end of file diff --git a/elements/Coralslime.mod.json b/elements/Coralslime.mod.json new file mode 100644 index 0000000..505508e --- /dev/null +++ b/elements/Coralslime.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Buriedwetlandcaves" + } + ], + "featurexml": "57100.1660.3330.250.25FALSETRUE11111Blocks.TUBE_CORAL_BLOCKBlocks.BRAIN_CORAL_BLOCKBlocks.BUBBLE_CORAL_BLOCKBlocks.FIRE_CORAL_BLOCKBlocks.HORN_CORAL_BLOCK11111Blocks.TUBE_CORAL_BLOCKBlocks.BRAIN_CORAL_BLOCKBlocks.BUBBLE_CORAL_BLOCKBlocks.FIRE_CORAL_BLOCKBlocks.HORN_CORAL_BLOCK11111Blocks.TUBE_CORAL_BLOCKBlocks.BRAIN_CORAL_BLOCKBlocks.BUBBLE_CORAL_BLOCKBlocks.FIRE_CORAL_BLOCKBlocks.HORN_CORAL_BLOCK132431" + } +} \ No newline at end of file diff --git a/elements/Crystalgrowth.mod.json b/elements/Crystalgrowth.mod.json index 61b8e5f..5432a6e 100644 --- a/elements/Crystalgrowth.mod.json +++ b/elements/Crystalgrowth.mod.json @@ -12,6 +12,6 @@ "generateCondition": { "name": "CrystalgrowthAdditionalGenerationCondition" }, - "featurexml": "Blocks.AIR2" + "featurexml": "Blocks.AIR51" } } \ No newline at end of file diff --git a/elements/Crystals.mod.json b/elements/Crystals.mod.json index ae347fa..5b972f2 100644 --- a/elements/Crystals.mod.json +++ b/elements/Crystals.mod.json @@ -52,7 +52,7 @@ "max": 1.0 }, "genErosion": { - "min": -0.5, + "min": 0.0, "max": 0.5 }, "genWeirdness": { diff --git a/elements/Depths.mod.json b/elements/Depths.mod.json new file mode 100644 index 0000000..d13e7e3 --- /dev/null +++ b/elements/Depths.mod.json @@ -0,0 +1,49 @@ +{ + "_fv": 66, + "_type": "dimension", + "definition": { + "biomesInDimension": [ + { + "value": "CUSTOM:Crystals" + } + ], + "worldGenType": "Nether like gen", + "mainFillerBlock": { + "value": "Blocks.BLACKSTONE" + }, + "fluidBlock": { + "value": "Blocks.AIR" + }, + "canRespawnHere": false, + "hasFog": true, + "isDark": true, + "doesWaterVaporize": false, + "sleepResult": "ALLOW", + "hasSkyLight": false, + "imitateOverworldBehaviour": false, + "portalFrame": { + "value": "" + }, + "portalParticles": { + "value": "PORTAL" + }, + "portalLuminance": 0, + "portalSound": { + "value": "block.portal.ambient" + }, + "enableIgniter": true, + "igniterName": "Depths Portal Igniter", + "igniterRarity": "COMMON", + "specialInformation": { + "fixedValue": [] + }, + "creativeTabs": [ + { + "value": "TOOLS" + } + ], + "texture": "", + "portalTexture": "", + "enablePortal": false + } +} \ No newline at end of file diff --git a/elements/Frozencaves.mod.json b/elements/Frozencaves.mod.json index 38ecaa5..9979e35 100644 --- a/elements/Frozencaves.mod.json +++ b/elements/Frozencaves.mod.json @@ -52,7 +52,7 @@ "max": 1.0 }, "genErosion": { - "min": -0.5, + "min": 0.0, "max": 0.5 }, "genWeirdness": { diff --git a/elements/GrasslandTree.mod.json b/elements/GrasslandTree.mod.json index d66898d..78a4d65 100644 --- a/elements/GrasslandTree.mod.json +++ b/elements/GrasslandTree.mod.json @@ -9,6 +9,6 @@ "value": "CUSTOM:Overgrowncaves" } ], - "featurexml": "fancy oak201110TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.1515100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT134" + "featurexml": "fancy oak1055TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak201110TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak271817TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT13fancy oak322215TRUEFALSEThis block represents a fancy oak tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.LOG#3This is the block used for the trunkBlocks.LEAVES#3This is the block used for the leaves0.0415100.2Blocks.JUNGLE_WOODmangrove_roots_can_grow_throughBlocks.JUNGLE_WOODdirtBlocks.VERDANT_FROGLIGHT134" } } \ No newline at end of file diff --git a/elements/Isle.mod.json b/elements/Isle.mod.json new file mode 100644 index 0000000..e89c831 --- /dev/null +++ b/elements/Isle.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "RAW_GENERATION", + "restrictionBiomes": [ + { + "value": "CUSTOM:Cliffs" + } + ], + "featurexml": "25105Blocks.AIRBlocks.STONE#01750256" + } +} \ No newline at end of file diff --git a/elements/Mushrooms.mod.json b/elements/Mushrooms.mod.json index 4d21ce9..578bd16 100644 --- a/elements/Mushrooms.mod.json +++ b/elements/Mushrooms.mod.json @@ -52,7 +52,7 @@ "max": 1.0 }, "genErosion": { - "min": -0.5, + "min": 0.0, "max": 0.5 }, "genWeirdness": { diff --git a/elements/Overgrowncaves.mod.json b/elements/Overgrowncaves.mod.json index ec2a941..8b45653 100644 --- a/elements/Overgrowncaves.mod.json +++ b/elements/Overgrowncaves.mod.json @@ -53,7 +53,7 @@ }, "genErosion": { "min": -0.5, - "max": 0.5 + "max": 0.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/Pillartrees.mod.json b/elements/Pillartrees.mod.json index 29c63c5..02bdc56 100644 --- a/elements/Pillartrees.mod.json +++ b/elements/Pillartrees.mod.json @@ -9,6 +9,6 @@ "value": "CUSTOM:Windsweptpillars" } ], - "featurexml": "110203TRUEFALSEBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.TINTED_GLASS62540.51580.2mangrove_roots_can_grow_throughdirt13" + "featurexml": "16203TRUEFALSEBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.TINTED_GLASS62510.51580.2mangrove_roots_can_grow_throughdirt13" } } \ No newline at end of file diff --git a/elements/Pillartrees2.mod.json b/elements/Pillartrees2.mod.json new file mode 100644 index 0000000..4a814c0 --- /dev/null +++ b/elements/Pillartrees2.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Windsweptpillars" + } + ], + "featurexml": "110203TRUEFALSEBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.TINTED_GLASS62510.51580.2mangrove_roots_can_grow_throughdirt13" + } +} \ No newline at end of file diff --git a/elements/Pillartrees3.mod.json b/elements/Pillartrees3.mod.json new file mode 100644 index 0000000..9a34066 --- /dev/null +++ b/elements/Pillartrees3.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Windsweptpillars" + } + ], + "featurexml": "115203TRUEFALSEBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.TINTED_GLASS62510.51580.2mangrove_roots_can_grow_throughdirt13" + } +} \ No newline at end of file diff --git a/elements/Pillartrees4.mod.json b/elements/Pillartrees4.mod.json new file mode 100644 index 0000000..fd35eb1 --- /dev/null +++ b/elements/Pillartrees4.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Windsweptpillars" + } + ], + "featurexml": "120203TRUEFALSEBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.TINTED_GLASS62510.51580.2mangrove_roots_can_grow_throughdirt13" + } +} \ No newline at end of file diff --git a/elements/Sky2.mod.json b/elements/Sky2.mod.json index 8a81c93..ac19f29 100644 --- a/elements/Sky2.mod.json +++ b/elements/Sky2.mod.json @@ -4,7 +4,7 @@ "definition": { "biomesInDimension": [ { - "value": "CUSTOM:Cliffs" + "value": "CUSTOM:Windsweptpillars" } ], "worldGenType": "End like gen", diff --git a/elements/Starcrater.mod.json b/elements/Starcrater.mod.json new file mode 100644 index 0000000..0582b27 --- /dev/null +++ b/elements/Starcrater.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "featurexml": "Blocks.AIRBlocks.BLACKSTONE4" + } +} \ No newline at end of file diff --git a/elements/Starlight.mod.json b/elements/Starlight.mod.json new file mode 100644 index 0000000..2e1964c --- /dev/null +++ b/elements/Starlight.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "featurexml": "Blocks.END_ROD1" + } +} \ No newline at end of file diff --git a/elements/Starmagma.mod.json b/elements/Starmagma.mod.json new file mode 100644 index 0000000..eeabe7d --- /dev/null +++ b/elements/Starmagma.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "featurexml": "Blocks.MAGMA51" + } +} \ No newline at end of file diff --git a/elements/Starpurpur.mod.json b/elements/Starpurpur.mod.json new file mode 100644 index 0000000..da8f3b4 --- /dev/null +++ b/elements/Starpurpur.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "featurexml": "1features_cannot_replace1geode_invalid_blocksBlocks.FLOWING_LAVABlocks.PURPUR_BLOCK51Blocks.STONEBRICK#3Blocks.DIAMOND_OREBlocks.CRYING_OBSIDIANBlocks.OBSIDIANBlocks.COAL_BLOCK41" + } +} \ No newline at end of file diff --git a/elements/Stars.mod.json b/elements/Stars.mod.json new file mode 100644 index 0000000..9884d3e --- /dev/null +++ b/elements/Stars.mod.json @@ -0,0 +1,97 @@ +{ + "_fv": 66, + "_type": "biome", + "definition": { + "name": "Stars", + "groundBlock": { + "value": "Blocks.COBBLED_DEEPSLATE" + }, + "undergroundBlock": { + "value": "Blocks.DEEPSLATE" + }, + "underwaterBlock": { + "value": "Blocks.AIR" + }, + "ambientSound": { + "value": "" + }, + "additionsSound": { + "value": "" + }, + "music": { + "value": "" + }, + "moodSound": { + "value": "" + }, + "moodSoundDelay": 6000, + "spawnParticles": false, + "particleToSpawn": { + "value": "EXPLOSION_NORMAL" + }, + "particlesProbability": 0.5, + "rainingPossibility": 0.5, + "temperature": 0.5, + "spawnBiome": false, + "spawnInCaves": false, + "spawnBiomeNether": false, + "genTemperature": { + "min": -0.5, + "max": 0.5 + }, + "genHumidity": { + "min": -0.5, + "max": 0.5 + }, + "genContinentalness": { + "min": 0.3, + "max": 1.0 + }, + "genErosion": { + "min": -0.5, + "max": 0.5 + }, + "genWeirdness": { + "min": -1.0, + "max": 1.0 + }, + "treesPerChunk": 1, + "vanillaTreeType": "Default", + "treeType": 0, + "minHeight": 7, + "treeStem": { + "value": "" + }, + "treeBranch": { + "value": "" + }, + "treeVines": { + "value": "" + }, + "treeFruits": { + "value": "" + }, + "defaultFeatures": [], + "spawnStronghold": false, + "spawnMineshaft": false, + "spawnMineshaftMesa": false, + "spawnPillagerOutpost": false, + "villageType": "none", + "spawnWoodlandMansion": false, + "spawnJungleTemple": false, + "spawnDesertPyramid": false, + "spawnSwampHut": false, + "spawnIgloo": false, + "spawnOceanMonument": false, + "spawnShipwreck": false, + "spawnShipwreckBeached": false, + "spawnBuriedTreasure": false, + "oceanRuinType": "NONE", + "spawnNetherBridge": false, + "spawnNetherFossil": false, + "spawnBastionRemnant": false, + "spawnEndCity": false, + "spawnRuinedPortal": "NONE", + "spawnEntries": [] + } +} \ No newline at end of file diff --git a/elements/Starspeck.mod.json b/elements/Starspeck.mod.json new file mode 100644 index 0000000..3d48937 --- /dev/null +++ b/elements/Starspeck.mod.json @@ -0,0 +1,14 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "featurexml": "Blocks.GLOWSTONE0256" + } +} \ No newline at end of file diff --git a/elements/Starstar.mod.json b/elements/Starstar.mod.json new file mode 100644 index 0000000..e671619 --- /dev/null +++ b/elements/Starstar.mod.json @@ -0,0 +1,17 @@ +{ + "_fv": 66, + "_type": "feature", + "definition": { + "skipPlacement": false, + "generationStep": "SURFACE_STRUCTURES", + "restrictionBiomes": [ + { + "value": "CUSTOM:Stars" + } + ], + "generateCondition": { + "name": "StarstarAdditionalGenerationCondition" + }, + "featurexml": "Blocks.LAPIS_BLOCK20256" + } +} \ No newline at end of file diff --git a/elements/StarstarAdditionalGenerationCondition.mod.json b/elements/StarstarAdditionalGenerationCondition.mod.json new file mode 100644 index 0000000..cbc5baa --- /dev/null +++ b/elements/StarstarAdditionalGenerationCondition.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 66, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerBlocks.DEEPSLATE_LAPIS_ORE10TRUE" + } +} \ No newline at end of file diff --git a/elements/Wetlandbush.mod.json b/elements/Wetlandbush.mod.json deleted file mode 100644 index be8fb24..0000000 --- a/elements/Wetlandbush.mod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "_fv": 66, - "_type": "feature", - "definition": { - "skipPlacement": false, - "generationStep": "SURFACE_STRUCTURES", - "restrictionBiomes": [ - { - "value": "CUSTOM:Buriedwetlandcaves" - } - ], - "featurexml": "acacia222FALSEFALSEThis block represents an acacia tree, and should generate during the VEGETAL_DECORATION stage.Blocks.GRAVELThis is the block that will be placed under the trunkBlocks.MANGROVE_LOGThis is the block used for the trunkBlocks.MANGROVE_LEAVESThis is the block used for the leavesAcacia trees don't have roots2" - } -} \ No newline at end of file diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/Notes.java b/src/main/java/net/mcreator/cawezsmantletostratus/Notes.java index f747f70..09431f3 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/Notes.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/Notes.java @@ -47,93 +47,94 @@ public class Notes { /* * - "depth": 0, - "ridges": 0, - "initial_density_without_jaggedness": { - "type": "minecraft:add", - "argument1": -0.234375, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 4, - "to_y": 32, - "from_value": 0, - "to_value": 1 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 0.234375, - "argument2": { - "type": "minecraft:add", - "argument1": -23.4375, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 56, - "to_y": 312, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 23.4375, - "argument2": { - "type": "minecraft:add", - "argument1": -0.703125, - "argument2": { - "type": "minecraft:cache_2d", - "argument": { - "type": "minecraft:end_islands" - } - } - } - } - } - } - } - } + + "settings": { + "name": "cawezs_mantle_to_stratus:depths", + "sea_level": 21, + "legacy_random_source": true, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": true, + "default_block": { + "Name": "minecraft:blackstone" + }, + "default_fluid": { + "Name": "minecraft:obsidian" + }, + "spawn_target": [], + "noise": { + "min_y": 0, + "height": 256, + "size_horizontal": 1, + "size_vertical": 2 + }, + "noise_router": { + "barrier": 0, + "fluid_level_floodedness": 0, + "fluid_level_spread": 0, + "lava": 0, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": "minecraft:shift_y", + "shift_z": "minecraft:shift_z" }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": "minecraft:shift_y", + "shift_z": "minecraft:shift_z" + }, + "continents": 0, + "erosion": 0, + "depth": 0, + "ridges": 0, + "initial_density_without_jaggedness": 0, "final_density": { "type": "minecraft:squeeze", "argument": { "type": "minecraft:mul", - "argument1": 1, + "argument1": 0.2, "argument2": { "type": "minecraft:interpolated", "argument": { "type": "minecraft:blend_density", "argument": { "type": "minecraft:add", - "argument1": -0.234375, + "argument1": 2.5, "argument2": { "type": "minecraft:mul", "argument1": { "type": "minecraft:y_clamped_gradient", - "from_y": 4, - "to_y": 32, + "from_y": -8, + "to_y": 24, "from_value": 0, "to_value": 1 }, "argument2": { "type": "minecraft:add", - "argument1": 0.234375, + "argument1": -2.5, "argument2": { "type": "minecraft:add", - "argument1": -23.4375, + "argument1": 0.9375, "argument2": { "type": "minecraft:mul", "argument1": { "type": "minecraft:y_clamped_gradient", - "from_y": 56, - "to_y": 312, + "from_y": 246, + "to_y": 256, "from_value": 1, - "to_value": 0.99 + "to_value": 0 }, "argument2": { "type": "minecraft:add", - "argument1": 23.1, + "argument1": -0.9375, "argument2": "minecraft:nether/base_3d_noise" } } @@ -145,4 +146,8 @@ public class Notes { } } }, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, */ diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModFeatures.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModFeatures.java index 495ab57..2be9331 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModFeatures.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModFeatures.java @@ -12,10 +12,12 @@ import net.minecraft.core.registries.Registries; import net.mcreator.cawezsmantletostratus.world.features.WetlandcrossesFeature; import net.mcreator.cawezsmantletostratus.world.features.WetlandHangingFeature; +import net.mcreator.cawezsmantletostratus.world.features.StarstarFeature; import net.mcreator.cawezsmantletostratus.world.features.PillarFeature; import net.mcreator.cawezsmantletostratus.world.features.FrozenTreeFeature; import net.mcreator.cawezsmantletostratus.world.features.FlippedmushroomFeature; import net.mcreator.cawezsmantletostratus.world.features.CrystalgrowthFeature; +import net.mcreator.cawezsmantletostratus.world.features.CliffTorchFeature; import net.mcreator.cawezsmantletostratus.world.features.CliffDripFeature; import net.mcreator.cawezsmantletostratus.world.features.CeilinglanternsFeature; import net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod; @@ -30,4 +32,6 @@ public class CawezsMantleToStratusModFeatures { public static final DeferredHolder, Feature> CRYSTALGROWTH = REGISTRY.register("crystalgrowth", CrystalgrowthFeature::new); public static final DeferredHolder, Feature> PILLAR = REGISTRY.register("pillar", PillarFeature::new); public static final DeferredHolder, Feature> CLIFF_DRIP = REGISTRY.register("cliff_drip", CliffDripFeature::new); + public static final DeferredHolder, Feature> CLIFF_TORCH = REGISTRY.register("cliff_torch", CliffTorchFeature::new); + public static final DeferredHolder, Feature> STARSTAR = REGISTRY.register("starstar", StarstarFeature::new); } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java index 64fe798..7c94c20 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java @@ -1,16 +1,60 @@ package net.mcreator.cawezsmantletostratus.procedures; +import net.minecraft.world.level.block.state.properties.EnumProperty; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.LevelAccessor; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.data.worldgen.features.FeatureUtils; -import net.minecraft.core.registries.Registries; +import net.minecraft.util.RandomSource; +import net.minecraft.util.Mth; import net.minecraft.core.BlockPos; public class CliffDripAdditionalGenerationConditionProcedure { public static boolean execute(LevelAccessor world, double x, double y, double z) { - if (world instanceof ServerLevel _level) - _level.registryAccess().registryOrThrow(Registries.CONFIGURED_FEATURE).getHolderOrThrow(FeatureUtils.createKey("dripstone_cluster")).value().place(_level, _level.getChunkSource().getGenerator(), _level.getRandom(), - BlockPos.containing(x, y, z)); + int offset = 0; + for (int i = 0 ; i < Mth.nextInt(RandomSource.create(), 0, 6) ; i ++ ) { + offset ++; + world.setBlock(BlockPos.containing(x, y + offset, z), Blocks.POINTED_DRIPSTONE.defaultBlockState(), 3); + { + String _value = "base"; + BlockPos _pos = BlockPos.containing(x, y + offset, z); + BlockState _bs = world.getBlockState(_pos); + if (_bs.getBlock().getStateDefinition().getProperty("thickness") instanceof EnumProperty _enumProp && _enumProp.getValue(_value).isPresent()) + world.setBlock(_pos, _bs.setValue(_enumProp, (Enum) _enumProp.getValue(_value).get()), 3); + } + } + for (int i = 0 ; i < Mth.nextInt(RandomSource.create(), 0, 6) ; i ++ ) { + offset ++; + world.setBlock(BlockPos.containing(x, y + offset, z), Blocks.POINTED_DRIPSTONE.defaultBlockState(), 3); + { + String _value = "middle"; + BlockPos _pos = BlockPos.containing(x, y + offset, z); + BlockState _bs = world.getBlockState(_pos); + if (_bs.getBlock().getStateDefinition().getProperty("thickness") instanceof EnumProperty _enumProp && _enumProp.getValue(_value).isPresent()) + world.setBlock(_pos, _bs.setValue(_enumProp, (Enum) _enumProp.getValue(_value).get()), 3); + } + } + for (int i = 0 ; i < Mth.nextInt(RandomSource.create(), 0, 6) ; i ++ ) { + offset ++; + world.setBlock(BlockPos.containing(x, y + offset, z), Blocks.POINTED_DRIPSTONE.defaultBlockState(), 3); + { + String _value = "frustum"; + BlockPos _pos = BlockPos.containing(x, y + offset, z); + BlockState _bs = world.getBlockState(_pos); + if (_bs.getBlock().getStateDefinition().getProperty("thickness") instanceof EnumProperty _enumProp && _enumProp.getValue(_value).isPresent()) + world.setBlock(_pos, _bs.setValue(_enumProp, (Enum) _enumProp.getValue(_value).get()), 3); + } + } + for (int i = 0 ; i < 1 ; i ++ ) { + offset ++; + world.setBlock(BlockPos.containing(x, y + offset, z), Blocks.POINTED_DRIPSTONE.defaultBlockState(), 3); + { + String _value = "tip"; + BlockPos _pos = BlockPos.containing(x, y + offset, z); + BlockState _bs = world.getBlockState(_pos); + if (_bs.getBlock().getStateDefinition().getProperty("thickness") instanceof EnumProperty _enumProp && _enumProp.getValue(_value).isPresent()) + world.setBlock(_pos, _bs.setValue(_enumProp, (Enum) _enumProp.getValue(_value).get()), 3); + } + } return true; } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java new file mode 100644 index 0000000..d1abd74 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java @@ -0,0 +1,13 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.LevelAccessor; +import net.minecraft.core.BlockPos; + +public class CliffTorchAdditionalGenerationConditionProcedure { + public static boolean execute(LevelAccessor world, double x, double y, double z) { + world.setBlock(BlockPos.containing(x, 1 + y, z), Blocks.LIGHT.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, 0 + y, z), Blocks.TORCHFLOWER.defaultBlockState(), 3); + return true; + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java new file mode 100644 index 0000000..a52d070 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java @@ -0,0 +1,46 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.LevelAccessor; +import net.minecraft.util.RandomSource; +import net.minecraft.util.Mth; +import net.minecraft.core.BlockPos; +import org.checkerframework.checker.units.qual.radians; + +public class StarstarAdditionalGenerationConditionProcedure { + public static boolean execute(LevelAccessor world, double x, double y, double z) { + + + //world.setBlock(BlockPos.containing(Mth.nextInt(RandomSource.create(), (int) x, 10), y, z), Blocks.DEEPSLATE_LAPIS_ORE.defaultBlockState(), 3); + + int radius = Mth.nextInt(RandomSource.create(), 5, 12); + + for (int i = 0; i < 10 ; i ++) { + double dx = Mth.nextInt(RandomSource.create(), -10, 10) / 10.0; + double dy = Mth.nextInt(RandomSource.create(), -10, 10) / 10.0; + double dz = Mth.nextInt(RandomSource.create(), -10, 10) / 10.0; + + + for (int step = 0 ; step < radius ; step ++) { + if (Mth.nextInt(RandomSource.create(), 0, 10) < 5) { + world.setBlock(BlockPos.containing(x + dx * step, y + dy * step, z + dz * step), Blocks.GILDED_BLACKSTONE.defaultBlockState(), 3); + } else { + world.setBlock(BlockPos.containing(x + dx * step, y + dy * step, z + dz * step), Blocks.GLOWSTONE.defaultBlockState(), 3); + } + } + + } + + + world.setBlock(BlockPos.containing(x, y, z), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x+1, y, z), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x-1, y, z), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, y+1, z), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, y-1, z), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, y, z+1), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, y, z-1), Blocks.LAPIS_BLOCK.defaultBlockState(), 3); + + + return true; + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java new file mode 100644 index 0000000..1c3a200 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java @@ -0,0 +1,32 @@ + +package net.mcreator.cawezsmantletostratus.world.dimension; + +import net.neoforged.neoforge.client.event.RegisterDimensionSpecialEffectsEvent; +import net.neoforged.fml.common.EventBusSubscriber; +import net.neoforged.bus.api.SubscribeEvent; +import net.neoforged.api.distmarker.Dist; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.client.renderer.DimensionSpecialEffects; + +public class DepthsDimension { + @EventBusSubscriber(bus = EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) + public static class DepthsSpecialEffectsHandler { + @SubscribeEvent + public static void registerDimensionSpecialEffects(RegisterDimensionSpecialEffectsEvent event) { + DimensionSpecialEffects customEffect = new DimensionSpecialEffects(Float.NaN, true, DimensionSpecialEffects.SkyType.NONE, false, false) { + @Override + public Vec3 getBrightnessDependentFogColor(Vec3 color, float sunHeight) { + return color; + } + + @Override + public boolean isFoggyAt(int x, int y) { + return true; + } + }; + event.register(new ResourceLocation("cawezs_mantle_to_stratus:depths"), customEffect); + } + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java b/src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java new file mode 100644 index 0000000..925e8a2 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java @@ -0,0 +1,25 @@ + +package net.mcreator.cawezsmantletostratus.world.features; + +import net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration; +import net.minecraft.world.level.levelgen.feature.SimpleBlockFeature; +import net.minecraft.world.level.levelgen.feature.FeaturePlaceContext; +import net.minecraft.world.level.WorldGenLevel; + +import net.mcreator.cawezsmantletostratus.procedures.CliffTorchAdditionalGenerationConditionProcedure; + +public class CliffTorchFeature extends SimpleBlockFeature { + public CliffTorchFeature() { + super(SimpleBlockConfiguration.CODEC); + } + + public boolean place(FeaturePlaceContext context) { + WorldGenLevel world = context.level(); + int x = context.origin().getX(); + int y = context.origin().getY(); + int z = context.origin().getZ(); + if (!CliffTorchAdditionalGenerationConditionProcedure.execute(world, x, y, z)) + return false; + return super.place(context); + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java b/src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java new file mode 100644 index 0000000..646efd1 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java @@ -0,0 +1,25 @@ + +package net.mcreator.cawezsmantletostratus.world.features; + +import net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration; +import net.minecraft.world.level.levelgen.feature.SimpleBlockFeature; +import net.minecraft.world.level.levelgen.feature.FeaturePlaceContext; +import net.minecraft.world.level.WorldGenLevel; + +import net.mcreator.cawezsmantletostratus.procedures.StarstarAdditionalGenerationConditionProcedure; + +public class StarstarFeature extends SimpleBlockFeature { + public StarstarFeature() { + super(SimpleBlockConfiguration.CODEC); + } + + public boolean place(FeaturePlaceContext context) { + WorldGenLevel world = context.level(); + int x = context.origin().getX(); + int y = context.origin().getY(); + int z = context.origin().getZ(); + if (!StarstarAdditionalGenerationConditionProcedure.execute(world, x, y, z)) + return false; + return super.place(context); + } +} diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json b/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json index d058e69..4630bbe 100644 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json +++ b/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json @@ -3,6 +3,7 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", "biome.cawezs_mantle_to_stratus.trees": "Trees", diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json new file mode 100644 index 0000000..4d3e677 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json @@ -0,0 +1,244 @@ +{ + "type": "cawezs_mantle_to_stratus:depths", + "generator": { + "type": "minecraft:noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "cawezs_mantle_to_stratus:crystals", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "weirdness": 0, + "erosion": 0, + "depth": 0, + "offset": 0 + } + } + ] + }, + "settings": { + "name": "cawezs_mantle_to_stratus:depths", + "sea_level": 32, + "legacy_random_source": true, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "default_block": { + "Name": "minecraft:blackstone" + }, + "default_fluid": { + "Name": "minecraft:air" + }, + "spawn_target": [], + "noise": { + "min_y": 0, + "height": 128, + "size_horizontal": 1, + "size_vertical": 2 + }, + "noise_router": { + "barrier": 0, + "fluid_level_floodedness": 0, + "fluid_level_spread": 0, + "lava": 0, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": 0, + "erosion": 0, + "depth": 0, + "ridges": 0, + "initial_density_without_jaggedness": 0, + "final_density": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 2.5, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -8, + "to_y": 24, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -2.5, + "argument2": { + "type": "minecraft:add", + "argument1": 0.9375, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 104, + "to_y": 128, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.9375, + "argument2": "minecraft:nether/base_3d_noise" + } + } + } + } + } + } + } + } + } + }, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "false_at_and_above": { + "above_bottom": 5 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_roof", + "true_at_and_below": { + "below_top": 5 + }, + "false_at_and_above": { + "below_top": 0 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:crystals" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0, + "offset": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:tuff" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:obsidian" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0, + "offset": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:blackstone" + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json index 2bd9a25..2a2ab9c 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json @@ -6,7 +6,7 @@ "type": "minecraft:multi_noise", "biomes": [ { - "biome": "cawezs_mantle_to_stratus:cliffs", + "biome": "cawezs_mantle_to_stratus:windsweptpillars", "parameters": { "temperature": 0, "humidity": 0, @@ -167,7 +167,7 @@ "if_true": { "type": "minecraft:biome", "biome_is": [ - "cawezs_mantle_to_stratus:cliffs" + "cawezs_mantle_to_stratus:windsweptpillars" ] }, "then_run": { @@ -196,14 +196,14 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "minecraft:andesite" + "Name": "minecraft:smooth_basalt" } } }, { "type": "minecraft:block", "result_state": { - "Name": "minecraft:waxed_oxidized_cut_copper" + "Name": "minecraft:obsidian" } } ] @@ -221,7 +221,7 @@ "then_run": { "type": "minecraft:block", "result_state": { - "Name": "minecraft:granite" + "Name": "minecraft:cracked_polished_blackstone_bricks" } } } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json new file mode 100644 index 0000000..55db685 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json @@ -0,0 +1,19 @@ +{ + "ultrawarm": false, + "natural": false, + "piglin_safe": true, + "respawn_anchor_works": false, + "bed_works": true, + "has_raids": false, + "has_skylight": false, + "has_ceiling": true, + "coordinate_scale": 1, + "ambient_light": 0, + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": 0, + "height": 256, + "logical_height": 256, + "monster_spawn_light_level": 11, + "monster_spawn_block_light_limit": 15, + "effects": "cawezs_mantle_to_stratus:depths" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json index a0bda51..b98666b 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json @@ -2,5 +2,5 @@ "type": "neoforge:add_features", "biomes": "cawezs_mantle_to_stratus:cliffs", "features": "cawezs_mantle_to_stratus:cliff_drip", - "step": "surface_structures" + "step": "top_layer_modification" } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json new file mode 100644 index 0000000..66fa112 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:cliffs", + "features": "cawezs_mantle_to_stratus:cliff_snow", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json new file mode 100644 index 0000000..e7c0c67 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:cliffs", + "features": "cawezs_mantle_to_stratus:cliff_torch", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json new file mode 100644 index 0000000..51fd591 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:cliffs", + "features": "cawezs_mantle_to_stratus:cliffemerald", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json new file mode 100644 index 0000000..fcd0024 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:buriedwetlandcaves", + "features": "cawezs_mantle_to_stratus:coral_fans", + "step": "underground_ores" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json similarity index 70% rename from src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json rename to src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json index e72e1e1..02c64dc 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandbush_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json @@ -1,6 +1,6 @@ { "type": "neoforge:add_features", "biomes": "cawezs_mantle_to_stratus:buriedwetlandcaves", - "features": "cawezs_mantle_to_stratus:wetlandbush", + "features": "cawezs_mantle_to_stratus:coralslime", "step": "surface_structures" } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json new file mode 100644 index 0000000..a7a5b19 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:cliffs", + "features": "cawezs_mantle_to_stratus:isle", + "step": "raw_generation" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json new file mode 100644 index 0000000..8403354 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:windsweptpillars", + "features": "cawezs_mantle_to_stratus:pillartrees_2", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json new file mode 100644 index 0000000..1605de7 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:windsweptpillars", + "features": "cawezs_mantle_to_stratus:pillartrees_3", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json new file mode 100644 index 0000000..5364479 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:windsweptpillars", + "features": "cawezs_mantle_to_stratus:pillartrees_4", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json new file mode 100644 index 0000000..9fc2233 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starcrater", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json new file mode 100644 index 0000000..d073e9f --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starlight", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json new file mode 100644 index 0000000..669a7b3 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starmagma", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json new file mode 100644 index 0000000..6461487 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starpurpur", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json new file mode 100644 index 0000000..fa6d6ad --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starspeck", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json new file mode 100644 index 0000000..90ec865 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json @@ -0,0 +1,6 @@ +{ + "type": "neoforge:add_features", + "biomes": "cawezs_mantle_to_stratus:stars", + "features": "cawezs_mantle_to_stratus:starstar", + "step": "surface_structures" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json index 08c4269..9e21cc6 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json @@ -21,50 +21,22 @@ "misc": [] }, "spawn_costs": {}, - "carvers": { - "air": [ - "minecraft:cave", - "minecraft:cave_extra_underground", - "minecraft:canyon" - ] - }, + "carvers": {}, "features": [ [], - [ - "minecraft:lake_lava_underground" - ], + [], [ "minecraft:large_dripstone" ], [], [], [], - [ - "minecraft:ore_coal_upper", - "minecraft:ore_coal_lower", - "minecraft:ore_iron_upper", - "minecraft:ore_iron_middle", - "minecraft:ore_iron_small", - "minecraft:ore_gold", - "minecraft:ore_gold_lower", - "minecraft:ore_redstone", - "minecraft:ore_redstone_lower", - "minecraft:ore_diamond", - "minecraft:ore_diamond_medium", - "minecraft:ore_diamond_large", - "minecraft:ore_diamond_buried", - "minecraft:ore_lapis", - "minecraft:ore_lapis_buried", - "minecraft:ore_copper", - "minecraft:underwater_magma" - ], + [], [], [], [ "cawezs_mantle_to_stratus:cliffs_tree" ], - [ - "minecraft:freeze_top_layer" - ] + [] ] } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json new file mode 100644 index 0000000..ac69b73 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json @@ -0,0 +1,40 @@ +{ + "has_precipitation": true, + "temperature": 0.5, + "downfall": 0.5, + "effects": { + "foliage_color": 10387789, + "grass_color": 9470285, + "sky_color": 7972607, + "fog_color": 12638463, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "spawners": { + "monster": [], + "creature": [], + "ambient": [], + "axolotls": [], + "underground_water_creature": [], + "water_creature": [], + "water_ambient": [], + "misc": [] + }, + "spawn_costs": {}, + "carvers": {}, + "features": [ + [], + [], + [], + [], + [], + [], + [], + [], + [], + [ + "cawezs_mantle_to_stratus:stars_tree" + ], + [] + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json index 61c3462..7c04767 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json @@ -4,7 +4,7 @@ "to_place": { "type": "minecraft:simple_state_provider", "state": { - "Name": "minecraft:amethyst_block" + "Name": "minecraft:dripstone_block" } } } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json new file mode 100644 index 0000000..8f28583 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:snow" + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json new file mode 100644 index 0000000..b46b718 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json @@ -0,0 +1,11 @@ +{ + "type": "cawezs_mantle_to_stratus:cliff_torch", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:torchflower" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json new file mode 100644 index 0000000..cb40b5d --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 9, + "discard_chance_on_air_exposure": 0, + "targets": [ + { + "target": { + "predicate_type": "tag_match", + "tag": "stone_ore_replaceables" + }, + "state": { + "Name": "minecraft:emerald_ore" + } + } + ] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json new file mode 100644 index 0000000..9bb7bea --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json @@ -0,0 +1,102 @@ +{ + "type": "minecraft:simple_random_selector", + "config": { + "features": [ + { + "feature": { + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "minecraft:tube_coral_fan", + "Properties": { + "waterlogged": "true" + } + }, + "rim": { + "Name": "minecraft:blue_concrete" + }, + "size": 5, + "rim_size": 1 + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "minecraft:brain_coral_fan", + "Properties": { + "waterlogged": "true" + } + }, + "rim": { + "Name": "minecraft:pink_concrete" + }, + "size": 5, + "rim_size": 1 + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "minecraft:bubble_coral_fan", + "Properties": { + "waterlogged": "true" + } + }, + "rim": { + "Name": "minecraft:purple_concrete" + }, + "size": 5, + "rim_size": 1 + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "minecraft:fire_coral_fan", + "Properties": { + "waterlogged": "true" + } + }, + "rim": { + "Name": "minecraft:red_concrete" + }, + "size": 5, + "rim_size": 1 + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "minecraft:horn_coral_fan", + "Properties": { + "waterlogged": "true" + } + }, + "rim": { + "Name": "minecraft:green_concrete" + }, + "size": 5, + "rim_size": 1 + } + }, + "placement": [] + } + ] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json new file mode 100644 index 0000000..a227acc --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json @@ -0,0 +1,154 @@ +{ + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "data": { + "Name": "minecraft:tube_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:brain_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:bubble_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:fire_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:horn_coral_block" + }, + "weight": 1 + } + ] + }, + "foliage_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "data": { + "Name": "minecraft:tube_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:brain_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:bubble_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:fire_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:horn_coral_block" + }, + "weight": 1 + } + ] + }, + "trunk_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "data": { + "Name": "minecraft:tube_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:brain_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:bubble_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:fire_coral_block" + }, + "weight": 1 + }, + { + "data": { + "Name": "minecraft:horn_coral_block" + }, + "weight": 1 + } + ] + }, + "force_dirt": false, + "ignore_vines": true, + "foliage_placer": { + "type": "minecraft:cherry_foliage_placer", + "height": 5, + "offset": 0, + "radius": 4, + "corner_hole_chance": 0.25, + "hanging_leaves_chance": 0.166, + "hanging_leaves_extension_chance": 0.333, + "wide_bottom_layer_hole_chance": 0.25 + }, + "trunk_placer": { + "type": "minecraft:cherry_trunk_placer", + "base_height": 7, + "height_rand_a": 1, + "height_rand_b": 0, + "branch_count": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 3 + }, + "branch_horizontal_length": { + "type": "uniform", + "min_inclusive": 2, + "max_inclusive": 4 + }, + "branch_end_offset_from_top": { + "type": "minecraft:uniform", + "min_inclusive": -1, + "max_inclusive": 0 + }, + "branch_start_offset_from_top": { + "min_inclusive": -4, + "max_inclusive": -3 + } + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 2 + }, + "decorators": [] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json index 6ce43a8..cb3d124 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json @@ -1,81 +1,343 @@ { - "type": "minecraft:tree", + "type": "minecraft:simple_random_selector", "config": { - "dirt_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:gravel" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:jungle_leaves" - } - }, - "trunk_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:jungle_log" - } - }, - "root_placer": { - "type": "minecraft:mangrove_root_placer", - "root_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:jungle_wood" - } - }, - "trunk_offset_y": { - "type": "uniform", - "min_inclusive": 1, - "max_inclusive": 3 - }, - "above_root_placement": { - "above_root_placement_chance": 0.15, - "above_root_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:verdant_froglight" - } - } - }, - "mangrove_root_placement": { - "can_grow_through": "#mangrove_roots_can_grow_through", - "muddy_roots_in": "#dirt", - "muddy_roots_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:jungle_wood" + "features": [ + { + "feature": { + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:gravel" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_leaves" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_log" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "trunk_offset_y": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 3 + }, + "above_root_placement": { + "above_root_placement_chance": 0.04, + "above_root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:verdant_froglight" + } + } + }, + "mangrove_root_placement": { + "can_grow_through": "#mangrove_roots_can_grow_through", + "muddy_roots_in": "#dirt", + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "max_root_length": 15, + "max_root_width": 10, + "random_skew_chance": 0.2 + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:fancy_foliage_placer", + "radius": 2, + "offset": 4, + "height": 4 + }, + "trunk_placer": { + "type": "minecraft:fancy_trunk_placer", + "base_height": 10, + "height_rand_a": 5, + "height_rand_b": 5 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4 + }, + "decorators": [] } }, - "max_root_length": 15, - "max_root_width": 10, - "random_skew_chance": 0.2 + "placement": [] + }, + { + "feature": { + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:gravel" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_leaves" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_log" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "trunk_offset_y": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 3 + }, + "above_root_placement": { + "above_root_placement_chance": 0.04, + "above_root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:verdant_froglight" + } + } + }, + "mangrove_root_placement": { + "can_grow_through": "#mangrove_roots_can_grow_through", + "muddy_roots_in": "#dirt", + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "max_root_length": 15, + "max_root_width": 10, + "random_skew_chance": 0.2 + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:fancy_foliage_placer", + "radius": 2, + "offset": 4, + "height": 4 + }, + "trunk_placer": { + "type": "minecraft:fancy_trunk_placer", + "base_height": 20, + "height_rand_a": 11, + "height_rand_b": 10 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4 + }, + "decorators": [] + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:gravel" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_leaves" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_log" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "trunk_offset_y": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 3 + }, + "above_root_placement": { + "above_root_placement_chance": 0.04, + "above_root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:verdant_froglight" + } + } + }, + "mangrove_root_placement": { + "can_grow_through": "#mangrove_roots_can_grow_through", + "muddy_roots_in": "#dirt", + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "max_root_length": 15, + "max_root_width": 10, + "random_skew_chance": 0.2 + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:fancy_foliage_placer", + "radius": 2, + "offset": 4, + "height": 4 + }, + "trunk_placer": { + "type": "minecraft:fancy_trunk_placer", + "base_height": 27, + "height_rand_a": 18, + "height_rand_b": 17 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4 + }, + "decorators": [] + } + }, + "placement": [] + }, + { + "feature": { + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:gravel" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_leaves" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_log" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "trunk_offset_y": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 3 + }, + "above_root_placement": { + "above_root_placement_chance": 0.04, + "above_root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:verdant_froglight" + } + } + }, + "mangrove_root_placement": { + "can_grow_through": "#mangrove_roots_can_grow_through", + "muddy_roots_in": "#dirt", + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:jungle_wood" + } + }, + "max_root_length": 15, + "max_root_width": 10, + "random_skew_chance": 0.2 + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:fancy_foliage_placer", + "radius": 2, + "offset": 4, + "height": 4 + }, + "trunk_placer": { + "type": "minecraft:fancy_trunk_placer", + "base_height": 32, + "height_rand_a": 22, + "height_rand_b": 15 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4 + }, + "decorators": [] + } + }, + "placement": [] } - }, - "force_dirt": true, - "ignore_vines": false, - "foliage_placer": { - "type": "minecraft:fancy_foliage_placer", - "radius": 2, - "offset": 4, - "height": 4 - }, - "trunk_placer": { - "type": "minecraft:fancy_trunk_placer", - "base_height": 20, - "height_rand_a": 11, - "height_rand_b": 10 - }, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4 - }, - "decorators": [] + ] } } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json new file mode 100644 index 0000000..7782089 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:random_patch", + "config": { + "tries": 25, + "xz_spread": 10, + "y_spread": 5, + "feature": { + "feature": { + "type": "minecraft:netherrack_replace_blobs", + "config": { + "target": { + "Name": "minecraft:air" + }, + "state": { + "Name": "minecraft:stone" + }, + "radius": { + "type": "uniform", + "min_inclusive": 1, + "max_inclusive": 7 + } + } + }, + "placement": [] + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json index 5eba1a0..165a8cd 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json @@ -30,7 +30,7 @@ }, "trunk_placer": { "type": "minecraft:bending_trunk_placer", - "base_height": 10, + "base_height": 6, "height_rand_a": 2, "height_rand_b": 0, "bend_length": { diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json new file mode 100644 index 0000000..5eba1a0 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json @@ -0,0 +1,51 @@ +{ + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:crying_obsidian" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:tinted_glass" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:obsidian" + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:random_spread_foliage_placer", + "radius": 3, + "offset": 0, + "foliage_height": 2, + "leaf_placement_attempts": 1 + }, + "trunk_placer": { + "type": "minecraft:bending_trunk_placer", + "base_height": 10, + "height_rand_a": 2, + "height_rand_b": 0, + "bend_length": { + "type": "uniform", + "min_inclusive": 6, + "max_inclusive": 25 + }, + "min_height_for_leaves": 3 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "decorators": [] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json new file mode 100644 index 0000000..01b4c8d --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json @@ -0,0 +1,51 @@ +{ + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:crying_obsidian" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:tinted_glass" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:obsidian" + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:random_spread_foliage_placer", + "radius": 3, + "offset": 0, + "foliage_height": 2, + "leaf_placement_attempts": 1 + }, + "trunk_placer": { + "type": "minecraft:bending_trunk_placer", + "base_height": 15, + "height_rand_a": 2, + "height_rand_b": 0, + "bend_length": { + "type": "uniform", + "min_inclusive": 6, + "max_inclusive": 25 + }, + "min_height_for_leaves": 3 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "decorators": [] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json new file mode 100644 index 0000000..e3dc3e6 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json @@ -0,0 +1,51 @@ +{ + "type": "minecraft:tree", + "config": { + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:crying_obsidian" + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:tinted_glass" + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:obsidian" + } + }, + "force_dirt": true, + "ignore_vines": false, + "foliage_placer": { + "type": "minecraft:random_spread_foliage_placer", + "radius": 3, + "offset": 0, + "foliage_height": 2, + "leaf_placement_attempts": 1 + }, + "trunk_placer": { + "type": "minecraft:bending_trunk_placer", + "base_height": 20, + "height_rand_a": 2, + "height_rand_b": 0, + "bend_length": { + "type": "uniform", + "min_inclusive": 6, + "max_inclusive": 25 + }, + "min_height_for_leaves": 3 + }, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "decorators": [] + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json new file mode 100644 index 0000000..12fa1f3 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:lake", + "config": { + "fluid": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "barrier": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:blackstone" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json new file mode 100644 index 0000000..2933b05 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:end_rod" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json new file mode 100644 index 0000000..64c0a3c --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:forest_rock", + "config": { + "state": { + "Name": "minecraft:magma_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json new file mode 100644 index 0000000..a895ea0 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json @@ -0,0 +1,59 @@ +{ + "type": "minecraft:geode", + "config": { + "blocks": { + "filling_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:lava" + } + }, + "inner_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:purpur_block" + } + }, + "alternate_inner_layer_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "data": { + "Name": "minecraft:chiseled_stone_bricks" + }, + "weight": 5 + }, + { + "data": { + "Name": "minecraft:diamond_ore" + }, + "weight": 1 + } + ] + }, + "middle_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:crying_obsidian" + } + }, + "outer_layer_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:obsidian" + } + }, + "inner_placements": [ + { + "Name": "minecraft:coal_block" + } + ], + "cannot_replace": "#features_cannot_replace", + "invalid_blocks": "#geode_invalid_blocks" + }, + "layers": {}, + "crack": {}, + "invalid_blocks_threshold": 1, + "use_alternate_layer0_chance": 0.083 + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json similarity index 52% rename from src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json rename to src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json index e19a8d0..6e4df2d 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandbush.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json @@ -1,42 +1,54 @@ { "type": "minecraft:tree", "config": { + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, "dirt_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "minecraft:gravel" - } - }, - "foliage_provider": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "minecraft:mangrove_leaves" + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } } }, "trunk_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "minecraft:mangrove_log" + "Name": "minecraft:oak_log", + "Properties": { + "axis": "y" + } } }, - "force_dirt": false, - "ignore_vines": false, - "foliage_placer": { - "type": "minecraft:acacia_foliage_placer", - "radius": 2, - "offset": 0 + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:oak_leaves", + "Properties": { + "distance": "7", + "persistent": "false", + "waterlogged": "false" + } + } }, "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 2, + "type": "minecraft:straight_trunk_placer", + "base_height": 4, "height_rand_a": 2, - "height_rand_b": 2 + "height_rand_b": 0 }, - "minimum_size": { - "type": "minecraft:two_layers_feature_size", - "limit": 1, - "lower_size": 0, - "upper_size": 2 + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "radius": 2, + "offset": 0, + "height": 3 }, "decorators": [] } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json new file mode 100644 index 0000000..dbf149b --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:glowstone" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json new file mode 100644 index 0000000..53f1306 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json @@ -0,0 +1,11 @@ +{ + "type": "cawezs_mantle_to_stratus:starstar", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:lapis_block" + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json index 4f66b7f..3ab7f26 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count_on_every_layer", - "count": 10 + "count": 4 }, { "type": "minecraft:biome" diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json similarity index 73% rename from src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json rename to src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json index 4b0aecd..706c3a6 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandbush.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json @@ -1,12 +1,12 @@ { - "feature": "cawezs_mantle_to_stratus:wetlandbush", + "feature": "cawezs_mantle_to_stratus:cliff_snow", "placement": [ - { - "type": "minecraft:biome" - }, { "type": "minecraft:count_on_every_layer", "count": 2 + }, + { + "type": "minecraft:biome" } ] } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json new file mode 100644 index 0000000..26ff851 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json @@ -0,0 +1,13 @@ +{ + "feature": "cawezs_mantle_to_stratus:cliff_torch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json new file mode 100644 index 0000000..e2cf193 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json @@ -0,0 +1,9 @@ +{ + "feature": "cawezs_mantle_to_stratus:cliffemerald", + "placement": [ + { + "type": "minecraft:count_on_every_layer", + "count": 4 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json new file mode 100644 index 0000000..3fe37a3 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json @@ -0,0 +1,9 @@ +{ + "feature": "cawezs_mantle_to_stratus:coral_fans", + "placement": [ + { + "type": "minecraft:count_on_every_layer", + "count": 4 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json new file mode 100644 index 0000000..317f77a --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json @@ -0,0 +1,13 @@ +{ + "feature": "cawezs_mantle_to_stratus:coralslime", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 3 + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json index 7249f94..7872c06 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json @@ -1,9 +1,13 @@ { "feature": "cawezs_mantle_to_stratus:crystalgrowth", "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, { "type": "minecraft:count_on_every_layer", - "count": 2 + "count": 1 }, { "type": "minecraft:biome" diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json new file mode 100644 index 0000000..c34045f --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json @@ -0,0 +1,24 @@ +{ + "feature": "cawezs_mantle_to_stratus:isle", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": 0 + }, + "max_inclusive": { + "absolute": 256 + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json index bbad20c..8045739 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json @@ -6,7 +6,7 @@ }, { "type": "minecraft:count_on_every_layer", - "count": 4 + "count": 1 } ] } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json new file mode 100644 index 0000000..42a2eac --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json @@ -0,0 +1,12 @@ +{ + "feature": "cawezs_mantle_to_stratus:pillartrees_2", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json new file mode 100644 index 0000000..da66fde --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json @@ -0,0 +1,12 @@ +{ + "feature": "cawezs_mantle_to_stratus:pillartrees_3", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json new file mode 100644 index 0000000..64cc176 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json @@ -0,0 +1,12 @@ +{ + "feature": "cawezs_mantle_to_stratus:pillartrees_4", + "placement": [ + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json new file mode 100644 index 0000000..e15c4a5 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json @@ -0,0 +1,9 @@ +{ + "feature": "cawezs_mantle_to_stratus:starcrater", + "placement": [ + { + "type": "minecraft:count_on_every_layer", + "count": 4 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json new file mode 100644 index 0000000..6d8196f --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json @@ -0,0 +1,9 @@ +{ + "feature": "cawezs_mantle_to_stratus:starlight", + "placement": [ + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json new file mode 100644 index 0000000..9246d4b --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json @@ -0,0 +1,13 @@ +{ + "feature": "cawezs_mantle_to_stratus:starmagma", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json new file mode 100644 index 0000000..7daeaf1 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json @@ -0,0 +1,13 @@ +{ + "feature": "cawezs_mantle_to_stratus:starpurpur", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 4 + }, + { + "type": "minecraft:count_on_every_layer", + "count": 1 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json new file mode 100644 index 0000000..81433dc --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json @@ -0,0 +1,35 @@ +{ + "feature": "cawezs_mantle_to_stratus:stars_tree", + "placement": [ + { + "type": "minecraft:count", + "count": 1 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:surface_water_depth_filter", + "max_water_depth": 0 + }, + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + }, + { + "type": "minecraft:biome" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:would_survive", + "state": { + "Name": "minecraft:oak_sapling", + "Properties": { + "stage": "0" + } + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json new file mode 100644 index 0000000..7b5a602 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json @@ -0,0 +1,17 @@ +{ + "feature": "cawezs_mantle_to_stratus:starspeck", + "placement": [ + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": 0 + }, + "max_inclusive": { + "absolute": 256 + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json new file mode 100644 index 0000000..4edb815 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json @@ -0,0 +1,21 @@ +{ + "feature": "cawezs_mantle_to_stratus:starstar", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 2 + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:uniform", + "min_inclusive": { + "absolute": 0 + }, + "max_inclusive": { + "absolute": 256 + } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/overworld_carver_replaceables.json b/src/main/resources/data/minecraft/tags/blocks/overworld_carver_replaceables.json index 04b829c..1b1ef51 100644 --- a/src/main/resources/data/minecraft/tags/blocks/overworld_carver_replaceables.json +++ b/src/main/resources/data/minecraft/tags/blocks/overworld_carver_replaceables.json @@ -1,6 +1,12 @@ { "replace": false, "values": [ + "minecraft:mud", + "minecraft:gravel", + "minecraft:mycelium", + "minecraft:podzol", + "minecraft:deepslate", + "minecraft:cobbled_deepslate", "minecraft:granite", "minecraft:andesite", "minecraft:light",