From 9319f7c16e1293da5d8c7b16486bd5c83602ab9b Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Sat, 1 Mar 2025 15:54:55 -0500 Subject: [PATCH] Sync --- .mcreator/modElementThumbnails/Gladiator.png | Bin 0 -> 206 bytes .../GladiatorOnEntityTickUpdate.png | Bin 0 -> 194 bytes .../modElementThumbnails/GladiatorSoul.png | Bin 0 -> 206 bytes .../GladiatorSoulOnEntityTickUpdate.png | Bin 0 -> 194 bytes .../modElementThumbnails/Singularity.png | Bin 220 -> 206 bytes .../SingularityOnEntityTickUpdate.png | Bin 0 -> 194 bytes ...to_stratus.mcreator-backup_20250221_161746 | 5043 ------------- ...to_stratus.mcreator-backup_20250221_194513 | 5043 ------------- ...to_stratus.mcreator-backup_20250221_201213 | 5049 ------------- ...to_stratus.mcreator-backup_20250221_201843 | 5049 ------------- ...to_stratus.mcreator-backup_20250221_202813 | 5049 ------------- ...to_stratus.mcreator-backup_20250221_204313 | 5049 ------------- ...o_stratus.mcreator-backup_20250226_141704} | 41 +- ...o_stratus.mcreator-backup_20250226_142305} | 69 +- ...o_stratus.mcreator-backup_20250228_100334} | 79 +- ...o_stratus.mcreator-backup_20250228_101504} | 156 +- ...to_stratus.mcreator-backup_20250228_102134 | 5212 +++++++++++++ ...to_stratus.mcreator-backup_20250228_102734 | 5212 +++++++++++++ ...to_stratus.mcreator-backup_20250228_103334 | 5210 +++++++++++++ ...to_stratus.mcreator-backup_20250228_103934 | 5224 +++++++++++++ ...to_stratus.mcreator-backup_20250228_104534 | 5224 +++++++++++++ ...to_stratus.mcreator-backup_20250228_105134 | 5224 +++++++++++++ cawezs_mantle_to_stratus.mcreator | 168 +- elements/Gladiator.mod.json | 160 + elements/GladiatorEntityIsHurt.mod.json | 7 + elements/GladiatorOnEntityTickUpdate.mod.json | 7 + elements/GladiatorSoul.mod.json | 157 + .../GladiatorSoulOnEntityTickUpdate.mod.json | 7 + elements/Singularity.mod.json | 27 +- .../SingularityOnEntityTickUpdate.mod.json | 7 + run/logs/debug-1.log.gz | Bin 50690 -> 50223 bytes run/logs/debug.log | 6625 +++++++++-------- run/logs/latest.log | 253 +- run/options.txt | 2 +- .../client/renderer/GladiatorRenderer.java | 23 + .../renderer/GladiatorSoulRenderer.java | 21 + .../client/renderer/SingularityRenderer.java | 19 +- .../entity/GladiatorEntity.java | 127 + .../entity/GladiatorSoulEntity.java | 120 + .../entity/SingularityEntity.java | 67 +- .../CawezsMantleToStratusModEntities.java | 14 + ...wezsMantleToStratusModEntityRenderers.java | 4 + .../init/CawezsMantleToStratusModItems.java | 2 + .../init/CawezsMantleToStratusModTabs.java | 15 +- .../GladiatorEntityIsHurtProcedure.java | 6 + .../GladiatorOnEntityTickUpdateProcedure.java | 37 + ...diatorSoulOnEntityTickUpdateProcedure.java | 98 + ...ingularityOnEntityTickUpdateProcedure.java | 228 + .../cawezs_mantle_to_stratus/lang/en_us.json | 10 +- .../models/item/gladiator_soul_spawn_egg.json | 3 + .../models/item/gladiator_spawn_egg.json | 3 + 51 files changed, 36344 insertions(+), 33806 deletions(-) create mode 100644 .mcreator/modElementThumbnails/Gladiator.png create mode 100644 .mcreator/modElementThumbnails/GladiatorOnEntityTickUpdate.png create mode 100644 .mcreator/modElementThumbnails/GladiatorSoul.png create mode 100644 .mcreator/modElementThumbnails/GladiatorSoulOnEntityTickUpdate.png create mode 100644 .mcreator/modElementThumbnails/SingularityOnEntityTickUpdate.png delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_161746 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_194513 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201213 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201843 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_202813 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_204313 rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20250223_202244 => cawezs_mantle_to_stratus.mcreator-backup_20250226_141704} (99%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20250223_201444 => cawezs_mantle_to_stratus.mcreator-backup_20250226_142305} (98%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20250223_182813 => cawezs_mantle_to_stratus.mcreator-backup_20250228_100334} (98%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20250223_183413 => cawezs_mantle_to_stratus.mcreator-backup_20250228_101504} (97%) create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102134 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102734 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103334 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103934 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_104534 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_105134 create mode 100644 elements/Gladiator.mod.json create mode 100644 elements/GladiatorEntityIsHurt.mod.json create mode 100644 elements/GladiatorOnEntityTickUpdate.mod.json create mode 100644 elements/GladiatorSoul.mod.json create mode 100644 elements/GladiatorSoulOnEntityTickUpdate.mod.json create mode 100644 elements/SingularityOnEntityTickUpdate.mod.json create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java create mode 100644 src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json create mode 100644 src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json diff --git a/.mcreator/modElementThumbnails/Gladiator.png b/.mcreator/modElementThumbnails/Gladiator.png new file mode 100644 index 0000000000000000000000000000000000000000..f3cf077454e306d22b1afa08e2230953c6eb8859 GIT binary patch literal 206 zcmV;<05SiGP)2sR$%T#qe4x8U!Mi-kFVdQ&MBb@0D9p_aR2}S literal 0 HcmV?d00001 diff --git a/.mcreator/modElementThumbnails/GladiatorSoul.png b/.mcreator/modElementThumbnails/GladiatorSoul.png new file mode 100644 index 0000000000000000000000000000000000000000..f3cf077454e306d22b1afa08e2230953c6eb8859 GIT binary patch literal 206 zcmV;<05SiGP)2sR$%T#qe4x8U!Mi-kFVdQ&MBb@0D9p_aR2}S literal 0 HcmV?d00001 diff --git a/.mcreator/modElementThumbnails/Singularity.png b/.mcreator/modElementThumbnails/Singularity.png index caccacf994eb25c43fc30de45bdf989ef1cf00a6..f3cf077454e306d22b1afa08e2230953c6eb8859 100644 GIT binary patch delta 178 zcmV;j08Rhg0nP!CB!87jL_t(|UhR$14Z<)G#X4z#iC(_z>)YJ+K$?A=m?ZU@ziBum|?QUc`rB5A1=xh!4RY*aLfa%=5hToO>hq z_T2lkU@4`o*4pMLZ0)RXNATg%nR9OhZ%f#-|B;|^@6=%8r7Pf3wr;uv_xQfx(e3g3 g!Rrz&)`Jwg0RE z9P792-#Pcbsju2Q+g&jyTPFnX;pD%{V0m=*hX7veoZlsH55JB4wd%wBOXbE7KU5t% z7c75z;)N-m`KvGR$qPK7)5t(MaZv7G diff --git a/.mcreator/modElementThumbnails/SingularityOnEntityTickUpdate.png b/.mcreator/modElementThumbnails/SingularityOnEntityTickUpdate.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fd5e7937de3488525389b403f31e276e1f67fc GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s1|*Ak?@s|zot`d^Ar*0NCm-Z(P!M3zyu$Y* zvfK7TQ|gV0ZgNL__?XzWq|9crZ@BZ};0*J}b8d55`#O1Y-P7e`zvnyODLdEHxkCCc z$Me$9N4}Y={C~Jr<89^%F)yF)(`g)=TclRC)Yx7Zx-XRV!dpW4vrU`4UaMFVdQ&MBb@0D9p_aR2}S literal 0 HcmV?d00001 diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_161746 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_161746 deleted file mode 100644 index 3889031..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_161746 +++ /dev/null @@ -1,5043 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "dimension", - "type": "dimensiontype" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - } - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_194513 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_194513 deleted file mode 100644 index 3889031..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_194513 +++ /dev/null @@ -1,5043 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "dimension", - "type": "dimensiontype" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - } - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201213 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201213 deleted file mode 100644 index 623e475..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201213 +++ /dev/null @@ -1,5049 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses/Stylus" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "dimension", - "type": "dimensiontype" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Bosses/Stylus" - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "children": [ - { - "name": "Stylus", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201843 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201843 deleted file mode 100644 index 623e475..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_201843 +++ /dev/null @@ -1,5049 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses/Stylus" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "dimension", - "type": "dimensiontype" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Bosses/Stylus" - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "children": [ - { - "name": "Stylus", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_202813 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_202813 deleted file mode 100644 index d5b87da..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_202813 +++ /dev/null @@ -1,5049 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses/Stylus" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Bosses/Stylus" - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "children": [ - { - "name": "Stylus", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_204313 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_204313 deleted file mode 100644 index d5b87da..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250221_204313 +++ /dev/null @@ -1,5049 +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/Depths" - }, - { - "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/Depths" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Places/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/placed_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" - ] - }, - "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" - }, - { - "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/configured_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" - ] - }, - "path": "~/Places/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": "~/Places/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/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_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Grasslands" - }, - { - "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/Depths" - }, - { - "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" - ] - }, - "path": "~/Places/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/configured_feature/frozensoulpatch.json", - "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" - ] - }, - "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" - ] - }, - "path": "~/Places/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/Depths" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Crystals" - }, - { - "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/Flipped" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" - ] - }, - "path": "~/Places/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": "~/Places/Biomes/Monoliths" - }, - { - "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/Heights" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" - ] - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" - ] - }, - "path": "~/Places/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/Heights" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "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", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Places/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/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", - "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" - ] - }, - "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": true, - "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/Heights" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" - }, - { - "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": "~/Places/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": "~/Places/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": "~/Places/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", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" - ] - }, - "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": true, - "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/Depths" - }, - { - "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" - }, - { - "name": "Crystalground", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalground", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "Crystalair", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalair", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" - ] - }, - "path": "~/Places/Biomes/Crystals/Structures" - }, - { - "name": "CeilingCrystal", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceiling_crystal", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Crystalceiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalceiling", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Mushroomgiant", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomgiant", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Mushroomdetails", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mushroomdetails", - "metadata": { - "has_nbt_structure": true, - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" - ] - }, - "path": "~/Places/Biomes/Mushrooms/Structures" - }, - { - "name": "Outline", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "outline", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Crystals" - }, - { - "name": "Exhumed", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" - ] - }, - "path": "~/Places/Depths" - }, - { - "name": "Exhumedvegetation", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumedvegetation", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAir", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "exhumed_air", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "exhumed_air_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Exhumed" - }, - { - "name": "Heights", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "heights", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "Dryislands", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "dryislands", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Drylargebones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drylargebones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "CloudShrub", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_shrub", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Drysandstonepile", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysandstonepile", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" - ] - }, - "path": "~/Places/Biomes/Dry" - }, - { - "name": "Treesfloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesfloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Trees" - }, - { - "name": "CloudStrucs", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs1", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs2", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs3", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "CloudStrucs4", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "cloud_strucs_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" - ] - }, - "path": "~/Places/Biomes/Clouds" - }, - { - "name": "Cliffdelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffdelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" - ] - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Clifffloating", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "clifffloating", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cliffs" - }, - { - "name": "Pillarfloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillarfloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Monoliths" - }, - { - "name": "Supersized", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "supersized", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "SupersizedTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedPlants", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_plants", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedHive", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "SupersizedFloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "supersized_float", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" - ] - }, - "path": "~/Places/Biomes/Supersized" - }, - { - "name": "Volcano", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "volcano", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" - ] - }, - "path": "~/Places/Heights" - }, - { - "name": "VolcanoBulge", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_bulge", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanodelta", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanodelta", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanotree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanotree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanopillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanopillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Volcanofloat", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcanofloat", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "VolcanoDryLake", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "volcano_dry_lake", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" - ] - }, - "path": "~/Places/Biomes/Volcano" - }, - { - "name": "Inverted", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "inverted", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "FlippedCherries", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "flipped_cherries", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "inverted_floor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "InvertedFloorAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "inverted_floor_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Flipped" - }, - { - "name": "StarlightAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starlight_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Biomes/Stars" - }, - { - "name": "CherryCeiling", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cherry_ceiling", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" - ], - "has_nbt_structure": true - }, - "path": "~/Places/Biomes/Cherries" - }, - { - "name": "DetectCDC", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "detect_cdc", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Mod" - }, - { - "name": "BaseGroundBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseGround", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "base_ground", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "BaseStruct", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "base_struct", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" - ] - }, - "path": "~/Places/Bases" - }, - { - "name": "Haelium", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "haelium", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "OreBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ore_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "blockstate", - "type": "blockstate" - }, - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Aminalite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Solitite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "solitite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Fortite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fortite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Obsidilite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "Celeritite", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" - ] - }, - "path": "~/Items/Ores/Tiles" - }, - { - "name": "HaeliumGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "haelium_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "AminaliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "aminalite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "SolititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "solitite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "FortiteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "fortite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "CelerititeGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "celeritite_gemstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "ObsidiliteGemstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "obsidilite_gemstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" - ] - }, - "path": "~/Items/Ores/Items" - }, - { - "name": "EssenceAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_aeris", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_overgrowth", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_grimstone", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "EssenceIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "essence_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "BloodGloom", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_gloom", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodIchor", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_ichor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodAeris", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_aeris", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodGrimstone", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_grimstone", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodOvergrowth", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_overgrowth", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "BloodStorm", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "blood_storm", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" - ] - }, - "path": "~/Items/Bloods" - }, - { - "name": "EssenceInventory", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "essence_inventory", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Essences" - }, - { - "name": "RoseAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rose_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmuletItemInInventoryTick", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "amulet_item_in_inventory_tick", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "RougeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "rouge_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AmberAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "amber_amulet", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "CobaltAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "cobalt_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "AzureAmulte", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "azure_amulte", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "JadeAmulet", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "jade_amulet", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" - ] - }, - "path": "~/Items/Amulets" - }, - { - "name": "BuriedArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorHelmetTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_helmet_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorBootsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_boots_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorChestplateTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_chestplate_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "BuriedArmorLeggingsTickEvent", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "buried_armor_leggings_tick_event", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Armor_1" - }, - { - "name": "HeavenArmor", - "type": "armor", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorHelmetRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_helmet_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorChestplateRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_chestplate_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorLeggingsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_leggings_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "HeavenArmorBootsRecipe", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "heaven_armor_boots_recipe", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" - ] - }, - "path": "~/Items/Armor_2" - }, - { - "name": "VerglasLabrysLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "sourceentity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "VerglasLabrys", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "verglas_labrys", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "Verglas", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "verglas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" - ] - }, - "path": "~/Items/VerglasLabrys" - }, - { - "name": "FinisherEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "finisher_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "Finisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "finisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" - ] - }, - "path": "~/Items/Finisher" - }, - { - "name": "EclarisStaffRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "EclarisStaff", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eclaris_staff", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" - ] - }, - "path": "~/Items/EclarisStaff" - }, - { - "name": "QueenBow", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDart", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PoisonDartProjectileHitsLivingEntity", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "poison_dart_projectile_hits_living_entity", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowCanUseRangedItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_can_use_ranged_item", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "QueenBowRangedItemShootsProjectile", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "queen_bow_ranged_item_shoots_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/QueenBow" - }, - { - "name": "PhantomSword", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "PhantomSwordEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "phantom_sword_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Parry_Staff" - }, - { - "name": "Banisher", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "banisher", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "BanisherLivingEntityIsHitWithTool", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "banisher_living_entity_is_hit_with_tool", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Items/Banisher" - }, - { - "name": "TorchProjectileProjectileHitsBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile_projectile_hits_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "TorchProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "torch_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "WandOfLight", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "wand_of_light", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" - ] - }, - "path": "~/Items/WandOfLight" - }, - { - "name": "StarforgedPickaxeEntitySwingsItem", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe_entity_swings_item", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "StarforgedPickaxe", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "starforged_pickaxe", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" - ] - }, - "path": "~/Items/StarforgedPickaxe" - }, - { - "name": "AbsorberRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "absorber_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "Absorber", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "absorber", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" - ] - }, - "path": "~/Items/Absorber" - }, - { - "name": "EyeCanonRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "EyeCanon", - "type": "tool", - "compiles": true, - "locked_code": false, - "registry_name": "eye_canon", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" - ] - }, - "path": "~/Items/EyeCannon" - }, - { - "name": "DiurnalControllerRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "DiurnalController", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "diurnal_controller", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" - ] - }, - "path": "~/Items/DiurnalController" - }, - { - "name": "AsteroidRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "asteroid_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "Asteroid", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "asteroid", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" - ] - }, - "path": "~/Items/Asteroid" - }, - { - "name": "AncientSunlight", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "Hollowegg", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "hollowegg", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowcreeper", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowcreeper", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowzombie", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowzombie", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowskeleton", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowskeleton", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowwither", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowwither", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowdragon", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowdragon", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "Hollowpiglin", - "type": "recipe", - "compiles": true, - "locked_code": false, - "registry_name": "hollowpiglin", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" - ] - }, - "path": "~/Items/HollowEgg" - }, - { - "name": "SomnoporterRightclickedOnBlock", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter_rightclicked_on_block", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "Somnoporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "somnoporter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporterRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "y", - "type": "number" - } - ] - }, - "path": "~/Items/Somnoporter" - }, - { - "name": "UnstableTeleporter", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "unstable_teleporter", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" - ] - }, - "path": "~/Items/UnstableTeleporter" - }, - { - "name": "Orbofsatiety", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "orbofsatiety", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" - ] - }, - "path": "~/Items/OrbOfSatiety" - }, - { - "name": "AncientSunlightBlockAdded", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_added", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "AncientSunlightBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_sunlight_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/AncientSunlight" - }, - { - "name": "EndlessScaffoldingBlockIsPlacedBy", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding_block_is_placed_by", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" - ], - "dependencies": [ - { - "name": "itemstack", - "type": "itemstack" - } - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "EndlessScaffolding", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "endless_scaffolding", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" - ] - }, - "path": "~/Items/EndlessScaffolding" - }, - { - "name": "Haunter", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "haunter", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "HaunterEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "haunter_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Haunter" - }, - { - "name": "Ceilock", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockProjectile", - "type": "projectile", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_projectile", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "CeilockDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "ceilock_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Ceilock" - }, - { - "name": "BellOfRevelationRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "itemstack", - "type": "itemstack" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "BellOfRevelation", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "bell_of_revelation", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" - ] - }, - "path": "~/Items/RevelationBell" - }, - { - "name": "Beyondallthatliesbeneath", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "beyondallthatliesbeneath", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "DesolatedWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "desolated_world", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "GoodbyeWorld", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "goodbye_world", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", - "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", - "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" - ] - }, - "path": "~/Items/Music" - }, - { - "name": "NymbusOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Nymbus", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusEntityIsHurt", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_entity_is_hurt", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "NymbusDeath", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "nymbus_death", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Hostile/Nymbus" - }, - { - "name": "Callion", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "callion", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "CallionEntityDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "callion_entity_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Callion" - }, - { - "name": "Aceer", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "aceer", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerOnEntityTickUpdate", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_on_entity_tick_update", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "AceerDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "aceer_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Aceer" - }, - { - "name": "Uiron", - "type": "livingentity", - "compiles": true, - "locked_code": false, - "registry_name": "uiron", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "UironDies", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "uiron_dies", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Passive/Uiron" - }, - { - "name": "AncientStylus", - "type": "item", - "compiles": true, - "locked_code": false, - "registry_name": "ancient_stylus", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" - ] - }, - "path": "~/Mobs/Bosses/Stylus" - }, - { - "name": "AncientStylusRightclicked", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ancient_stylus_rightclicked", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Mobs/Bosses/Stylus" - } - ], - "variable_elements": [ - { - "name": "HP_0", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_1", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_2", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_3", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_4", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - }, - { - "name": "HP_5", - "type": "logic", - "scope": "player_lifetime", - "value": "false" - } - ], - "sound_elements": [ - { - "name": "beyond", - "files": [ - "beyond_all_that_lies_beneath" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "desolated", - "files": [ - "desolated_wonders" - ], - "category": "record", - "subtitle": "Music Plays" - }, - { - "name": "goodbye", - "files": [ - "goodbye_world" - ], - "category": "record", - "subtitle": "Music Plays" - } - ], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:chest_armor": [ - "~CUSTOM:HeavenArmor.body", - "~CUSTOM:BuriedArmor.body" - ], - "BLOCKS:minecraft:needs_diamond_tool": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ENTITIES:minecraft:undead": [ - "~CUSTOM:Haunter" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:enchantable/durability": [ - "~CUSTOM:Absorber", - "~CUSTOM:WandOfLight", - "~CUSTOM:QueenBow" - ], - "ITEMS:minecraft:pickaxes": [ - "~CUSTOM:StarforgedPickaxe" - ], - "ENTITIES:minecraft:arthropod": [ - "~CUSTOM:Nymbus", - "~CUSTOM:Ceilock" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "ITEMS:minecraft:hoes": [ - "~CUSTOM:EyeCanon", - "~CUSTOM:Banisher" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.AIR", - "~Blocks.STONEBRICK#2", - "~Blocks.SAND#1", - "~Blocks.STONE#1", - "~Blocks.ROOTED_DIRT", - "~Blocks.STAINED_GLASS#0", - "~Blocks.DIRT#1", - "~Blocks.STONE#5", - "~Blocks.GRASS", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.CALCITE", - "~Blocks.LAPIS_BLOCK", - "~Blocks.BLACKSTONE", - "~Blocks.RAW_COPPER_BLOCK", - "~Blocks.BASALT", - "~Blocks.STAINED_HARDENED_CLAY#4", - "~Blocks.STAINED_HARDENED_CLAY#1", - "~Blocks.STAINED_HARDENED_CLAY#0", - "~Blocks.CONCRETE#8", - "~Blocks.CONCRETE#11", - "~Blocks.STAINED_HARDENED_CLAY#3", - "~Blocks.STAINED_HARDENED_CLAY#10", - "~Blocks.STAINED_HARDENED_CLAY#11", - "~Blocks.TUFF" - ], - "ITEMS:minecraft:music_discs": [ - "~CUSTOM:GoodbyeWorld", - "~CUSTOM:DesolatedWorld", - "~CUSTOM:Beyondallthatliesbeneath" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BLOCKS:minecraft:mineable/pickaxe": [ - "~CUSTOM:Celeritite", - "~CUSTOM:Obsidilite", - "~CUSTOM:Fortite", - "~CUSTOM:Solitite", - "~CUSTOM:Aminalite", - "~CUSTOM:Haelium" - ], - "ITEMS:minecraft:axes": [ - "~CUSTOM:VerglasLabrys" - ], - "ITEMS:minecraft:swords": [ - "~CUSTOM:Finisher" - ], - "ITEMS:minecraft:shovels": [ - "~CUSTOM:EclarisStaff" - ], - "ITEMS:minecraft:head_armor": [ - "~CUSTOM:HeavenArmor.helmet", - "~CUSTOM:BuriedArmor.helmet" - ], - "ITEMS:minecraft:foot_armor": [ - "~CUSTOM:HeavenArmor.boots", - "~CUSTOM:BuriedArmor.boots" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "ITEMS:minecraft:leg_armor": [ - "~CUSTOM:HeavenArmor.legs", - "~CUSTOM:BuriedArmor.legs" - ] - }, - "tab_element_order": { - "CUSTOM:MtS": [ - "Haelium", - "Aminalite", - "Solitite", - "Fortite", - "Obsidilite", - "Celeritite", - "HaeliumGemstone", - "AminaliteGemstone", - "SolititeGemstone", - "FortiteGemstone", - "CelerititeGemstone", - "ObsidiliteGemstone", - "EssenceAeris", - "EssenceStorm", - "EssenceOvergrowth", - "EssenceGrimstone", - "EssenceGloom", - "EssenceIchor", - "BloodGloom", - "BloodIchor", - "BloodAeris", - "BloodGrimstone", - "BloodOvergrowth", - "BloodStorm", - "RoseAmulet", - "RougeAmulet", - "AmberAmulet", - "CobaltAmulet", - "AzureAmulte", - "JadeAmulet", - "BuriedArmor", - "HeavenArmor", - "VerglasLabrys", - "Finisher", - "EclarisStaff", - "QueenBow", - "PhantomSword", - "Banisher", - "WandOfLight", - "StarforgedPickaxe", - "Absorber", - "EyeCanon", - "DiurnalController", - "Asteroid", - "AncientSunlight", - "Hollowegg", - "Somnoporter", - "UnstableTeleporter", - "Orbofsatiety", - "EndlessScaffolding", - "BellOfRevelation", - "Beyondallthatliesbeneath", - "DesolatedWorld", - "GoodbyeWorld", - "Callion", - "Aceer", - "Uiron", - "Haunter", - "Nymbus", - "Ceilock", - "AncientStylus" - ] - }, - "language_map": { - "en_us": { - "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", - "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", - "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", - "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", - "subtitles.beyond": "Music Plays", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", - "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", - "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", - "entity.cawezs_mantle_to_stratus.uiron": "Uiron", - "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", - "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", - "subtitles.cawezs_mantle_to_stratus": "Music Plays", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", - "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", - "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", - "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", - "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", - "biome.cawezs_mantle_to_stratus.volcano": "Volcano", - "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", - "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", - "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", - "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", - "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", - "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", - "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", - "entity.cawezs_mantle_to_stratus.haunter": "Haunter", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", - "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", - "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", - "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", - "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", - "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", - "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", - "block.cawezs_mantle_to_stratus.solitite": "Solitite", - "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", - "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", - "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", - "item.cawezs_mantle_to_stratus.banisher": "Banisher", - "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", - "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", - "block.cawezs_mantle_to_stratus.fortite": "Fortite", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", - "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", - "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", - "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", - "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", - "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", - "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", - "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", - "subtitles.desolated": "Music Plays", - "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", - "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", - "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", - "biome.cawezs_mantle_to_stratus.supersized": "Supersized", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", - "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", - "biome.cawezs_mantle_to_stratus.dry": "Dry", - "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", - "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", - "entity.cawezs_mantle_to_stratus.aceer": "Aceer", - "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", - "entity.cawezs_mantle_to_stratus.callion": "Callion", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", - "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", - "block.cawezs_mantle_to_stratus.haelium": "Haelium", - "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", - "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", - "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", - "item.cawezs_mantle_to_stratus.finisher": "Finisher", - "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", - "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", - "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", - "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", - "subtitles.goodbye": "Music Plays", - "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", - "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", - "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", - "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", - "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", - "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", - "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", - "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", - "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", - "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", - "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", - "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", - "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", - "item.cawezs_mantle_to_stratus.absorber": "Absorber", - "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", - "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", - "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", - "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [ - { - "name": "Heights", - "children": [] - }, - { - "name": "Depths", - "children": [] - }, - { - "name": "Flipped", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Grasslands", - "children": [] - }, - { - "name": "Dungeons", - "children": [] - }, - { - "name": "Frozen", - "children": [] - }, - { - "name": "Crystals", - "children": [ - { - "name": "Structures", - "children": [] - } - ] - }, - { - "name": "Monoliths", - "children": [] - }, - { - "name": "Trees", - "children": [] - }, - { - "name": "Clouds", - "children": [] - }, - { - "name": "Dry", - "children": [] - }, - { - "name": "Cliffs", - "children": [] - }, - { - "name": "Stars", - "children": [] - }, - { - "name": "Exhumed", - "children": [] - }, - { - "name": "Supersized", - "children": [] - }, - { - "name": "Volcano", - "children": [] - }, - { - "name": "Cherries", - "children": [] - } - ] - }, - { - "name": "Bases", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [ - { - "name": "Ores", - "children": [ - { - "name": "Tiles", - "children": [] - }, - { - "name": "Items", - "children": [] - } - ] - }, - { - "name": "EyeCannon", - "children": [] - }, - { - "name": "Absorber", - "children": [] - }, - { - "name": "Somnoporter", - "children": [] - }, - { - "name": "VerglasLabrys", - "children": [] - }, - { - "name": "OrbOfSatiety", - "children": [] - }, - { - "name": "DiurnalController", - "children": [] - }, - { - "name": "Asteroid", - "children": [] - }, - { - "name": "AncientSunlight", - "children": [] - }, - { - "name": "Finisher", - "children": [] - }, - { - "name": "EndlessScaffolding", - "children": [] - }, - { - "name": "EclarisStaff", - "children": [] - }, - { - "name": "UnstableTeleporter", - "children": [] - }, - { - "name": "QueenBow", - "children": [] - }, - { - "name": "HollowEgg", - "children": [] - }, - { - "name": "Banisher", - "children": [] - }, - { - "name": "Amulets", - "children": [] - }, - { - "name": "Essences", - "children": [] - }, - { - "name": "StarforgedPickaxe", - "children": [] - }, - { - "name": "Armor_1", - "children": [] - }, - { - "name": "Armor_2", - "children": [] - }, - { - "name": "PotionFlight", - "children": [] - }, - { - "name": "PotionSpelunk", - "children": [] - }, - { - "name": "Bloods", - "children": [] - }, - { - "name": "Parry_Staff", - "children": [] - }, - { - "name": "WandOfLight", - "children": [] - }, - { - "name": "RevelationBell", - "children": [] - }, - { - "name": "Music", - "children": [] - } - ] - }, - { - "name": "Mod", - "children": [] - }, - { - "name": "Mobs", - "children": [ - { - "name": "Hostile", - "children": [ - { - "name": "Haunter", - "children": [] - }, - { - "name": "Ceilock", - "children": [] - }, - { - "name": "Nymbus", - "children": [] - } - ] - }, - { - "name": "Passive", - "children": [ - { - "name": "Callion", - "children": [] - }, - { - "name": "Aceer", - "children": [] - }, - { - "name": "Uiron", - "children": [] - } - ] - }, - { - "name": "Bosses", - "children": [ - { - "name": "Stylus", - "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.21.1", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400452410 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_202244 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_141704 similarity index 99% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_202244 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_141704 index 23cd610..5ccfdc6 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_202244 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_141704 @@ -4371,6 +4371,41 @@ ] }, "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" } ], "variable_elements": [ @@ -4629,8 +4664,8 @@ "en_us": { "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", "subtitles.beyond": "Music Plays", @@ -4638,16 +4673,16 @@ "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "entity.cawezs_mantle_to_stratus.uiron": "Uiron", "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", "subtitles.cawezs_mantle_to_stratus": "Music Plays", "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_201444 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_142305 similarity index 98% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_201444 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_142305 index ec0ca81..577859c 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_201444 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250226_142305 @@ -3702,7 +3702,6 @@ "metadata": { "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" ] @@ -3825,8 +3824,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" ] }, "path": "~/Mobs/Hostile/Ceilock" @@ -4077,7 +4075,6 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" ] }, @@ -4164,8 +4161,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" ] }, "path": "~/Mobs/Passive/Callion" @@ -4209,7 +4205,6 @@ "registry_name": "aceer", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" @@ -4276,7 +4271,6 @@ "metadata": { "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" ] @@ -4362,6 +4356,56 @@ ] }, "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" } ], "variable_elements": [ @@ -4613,7 +4657,8 @@ "Haunter", "Nymbus", "Ceilock", - "AncientStylus" + "AncientStylus", + "Singularity" ] }, "language_map": { @@ -4728,6 +4773,7 @@ "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", @@ -4742,6 +4788,7 @@ "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" @@ -5023,6 +5070,10 @@ { "name": "Stylus", "children": [] + }, + { + "name": "Singularity", + "children": [] } ] } diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_182813 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_100334 similarity index 98% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_182813 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_100334 index d5b87da..577859c 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_182813 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_100334 @@ -3702,7 +3702,6 @@ "metadata": { "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" ] @@ -3825,8 +3824,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" ] }, "path": "~/Mobs/Hostile/Ceilock" @@ -4077,7 +4075,6 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" ] }, @@ -4164,8 +4161,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" ] }, "path": "~/Mobs/Passive/Callion" @@ -4209,7 +4205,6 @@ "registry_name": "aceer", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" @@ -4276,7 +4271,6 @@ "metadata": { "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" ] @@ -4362,6 +4356,56 @@ ] }, "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" } ], "variable_elements": [ @@ -4613,15 +4657,16 @@ "Haunter", "Nymbus", "Ceilock", - "AncientStylus" + "AncientStylus", + "Singularity" ] }, "language_map": { "en_us": { "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", "subtitles.beyond": "Music Plays", @@ -4629,16 +4674,16 @@ "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", "entity.cawezs_mantle_to_stratus.uiron": "Uiron", "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", "subtitles.cawezs_mantle_to_stratus": "Music Plays", "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", @@ -4664,13 +4709,13 @@ "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", "block.cawezs_mantle_to_stratus.solitite": "Solitite", "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", "item.cawezs_mantle_to_stratus.banisher": "Banisher", "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", "biome.cawezs_mantle_to_stratus.stars": "Stars", @@ -4728,6 +4773,7 @@ "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", @@ -4742,6 +4788,7 @@ "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" @@ -5023,6 +5070,10 @@ { "name": "Stylus", "children": [] + }, + { + "name": "Singularity", + "children": [] } ] } diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_183413 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_101504 similarity index 97% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_183413 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_101504 index 444d579..e9c3eda 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250223_183413 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_101504 @@ -3702,7 +3702,6 @@ "metadata": { "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" ] @@ -3825,8 +3824,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" ] }, "path": "~/Mobs/Hostile/Ceilock" @@ -4077,7 +4075,6 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" ] }, @@ -4164,8 +4161,7 @@ "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", - "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json" + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" ] }, "path": "~/Mobs/Passive/Callion" @@ -4209,7 +4205,6 @@ "registry_name": "aceer", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/aceer_biome_modifier.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" @@ -4276,7 +4271,6 @@ "metadata": { "files": [ "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" ] @@ -4362,6 +4356,123 @@ ] }, "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_soul_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" } ], "variable_elements": [ @@ -4613,32 +4724,37 @@ "Haunter", "Nymbus", "Ceilock", - "AncientStylus" + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" ] }, "language_map": { "en_us": { "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", "subtitles.beyond": "Music Plays", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "entity.cawezs_mantle_to_stratus.uiron": "Uiron", "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", "subtitles.cawezs_mantle_to_stratus": "Music Plays", "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", @@ -4664,13 +4780,13 @@ "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on a conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", "block.cawezs_mantle_to_stratus.solitite": "Solitite", "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", - "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 coal blocks in the Below", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", "item.cawezs_mantle_to_stratus.banisher": "Banisher", "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", "biome.cawezs_mantle_to_stratus.stars": "Stars", @@ -4728,8 +4844,10 @@ "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", @@ -4739,9 +4857,11 @@ "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" @@ -5023,6 +5143,14 @@ { "name": "Stylus", "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "children": [] } ] } diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102134 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102134 new file mode 100644 index 0000000..f8d7b97 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102134 @@ -0,0 +1,5212 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_soul_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102734 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102734 new file mode 100644 index 0000000..f8d7b97 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_102734 @@ -0,0 +1,5212 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/gladiator_soul_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103334 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103334 new file mode 100644 index 0000000..9711d4f --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103334 @@ -0,0 +1,5210 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103934 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103934 new file mode 100644 index 0000000..4a5332c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_103934 @@ -0,0 +1,5224 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_entity_is_hurt", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mobs/Bosses/Singularity" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_104534 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_104534 new file mode 100644 index 0000000..4a5332c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_104534 @@ -0,0 +1,5224 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_entity_is_hurt", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mobs/Bosses/Singularity" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_105134 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_105134 new file mode 100644 index 0000000..4a5332c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20250228_105134 @@ -0,0 +1,5224 @@ +{ + "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/Depths" + }, + { + "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/Depths" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" + ] + }, + "path": "~/Places/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/placed_feature/slimedeltas.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json" + ] + }, + "path": "~/Places/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/worldgen/placed_feature/wetlandcrosses.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Depths" + }, + { + "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/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" + ] + }, + "path": "~/Places/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/worldgen/configured_feature/massive_mushroom.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Warpedpatch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "warpedpatch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_feature/crimsonpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/lanternpatch.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms" + }, + { + "name": "Flippedmushroom", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "flippedmushroom", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/flippedmushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flippedmushroom.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FlippedmushroomFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flippedmushroom.json" + ] + }, + "path": "~/Places/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": "~/Places/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/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_set/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Grasslands" + }, + { + "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/Depths" + }, + { + "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/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" + ] + }, + "path": "~/Places/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/configured_feature/frozensoulpatch.json", + "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" + ] + }, + "path": "~/Places/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/configured_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/placed_feature/frozenpowder.json" + ] + }, + "path": "~/Places/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/Depths" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "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/neoforge/biome_modifier/crystalgrowth_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalgrowth.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Crystals" + }, + { + "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/Flipped" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json" + ] + }, + "path": "~/Places/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": "~/Places/Biomes/Monoliths" + }, + { + "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/Heights" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treesflowers", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesflowers", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" + ] + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "Treespatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treespatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/cloudsvapor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" + ] + }, + "path": "~/Places/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/Heights" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "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", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drybones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drybones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" + ] + }, + "path": "~/Places/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/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drycactus", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drycactus", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json", + "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" + ] + }, + "path": "~/Places/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/neoforge/biome_modifier/drysand_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": true, + "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/Heights" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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": "~/Places/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/Flipped" + }, + { + "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": "~/Places/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": "~/Places/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": "~/Places/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", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarlightFeature.java" + ] + }, + "path": "~/Places/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": "~/Places/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": "~/Places/Biomes/Stars" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": true, + "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/Depths" + }, + { + "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": "~/Places/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": "~/Places/Biomes/Buried Wetlands" + }, + { + "name": "Crystalground", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalground", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalground_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalground.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "Crystalair", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalair", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalair.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalair_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalair.json" + ] + }, + "path": "~/Places/Biomes/Crystals/Structures" + }, + { + "name": "CeilingCrystal", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceiling_crystal", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilingCrystalProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Crystalceiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalceiling", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CrystalceilingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crystalceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystalceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystalceiling.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Mushroomgiant", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomgiant", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomgiant.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomgiant_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomgiant.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Mushroomdetails", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "mushroomdetails", + "metadata": { + "has_nbt_structure": true, + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mushroomdetails.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mushroomdetails_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mushroomdetails.json" + ] + }, + "path": "~/Places/Biomes/Mushrooms/Structures" + }, + { + "name": "Outline", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "outline", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/outline.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/outline_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Crystals" + }, + { + "name": "Exhumed", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/exhumed.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json" + ] + }, + "path": "~/Places/Depths" + }, + { + "name": "Exhumedvegetation", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumedvegetation", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumedvegetation_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_tree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAir", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_air", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_air.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/ExhumedAirFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_air_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json" + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "ExhumedAirAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "exhumed_air_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "heights", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "Dryislands", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "dryislands", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dryislands.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/dryislands_biome_modifier.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Drylargebones", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drylargebones", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drylargebones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drylargebones.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drylargebones.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "CloudShrub", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_shrub", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloud_shrub.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloud_shrub_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Drysandstonepile", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drysandstonepile", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysandstonepile.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysandstonepile_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysandstonepile.json" + ] + }, + "path": "~/Places/Biomes/Dry" + }, + { + "name": "Treesfloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesfloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesfloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesfloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesfloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Trees" + }, + { + "name": "CloudStrucs", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs1", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_1", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_1.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_1.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs2", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_2.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs3", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_3.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "CloudStrucs4", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "cloud_strucs_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/cloud_strucs_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/cloud_strucs_4.json" + ] + }, + "path": "~/Places/Biomes/Clouds" + }, + { + "name": "Cliffdelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffdelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffdelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffdelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffdelta.json" + ] + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Clifffloating", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "clifffloating", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/clifffloating_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clifffloating.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clifffloating.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cliffs" + }, + { + "name": "Pillarfloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillarfloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillarfloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillarfloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillarfloat.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Monoliths" + }, + { + "name": "Supersized", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "supersized", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/supersized.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "SupersizedTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_tree.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedPlants", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_plants", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_plants_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_plants.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_plants.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedHive", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_hive_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_hive.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_lake.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "SupersizedFloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "supersized_float", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/supersized_float_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/supersized_float.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/supersized_float.json" + ] + }, + "path": "~/Places/Biomes/Supersized" + }, + { + "name": "Volcano", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "volcano", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/volcano.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_tree.json" + ] + }, + "path": "~/Places/Heights" + }, + { + "name": "VolcanoBulge", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_bulge", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_bulge.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_bulge_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_bulge.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanodelta", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanodelta", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanodelta.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanodelta_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanodelta.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanotree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanotree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanotree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanotree_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanopillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanopillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanopillar.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanopillar_biome_modifier.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Volcanofloat", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcanofloat", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcanofloat.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcanofloat_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcanofloat.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "VolcanoDryLake", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "volcano_dry_lake", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/volcano_dry_lake_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/volcano_dry_lake.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/volcano_dry_lake.json" + ] + }, + "path": "~/Places/Biomes/Volcano" + }, + { + "name": "Inverted", + "type": "dimension", + "compiles": true, + "locked_code": true, + "registry_name": "inverted", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/inverted.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/InvertedDimension.java", + "src/main/resources/data/cawezs_mantle_to_stratus/dimension/inverted.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "FlippedCherries", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "flipped_cherries", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/flipped_cherries.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/flipped_cherries_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/flipped_cherries_tree.json" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloor", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "inverted_floor", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/inverted_floor_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/inverted_floor.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/inverted_floor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/InvertedFloorFeature.java" + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "InvertedFloorAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "inverted_floor_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/InvertedFloorAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Flipped" + }, + { + "name": "StarlightAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starlight_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarlightAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Biomes/Stars" + }, + { + "name": "CherryCeiling", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cherry_ceiling", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cherry_ceiling_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cherry_ceiling.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cherry_ceiling.json" + ], + "has_nbt_structure": true + }, + "path": "~/Places/Biomes/Cherries" + }, + { + "name": "DetectCDC", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "detect_cdc", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DetectCDCProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mod" + }, + { + "name": "BaseGroundBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BaseGroundBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseGround", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "base_ground", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/BaseGroundBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/base_ground.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/base_ground.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/base_ground.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "BaseStruct", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "base_struct", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/base_struct_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/base_struct.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/base_struct.json" + ] + }, + "path": "~/Places/Bases" + }, + { + "name": "Haelium", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "haelium", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/haelium.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/haelium.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/HaeliumBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "OreBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ore_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "blockstate", + "type": "blockstate" + }, + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Aminalite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/aminalite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AminaliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Solitite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "solitite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/solitite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/SolititeBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/solitite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/solitite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Fortite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fortite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fortite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FortiteBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fortite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fortite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Obsidilite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/obsidilite.json", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/obsidilite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/ObsidiliteBlock.java" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "Celeritite", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/block/CelerititeBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/celeritite.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite.json" + ] + }, + "path": "~/Items/Ores/Tiles" + }, + { + "name": "HaeliumGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "haelium_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haelium_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HaeliumGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "AminaliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "aminalite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AminaliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aminalite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "SolititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "solitite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/solitite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SolititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "FortiteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "fortite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fortite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/FortiteGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "CelerititeGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "celeritite_gemstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/celeritite_gemstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/CelerititeGemstoneItem.java" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "ObsidiliteGemstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "obsidilite_gemstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/ObsidiliteGemstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/obsidilite_gemstone.json" + ] + }, + "path": "~/Items/Ores/Items" + }, + { + "name": "EssenceAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_aeris", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_aeris.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceAerisItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_storm.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_overgrowth", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_overgrowth.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceOvergrowthItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_grimstone", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_grimstone.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGrimstoneItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_gloom.json" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "EssenceIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "essence_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/essence_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EssenceIchorItem.java" + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "BloodGloom", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_gloom", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGloomItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_gloom.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodIchor", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_ichor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_ichor.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodIchorItem.java" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodAeris", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_aeris", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodAerisItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_aeris.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodGrimstone", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_grimstone", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodGrimstoneItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_grimstone.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodOvergrowth", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_overgrowth", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodOvergrowthItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_overgrowth.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "BloodStorm", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "blood_storm", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BloodStormItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/blood_storm.json" + ] + }, + "path": "~/Items/Bloods" + }, + { + "name": "EssenceInventory", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "essence_inventory", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EssenceInventoryProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Essences" + }, + { + "name": "RoseAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rose_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RoseAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rose_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmuletItemInInventoryTick", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "amulet_item_in_inventory_tick", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AmuletItemInInventoryTickProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "RougeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "rouge_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/RougeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/rouge_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AmberAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "amber_amulet", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/amber_amulet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AmberAmuletItem.java" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "CobaltAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "cobalt_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/CobaltAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/cobalt_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "AzureAmulte", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "azure_amulte", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AzureAmulteItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/azure_amulte.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "JadeAmulet", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "jade_amulet", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/JadeAmuletItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/jade_amulet.json" + ] + }, + "path": "~/Items/Amulets" + }, + { + "name": "BuriedArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BuriedArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_helmet.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_leggings.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/buried_armor_chestplate.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/buried_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorHelmetTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_helmet_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorHelmetTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorBootsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_boots_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorBootsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorChestplateTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_chestplate_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorChestplateTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "BuriedArmorLeggingsTickEvent", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "buried_armor_leggings_tick_event", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BuriedArmorLeggingsTickEventProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Armor_1" + }, + { + "name": "HeavenArmor", + "type": "armor", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_chestplate.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_helmet.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HeavenArmorItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_boots.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/heaven_armor_leggings.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorHelmetRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_helmet_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_helmet_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorChestplateRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_chestplate_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_chestplate_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorLeggingsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_leggings_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_leggings_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "HeavenArmorBootsRecipe", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "heaven_armor_boots_recipe", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/heaven_armor_boots_recipe.json" + ] + }, + "path": "~/Items/Armor_2" + }, + { + "name": "VerglasLabrysLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/VerglasLabrysLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "sourceentity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "VerglasLabrys", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "verglas_labrys", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/VerglasLabrysItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/verglas_labrys.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "Verglas", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "verglas", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/verglas.json" + ] + }, + "path": "~/Items/VerglasLabrys" + }, + { + "name": "FinisherEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "finisher_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FinisherEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "Finisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "finisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/FinisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/finisher.json" + ] + }, + "path": "~/Items/Finisher" + }, + { + "name": "EclarisStaffRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EclarisStaffRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "EclarisStaff", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eclaris_staff", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eclaris_staff.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EclarisStaffItem.java" + ] + }, + "path": "~/Items/EclarisStaff" + }, + { + "name": "QueenBow", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/queen_bow.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/QueenBowItem.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDart", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/PoisonDartEntity.java" + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PoisonDartProjectileHitsLivingEntity", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "poison_dart_projectile_hits_living_entity", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PoisonDartProjectileHitsLivingEntityProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowCanUseRangedItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_can_use_ranged_item", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowCanUseRangedItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "QueenBowRangedItemShootsProjectile", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "queen_bow_ranged_item_shoots_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/QueenBowRangedItemShootsProjectileProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/QueenBow" + }, + { + "name": "PhantomSword", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword_0.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/PhantomSwordItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/phantom_sword.json" + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "PhantomSwordEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "phantom_sword_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PhantomSwordEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Parry_Staff" + }, + { + "name": "Banisher", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "banisher", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BanisherItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/banisher.json" + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "BanisherLivingEntityIsHitWithTool", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "banisher_living_entity_is_hit_with_tool", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BanisherLivingEntityIsHitWithToolProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Items/Banisher" + }, + { + "name": "TorchProjectileProjectileHitsBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile_projectile_hits_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/TorchProjectileProjectileHitsBlockProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "TorchProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "torch_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/TorchProjectileEntity.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "WandOfLight", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "wand_of_light", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/wand_of_light.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/WandOfLightItem.java" + ] + }, + "path": "~/Items/WandOfLight" + }, + { + "name": "StarforgedPickaxeEntitySwingsItem", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe_entity_swings_item", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarforgedPickaxeEntitySwingsItemProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "StarforgedPickaxe", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "starforged_pickaxe", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/starforged_pickaxe.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/StarforgedPickaxeItem.java" + ] + }, + "path": "~/Items/StarforgedPickaxe" + }, + { + "name": "AbsorberRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "absorber_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AbsorberRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "Absorber", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "absorber", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/absorber.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/AbsorberItem.java" + ] + }, + "path": "~/Items/Absorber" + }, + { + "name": "EyeCanonRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EyeCanonRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "EyeCanon", + "type": "tool", + "compiles": true, + "locked_code": false, + "registry_name": "eye_canon", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/eye_canon.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/EyeCanonItem.java" + ] + }, + "path": "~/Items/EyeCannon" + }, + { + "name": "DiurnalControllerRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "DiurnalController", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "diurnal_controller", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/DiurnalControllerItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/diurnal_controller.json" + ] + }, + "path": "~/Items/DiurnalController" + }, + { + "name": "AsteroidRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "asteroid_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AsteroidRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "Asteroid", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "asteroid", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AsteroidItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/asteroid.json" + ] + }, + "path": "~/Items/Asteroid" + }, + { + "name": "AncientSunlight", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/ancient_sunlight.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/AncientSunlightBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/ancient_sunlight.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_sunlight.json" + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "Hollowegg", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "hollowegg", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/hollowegg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/HolloweggItem.java" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowcreeper", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowcreeper", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowcreeper.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowzombie", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowzombie", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowzombie.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowskeleton", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowskeleton", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowskeleton.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowwither", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowwither", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowwither.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowdragon", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowdragon", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowdragon.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "Hollowpiglin", + "type": "recipe", + "compiles": true, + "locked_code": false, + "registry_name": "hollowpiglin", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/recipe/hollowpiglin.json" + ] + }, + "path": "~/Items/HollowEgg" + }, + { + "name": "SomnoporterRightclickedOnBlock", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter_rightclicked_on_block", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SomnoporterRightclickedOnBlockProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "Somnoporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "somnoporter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/somnoporter.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/SomnoporterItem.java" + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporterRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UnstableTeleporterRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "y", + "type": "number" + } + ] + }, + "path": "~/Items/Somnoporter" + }, + { + "name": "UnstableTeleporter", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "unstable_teleporter", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/UnstableTeleporterItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/unstable_teleporter.json" + ] + }, + "path": "~/Items/UnstableTeleporter" + }, + { + "name": "Orbofsatiety", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "orbofsatiety", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/OrbofsatietyItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/orbofsatiety.json" + ] + }, + "path": "~/Items/OrbOfSatiety" + }, + { + "name": "AncientSunlightBlockAdded", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_added", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockAddedProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "AncientSunlightBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_sunlight_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientSunlightBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/AncientSunlight" + }, + { + "name": "EndlessScaffoldingBlockIsPlacedBy", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding_block_is_placed_by", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/EndlessScaffoldingBlockIsPlacedByProcedure.java" + ], + "dependencies": [ + { + "name": "itemstack", + "type": "itemstack" + } + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "EndlessScaffolding", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "endless_scaffolding", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/endless_scaffolding.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/endless_scaffolding.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/EndlessScaffoldingBlock.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/endless_scaffolding.json" + ] + }, + "path": "~/Items/EndlessScaffolding" + }, + { + "name": "Haunter", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "haunter", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/haunter_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/HaunterRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/HaunterEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "HaunterEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "haunter_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/HaunterEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Haunter" + }, + { + "name": "Ceilock", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CeilockRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ceilock_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockProjectile", + "type": "projectile", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_projectile", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CeilockProjectileEntity.java" + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "CeilockDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "ceilock_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilockDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Ceilock" + }, + { + "name": "BellOfRevelationRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/BellOfRevelationRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "itemstack", + "type": "itemstack" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "BellOfRevelation", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "bell_of_revelation", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/bell_of_revelation.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/BellOfRevelationItem.java" + ] + }, + "path": "~/Items/RevelationBell" + }, + { + "name": "Beyondallthatliesbeneath", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "beyondallthatliesbeneath", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/BeyondallthatliesbeneathItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/beyondallthatliesbeneath.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/beyondallthatliesbeneath.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "DesolatedWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "desolated_world", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/desolated_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/DesolatedWorldItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/desolated_world.json" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "GoodbyeWorld", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "goodbye_world", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/goodbye_world.json", + "src/main/resources/data/cawezs_mantle_to_stratus/jukebox_song/goodbye_world.json", + "src/main/java/net/mcreator/cawezsmantletostratus/item/GoodbyeWorldItem.java" + ] + }, + "path": "~/Items/Music" + }, + { + "name": "NymbusOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Nymbus", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/NymbusEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/nymbus_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/NymbusRenderer.java" + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_entity_is_hurt", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "NymbusDeath", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "nymbus_death", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/NymbusDeathProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Hostile/Nymbus" + }, + { + "name": "Callion", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "callion", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/CallionRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/callion_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/CallionEntity.java" + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "CallionEntityDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "callion_entity_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CallionEntityDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Callion" + }, + { + "name": "Aceer", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "aceer", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/AceerEntity.java", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/AceerRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/aceer_spawn_egg.json" + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "AceerDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "aceer_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AceerDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Aceer" + }, + { + "name": "Uiron", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "uiron", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/UironRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/uiron_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/UironEntity.java" + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "UironDies", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "uiron_dies", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/UironDiesProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Passive/Uiron" + }, + { + "name": "AncientStylus", + "type": "item", + "compiles": true, + "locked_code": false, + "registry_name": "ancient_stylus", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/item/AncientStylusItem.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/ancient_stylus.json" + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "AncientStylusRightclicked", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ancient_stylus_rightclicked", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/AncientStylusRightclickedProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Stylus" + }, + { + "name": "Singularity", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "singularity", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/singularity_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_entity_is_hurt", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mobs/Bosses/Singularity" + } + ], + "variable_elements": [ + { + "name": "HP_0", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_1", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_2", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_3", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_4", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + }, + { + "name": "HP_5", + "type": "logic", + "scope": "player_lifetime", + "value": "false" + } + ], + "sound_elements": [ + { + "name": "beyond", + "files": [ + "beyond_all_that_lies_beneath" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "desolated", + "files": [ + "desolated_wonders" + ], + "category": "record", + "subtitle": "Music Plays" + }, + { + "name": "goodbye", + "files": [ + "goodbye_world" + ], + "category": "record", + "subtitle": "Music Plays" + } + ], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:chest_armor": [ + "~CUSTOM:HeavenArmor.body", + "~CUSTOM:BuriedArmor.body" + ], + "BLOCKS:minecraft:needs_diamond_tool": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ENTITIES:minecraft:undead": [ + "~CUSTOM:Haunter" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:Absorber", + "~CUSTOM:WandOfLight", + "~CUSTOM:QueenBow" + ], + "ITEMS:minecraft:pickaxes": [ + "~CUSTOM:StarforgedPickaxe" + ], + "ENTITIES:minecraft:arthropod": [ + "~CUSTOM:Nymbus", + "~CUSTOM:Ceilock" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "ITEMS:minecraft:hoes": [ + "~CUSTOM:EyeCanon", + "~CUSTOM:Banisher" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.AIR", + "~Blocks.STONEBRICK#2", + "~Blocks.SAND#1", + "~Blocks.STONE#1", + "~Blocks.ROOTED_DIRT", + "~Blocks.STAINED_GLASS#0", + "~Blocks.DIRT#1", + "~Blocks.STONE#5", + "~Blocks.GRASS", + "~Blocks.RED_SANDSTONE#0", + "~Blocks.CALCITE", + "~Blocks.LAPIS_BLOCK", + "~Blocks.BLACKSTONE", + "~Blocks.RAW_COPPER_BLOCK", + "~Blocks.BASALT", + "~Blocks.STAINED_HARDENED_CLAY#4", + "~Blocks.STAINED_HARDENED_CLAY#1", + "~Blocks.STAINED_HARDENED_CLAY#0", + "~Blocks.CONCRETE#8", + "~Blocks.CONCRETE#11", + "~Blocks.STAINED_HARDENED_CLAY#3", + "~Blocks.STAINED_HARDENED_CLAY#10", + "~Blocks.STAINED_HARDENED_CLAY#11", + "~Blocks.TUFF" + ], + "ITEMS:minecraft:music_discs": [ + "~CUSTOM:GoodbyeWorld", + "~CUSTOM:DesolatedWorld", + "~CUSTOM:Beyondallthatliesbeneath" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BLOCKS:minecraft:mineable/pickaxe": [ + "~CUSTOM:Celeritite", + "~CUSTOM:Obsidilite", + "~CUSTOM:Fortite", + "~CUSTOM:Solitite", + "~CUSTOM:Aminalite", + "~CUSTOM:Haelium" + ], + "ITEMS:minecraft:axes": [ + "~CUSTOM:VerglasLabrys" + ], + "ITEMS:minecraft:swords": [ + "~CUSTOM:Finisher" + ], + "ITEMS:minecraft:shovels": [ + "~CUSTOM:EclarisStaff" + ], + "ITEMS:minecraft:head_armor": [ + "~CUSTOM:HeavenArmor.helmet", + "~CUSTOM:BuriedArmor.helmet" + ], + "ITEMS:minecraft:foot_armor": [ + "~CUSTOM:HeavenArmor.boots", + "~CUSTOM:BuriedArmor.boots" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "ITEMS:minecraft:leg_armor": [ + "~CUSTOM:HeavenArmor.legs", + "~CUSTOM:BuriedArmor.legs" + ] + }, + "tab_element_order": { + "CUSTOM:MtS": [ + "Haelium", + "Aminalite", + "Solitite", + "Fortite", + "Obsidilite", + "Celeritite", + "HaeliumGemstone", + "AminaliteGemstone", + "SolititeGemstone", + "FortiteGemstone", + "CelerititeGemstone", + "ObsidiliteGemstone", + "EssenceAeris", + "EssenceStorm", + "EssenceOvergrowth", + "EssenceGrimstone", + "EssenceGloom", + "EssenceIchor", + "BloodGloom", + "BloodIchor", + "BloodAeris", + "BloodGrimstone", + "BloodOvergrowth", + "BloodStorm", + "RoseAmulet", + "RougeAmulet", + "AmberAmulet", + "CobaltAmulet", + "AzureAmulte", + "JadeAmulet", + "BuriedArmor", + "HeavenArmor", + "VerglasLabrys", + "Finisher", + "EclarisStaff", + "QueenBow", + "PhantomSword", + "Banisher", + "WandOfLight", + "StarforgedPickaxe", + "Absorber", + "EyeCanon", + "DiurnalController", + "Asteroid", + "AncientSunlight", + "Hollowegg", + "Somnoporter", + "UnstableTeleporter", + "Orbofsatiety", + "EndlessScaffolding", + "BellOfRevelation", + "Beyondallthatliesbeneath", + "DesolatedWorld", + "GoodbyeWorld", + "Callion", + "Aceer", + "Uiron", + "Haunter", + "Nymbus", + "Ceilock", + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" + ] + }, + "language_map": { + "en_us": { + "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", + "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", + "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", + "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", + "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", + "subtitles.beyond": "Music Plays", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", + "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", + "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", + "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", + "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", + "entity.cawezs_mantle_to_stratus.uiron": "Uiron", + "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", + "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", + "subtitles.cawezs_mantle_to_stratus": "Music Plays", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", + "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", + "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", + "item.cawezs_mantle_to_stratus.queen_bow.description_0": "Converts honeycombs to poison darts", + "block.cawezs_mantle_to_stratus.aminalite": "Aminalite", + "biome.cawezs_mantle_to_stratus.volcano": "Volcano", + "entity.cawezs_mantle_to_stratus.nymbus": "Nymbus", + "item.cawezs_mantle_to_stratus.essence_aeris": "Essence of Aeris", + "item.cawezs_mantle_to_stratus.essence_grimstone": "Essence of Grimstone", + "item.cawezs_mantle_to_stratus.buried_armor_boots.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.buried_armor_chestplate": "Buried Chestplate", + "item.cawezs_mantle_to_stratus.essence_ichor": "Essence of Ichor", + "item.cawezs_mantle_to_stratus.eye_canon": "Eye Canon", + "item.cawezs_mantle_to_stratus.desolated_world.desc": "oddcharm* - Desolated World", + "entity.cawezs_mantle_to_stratus.haunter": "Haunter", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "item.cawezs_mantle_to_stratus.asteroid.description_0": "You feel like you should move...", + "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath": "Music Disc", + "block.cawezs_mantle_to_stratus.obsidilite": "Obsidilite", + "item.cawezs_mantle_to_stratus.haunter_spawn_egg": "Haunter Spawn Egg", + "item.cawezs_mantle_to_stratus.asteroid": "Asteroid", + "block.cawezs_mantle_to_stratus.ancient_sunlight.description_0": "Banish the Shadows", + "item.cawezs_mantle_to_stratus.rouge_amulet": "Rouge Amulet", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_2": "Use on a Jack o\u0027Lantern atop four T-shaped diamond blocks in the Heights", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_1": " ", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_4": "Use on an Conduit in the Inverted", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_3": " ", + "block.cawezs_mantle_to_stratus.solitite": "Solitite", + "item.cawezs_mantle_to_stratus.goodbye_world.desc": "oddcharm* - Goodbye World", + "item.cawezs_mantle_to_stratus.phantom_sword": "Phantom Sword", + "item.cawezs_mantle_to_stratus.orbofsatiety": "Orb of Satiety", + "item.cawezs_mantle_to_stratus.ancient_stylus.description_0": "Use on 4x4x4 Coal Blocks in the Below", + "item.cawezs_mantle_to_stratus.banisher": "Banisher", + "item.cawezs_mantle_to_stratus.obsidilite_gemstone": "Obsidilite Gemstone", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "item.cawezs_mantle_to_stratus.blood_gloom": "Blood of Gloom", + "item.cawezs_mantle_to_stratus.hollowegg": "Hollow Egg", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "item.cawezs_mantle_to_stratus.eclaris_staff": "Eclaris Staff", + "block.cawezs_mantle_to_stratus.fortite": "Fortite", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", + "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", + "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", + "item.cawezs_mantle_to_stratus.phantom_sword.description_1": "6 Attack Damage", + "item.cawezs_mantle_to_stratus.wand_of_light": "Wand Of Light", + "item.cawezs_mantle_to_stratus.essence_gloom": "Essence of Gloom", + "item.cawezs_mantle_to_stratus.phantom_sword.description_0": "Can block like a shield", + "item.cawezs_mantle_to_stratus.banisher.description_0": "Sends foes elsewhere", + "subtitles.desolated": "Music Plays", + "item.cawezs_mantle_to_stratus.essence_overgrowth": "Essence of Overgrowth", + "item.cawezs_mantle_to_stratus.heaven_armor_helmet": "Heaven Helmet", + "item.cawezs_mantle_to_stratus.buried_armor_leggings": "Buried Leggings", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "item.cawezs_mantle_to_stratus.starforged_pickaxe.description_0": "Can break Bedrock", + "biome.cawezs_mantle_to_stratus.supersized": "Supersized", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate.description_0": "It appears so strong...", + "block.cawezs_mantle_to_stratus.endless_scaffolding.description_0": "Never runs out!", + "biome.cawezs_mantle_to_stratus.dry": "Dry", + "item.cawezs_mantle_to_stratus.heaven_armor_boots.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.bell_of_revelation.description_0": "See those who hide", + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "item.cawezs_mantle_to_stratus.blood_overgrowth": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.rose_amulet": "Rose Amulet", + "entity.cawezs_mantle_to_stratus.aceer": "Aceer", + "item.cawezs_mantle_to_stratus.buried_armor_helmet.description_0": "It appears so weak...", + "entity.cawezs_mantle_to_stratus.callion": "Callion", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "item.cawezs_mantle_to_stratus.uiron_spawn_egg": "Uiron Spawn Egg", + "item.cawezs_mantle_to_stratus.cobalt_amulet": "Cobalt Amulet", + "block.cawezs_mantle_to_stratus.haelium": "Haelium", + "item.cawezs_mantle_to_stratus.solitite_gemstone": "Solitite Gemstone", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings.description_0": "It appears so strong...", + "item.cawezs_mantle_to_stratus.wand_of_light.description_1": "Hight knockback", + "item.cawezs_mantle_to_stratus.wand_of_light.description_0": "Hold to shoots torches", + "item.cawezs_mantle_to_stratus.finisher": "Finisher", + "item.cawezs_mantle_to_stratus.unstable_teleporter": "Unstable Teleporter", + "item.cawezs_mantle_to_stratus.somnoporter": "Somnoporter", + "item.cawezs_mantle_to_stratus.aceer_spawn_egg": "Aceer Spawn Egg", + "item.cawezs_mantle_to_stratus.heaven_armor_chestplate": "Heaven Chestplate", + "subtitles.goodbye": "Music Plays", + "item.cawezs_mantle_to_stratus.finisher.description_0": "Felled beasts will drop more loot", + "item.cawezs_mantle_to_stratus.buried_armor_helmet": "Buried Helmet", + "item.cawezs_mantle_to_stratus.verglas_labrys": "Verglas Labrys", + "entity.cawezs_mantle_to_stratus.singularity": "Singularity", + "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", + "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", + "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", + "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", + "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", + "item.cawezs_mantle_to_stratus.blood_ichor": "Blood of Ichor", + "item.cawezs_mantle_to_stratus.ceilock_spawn_egg": "Ceilock Spawn Egg", + "item.cawezs_mantle_to_stratus.buried_armor_leggings.description_0": "It appears so weak...", + "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", + "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", + "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", + "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", + "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", + "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", + "item.cawezs_mantle_to_stratus.singularity_spawn_egg": "Singularity Spawn Egg", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "item.cawezs_mantle_to_stratus.essence_storm": "Essence of Storm", + "item.cawezs_mantle_to_stratus.heaven_armor_leggings": "Heaven Leggings" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "children": [ + { + "name": "Heights", + "children": [] + }, + { + "name": "Depths", + "children": [] + }, + { + "name": "Flipped", + "children": [] + }, + { + "name": "Biomes", + "children": [ + { + "name": "Buried Wetlands", + "children": [] + }, + { + "name": "Mushrooms", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Grasslands", + "children": [] + }, + { + "name": "Dungeons", + "children": [] + }, + { + "name": "Frozen", + "children": [] + }, + { + "name": "Crystals", + "children": [ + { + "name": "Structures", + "children": [] + } + ] + }, + { + "name": "Monoliths", + "children": [] + }, + { + "name": "Trees", + "children": [] + }, + { + "name": "Clouds", + "children": [] + }, + { + "name": "Dry", + "children": [] + }, + { + "name": "Cliffs", + "children": [] + }, + { + "name": "Stars", + "children": [] + }, + { + "name": "Exhumed", + "children": [] + }, + { + "name": "Supersized", + "children": [] + }, + { + "name": "Volcano", + "children": [] + }, + { + "name": "Cherries", + "children": [] + } + ] + }, + { + "name": "Bases", + "children": [] + } + ] + }, + { + "name": "Items", + "children": [ + { + "name": "Ores", + "children": [ + { + "name": "Tiles", + "children": [] + }, + { + "name": "Items", + "children": [] + } + ] + }, + { + "name": "EyeCannon", + "children": [] + }, + { + "name": "Absorber", + "children": [] + }, + { + "name": "Somnoporter", + "children": [] + }, + { + "name": "VerglasLabrys", + "children": [] + }, + { + "name": "OrbOfSatiety", + "children": [] + }, + { + "name": "DiurnalController", + "children": [] + }, + { + "name": "Asteroid", + "children": [] + }, + { + "name": "AncientSunlight", + "children": [] + }, + { + "name": "Finisher", + "children": [] + }, + { + "name": "EndlessScaffolding", + "children": [] + }, + { + "name": "EclarisStaff", + "children": [] + }, + { + "name": "UnstableTeleporter", + "children": [] + }, + { + "name": "QueenBow", + "children": [] + }, + { + "name": "HollowEgg", + "children": [] + }, + { + "name": "Banisher", + "children": [] + }, + { + "name": "Amulets", + "children": [] + }, + { + "name": "Essences", + "children": [] + }, + { + "name": "StarforgedPickaxe", + "children": [] + }, + { + "name": "Armor_1", + "children": [] + }, + { + "name": "Armor_2", + "children": [] + }, + { + "name": "PotionFlight", + "children": [] + }, + { + "name": "PotionSpelunk", + "children": [] + }, + { + "name": "Bloods", + "children": [] + }, + { + "name": "Parry_Staff", + "children": [] + }, + { + "name": "WandOfLight", + "children": [] + }, + { + "name": "RevelationBell", + "children": [] + }, + { + "name": "Music", + "children": [] + } + ] + }, + { + "name": "Mod", + "children": [] + }, + { + "name": "Mobs", + "children": [ + { + "name": "Hostile", + "children": [ + { + "name": "Haunter", + "children": [] + }, + { + "name": "Ceilock", + "children": [] + }, + { + "name": "Nymbus", + "children": [] + } + ] + }, + { + "name": "Passive", + "children": [ + { + "name": "Callion", + "children": [] + }, + { + "name": "Aceer", + "children": [] + }, + { + "name": "Uiron", + "children": [] + } + ] + }, + { + "name": "Bosses", + "children": [ + { + "name": "Stylus", + "children": [] + }, + { + "name": "Singularity", + "children": [] + }, + { + "name": "Gladiator", + "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.21.1", + "modElementsPackage": "net.mcreator.cawezsmantletostratus" + }, + "mcreatorVersion": 202400452410 +} \ No newline at end of file diff --git a/cawezs_mantle_to_stratus.mcreator b/cawezs_mantle_to_stratus.mcreator index 23cd610..4a5332c 100644 --- a/cawezs_mantle_to_stratus.mcreator +++ b/cawezs_mantle_to_stratus.mcreator @@ -4371,6 +4371,155 @@ ] }, "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "SingularityOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "singularity_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Singularity" + }, + { + "name": "Gladiator", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoul", + "type": "livingentity", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json", + "src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java" + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorSoulOnEntityTickUpdate", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_soul_on_entity_tick_update", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Mobs/Bosses/Gladiator" + }, + { + "name": "GladiatorEntityIsHurt", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "gladiator_entity_is_hurt", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Mobs/Bosses/Singularity" } ], "variable_elements": [ @@ -4622,32 +4771,37 @@ "Haunter", "Nymbus", "Ceilock", - "AncientStylus" + "AncientStylus", + "Singularity", + "Gladiator", + "GladiatorSoul" ] }, "language_map": { "en_us": { "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", "subtitles.beyond": "Music Plays", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "entity.cawezs_mantle_to_stratus.uiron": "Uiron", "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", "subtitles.cawezs_mantle_to_stratus": "Music Plays", "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", @@ -4740,6 +4894,7 @@ "entity.cawezs_mantle_to_stratus.singularity": "Singularity", "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", @@ -4749,6 +4904,7 @@ "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", @@ -5038,6 +5194,10 @@ { "name": "Singularity", "children": [] + }, + { + "name": "Gladiator", + "children": [] } ] } diff --git a/elements/Gladiator.mod.json b/elements/Gladiator.mod.json new file mode 100644 index 0000000..12eb3c7 --- /dev/null +++ b/elements/Gladiator.mod.json @@ -0,0 +1,160 @@ +{ + "_fv": 73, + "_type": "livingentity", + "definition": { + "mobName": "Gladiator", + "mobLabel": "", + "mobModelName": "Biped", + "mobModelTexture": "haunter.png", + "transparentModelCondition": { + "fixedValue": false + }, + "isShakingCondition": { + "fixedValue": false + }, + "solidBoundingBox": { + "fixedValue": false + }, + "visualScale": { + "fixedValue": 1.0 + }, + "boundingBoxScale": { + "fixedValue": 1.0 + }, + "modelLayers": [], + "animations": [], + "modelWidth": 0.6, + "modelHeight": 1.8, + "modelShadowSize": 0.5, + "mountedYOffset": 0.0, + "hasSpawnEgg": true, + "spawnEggBaseColor": { + "value": -1, + "falpha": 0.0 + }, + "spawnEggDotColor": { + "value": -1, + "falpha": 0.0 + }, + "creativeTabs": [ + { + "value": "CUSTOM:MtS" + } + ], + "isBoss": true, + "bossBarColor": "GREEN", + "bossBarType": "PROGRESS", + "equipmentMainHand": { + "value": "" + }, + "equipmentOffHand": { + "value": "" + }, + "equipmentHelmet": { + "value": "" + }, + "equipmentBody": { + "value": "" + }, + "equipmentLeggings": { + "value": "" + }, + "equipmentBoots": { + "value": "" + }, + "mobBehaviourType": "Mob", + "mobCreatureType": "UNDEFINED", + "attackStrength": 7, + "attackKnockback": 0.0, + "knockbackResistance": 100.0, + "movementSpeed": 0.35, + "stepHeight": 0.6, + "armorBaseValue": 0.0, + "trackingRange": 128, + "followRange": 64, + "health": 100, + "xpAmount": 0, + "waterMob": false, + "breatheUnderwater": { + "fixedValue": false + }, + "pushedByFluids": { + "fixedValue": true + }, + "flyingMob": false, + "inventorySize": 9, + "inventoryStackSize": 64, + "disableCollisions": false, + "ridable": false, + "canControlForward": false, + "canControlStrafe": false, + "immuneToFire": false, + "immuneToArrows": false, + "immuneToFallDamage": false, + "immuneToCactus": false, + "immuneToDrowning": false, + "immuneToLightning": false, + "immuneToPotions": false, + "immuneToPlayer": false, + "immuneToExplosion": false, + "immuneToTrident": false, + "immuneToAnvil": false, + "immuneToWither": false, + "immuneToDragonBreath": false, + "mobDrop": { + "value": "" + }, + "livingSound": { + "value": "" + }, + "hurtSound": { + "value": "entity.generic.hurt" + }, + "deathSound": { + "value": "entity.generic.death" + }, + "stepSound": { + "value": "" + }, + "raidCelebrationSound": { + "value": "" + }, + "entityDataEntries": [], + "whenMobIsHurt": { + "name": "GladiatorEntityIsHurt" + }, + "onMobTickUpdate": { + "name": "GladiatorOnEntityTickUpdate" + }, + "hasAI": true, + "aiBase": "(none)", + "aixml": "1.2FALSEnull,null1null,nullFALSEnull,nullnull,nullnull,null", + "breedable": false, + "tameable": false, + "breedTriggerItems": [], + "ranged": false, + "rangedAttackItem": { + "value": "" + }, + "rangedItemType": "Default item", + "rangedAttackInterval": 20, + "rangedAttackRadius": 10.0, + "spawnThisMob": false, + "doesDespawnWhenIdle": false, + "spawningProbability": 20, + "mobSpawningType": "monster", + "minNumberOfMobsPerGroup": 4, + "maxNumberOfMobsPerGroup": 4, + "restrictionBiomes": [], + "spawnInDungeons": false, + "raidSpawnsCount": [ + 4, + 3, + 3, + 4, + 4, + 4, + 2 + ] + } +} \ No newline at end of file diff --git a/elements/GladiatorEntityIsHurt.mod.json b/elements/GladiatorEntityIsHurt.mod.json new file mode 100644 index 0000000..7e1c078 --- /dev/null +++ b/elements/GladiatorEntityIsHurt.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 73, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerCUSTOM:GladiatorSoul128CUSTOM:GladiatorSoul256" + } +} \ No newline at end of file diff --git a/elements/GladiatorOnEntityTickUpdate.mod.json b/elements/GladiatorOnEntityTickUpdate.mod.json new file mode 100644 index 0000000..87e7bde --- /dev/null +++ b/elements/GladiatorOnEntityTickUpdate.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 73, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerCUSTOM:GladiatorSoul512/fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 cawezs_mantle_to_stratus:endless_scaffolding replace minecraft:air/fill ~-15 ~ ~-15 ~15 ~5 ~15 minecraft:air replace cawezs_mantle_to_stratus:endless_scaffolding" + } +} \ No newline at end of file diff --git a/elements/GladiatorSoul.mod.json b/elements/GladiatorSoul.mod.json new file mode 100644 index 0000000..733d585 --- /dev/null +++ b/elements/GladiatorSoul.mod.json @@ -0,0 +1,157 @@ +{ + "_fv": 73, + "_type": "livingentity", + "definition": { + "mobName": "Gladiator Soul", + "mobLabel": "", + "mobModelName": "Ghast", + "mobModelTexture": "haunter.png", + "transparentModelCondition": { + "fixedValue": false + }, + "isShakingCondition": { + "fixedValue": false + }, + "solidBoundingBox": { + "fixedValue": false + }, + "visualScale": { + "fixedValue": 1.0 + }, + "boundingBoxScale": { + "fixedValue": 1.0 + }, + "modelLayers": [], + "animations": [], + "modelWidth": 1.0, + "modelHeight": 1.0, + "modelShadowSize": 0.5, + "mountedYOffset": 0.0, + "hasSpawnEgg": true, + "spawnEggBaseColor": { + "value": -1, + "falpha": 0.0 + }, + "spawnEggDotColor": { + "value": -1, + "falpha": 0.0 + }, + "creativeTabs": [ + { + "value": "CUSTOM:MtS" + } + ], + "isBoss": true, + "bossBarColor": "GREEN", + "bossBarType": "NOTCHED_20", + "equipmentMainHand": { + "value": "" + }, + "equipmentOffHand": { + "value": "" + }, + "equipmentHelmet": { + "value": "" + }, + "equipmentBody": { + "value": "" + }, + "equipmentLeggings": { + "value": "" + }, + "equipmentBoots": { + "value": "" + }, + "mobBehaviourType": "Mob", + "mobCreatureType": "UNDEFINED", + "attackStrength": 3, + "attackKnockback": 0.0, + "knockbackResistance": 0.0, + "movementSpeed": 0.3, + "stepHeight": 0.6, + "armorBaseValue": 0.0, + "trackingRange": 64, + "followRange": 32, + "health": 100, + "xpAmount": 0, + "waterMob": false, + "breatheUnderwater": { + "fixedValue": false + }, + "pushedByFluids": { + "fixedValue": true + }, + "flyingMob": true, + "inventorySize": 9, + "inventoryStackSize": 64, + "disableCollisions": false, + "ridable": false, + "canControlForward": false, + "canControlStrafe": false, + "immuneToFire": false, + "immuneToArrows": false, + "immuneToFallDamage": false, + "immuneToCactus": false, + "immuneToDrowning": false, + "immuneToLightning": false, + "immuneToPotions": false, + "immuneToPlayer": false, + "immuneToExplosion": false, + "immuneToTrident": false, + "immuneToAnvil": false, + "immuneToWither": false, + "immuneToDragonBreath": false, + "mobDrop": { + "value": "" + }, + "livingSound": { + "value": "" + }, + "hurtSound": { + "value": "entity.generic.hurt" + }, + "deathSound": { + "value": "entity.generic.death" + }, + "stepSound": { + "value": "" + }, + "raidCelebrationSound": { + "value": "" + }, + "entityDataEntries": [], + "onMobTickUpdate": { + "name": "GladiatorSoulOnEntityTickUpdate" + }, + "hasAI": true, + "aiBase": "Bat", + "aixml": "", + "breedable": false, + "tameable": false, + "breedTriggerItems": [], + "ranged": false, + "rangedAttackItem": { + "value": "" + }, + "rangedItemType": "Default item", + "rangedAttackInterval": 20, + "rangedAttackRadius": 10.0, + "spawnThisMob": false, + "doesDespawnWhenIdle": false, + "spawningProbability": 20, + "mobSpawningType": "monster", + "minNumberOfMobsPerGroup": 4, + "maxNumberOfMobsPerGroup": 4, + "restrictionBiomes": [], + "spawnInDungeons": false, + "raidSpawnsCount": [ + 4, + 3, + 3, + 4, + 4, + 4, + 2 + ] + } +} \ No newline at end of file diff --git a/elements/GladiatorSoulOnEntityTickUpdate.mod.json b/elements/GladiatorSoulOnEntityTickUpdate.mod.json new file mode 100644 index 0000000..ab01fcd --- /dev/null +++ b/elements/GladiatorSoulOnEntityTickUpdate.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 73, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerCUSTOM:Gladiator32CUSTOM:Gladiator256CUSTOM:Gladiator512CUSTOM:Gladiator512CUSTOM:Gladiator512PORTALDIVIDEADDCUSTOM:Gladiator5122DIVIDEADDCUSTOM:Gladiator5122DIVIDEADDCUSTOM:Gladiator5122010GTADD4CUSTOM:Gladiator512ADD4CUSTOM:Gladiator512" + } +} \ No newline at end of file diff --git a/elements/Singularity.mod.json b/elements/Singularity.mod.json index dd7b130..519a4e6 100644 --- a/elements/Singularity.mod.json +++ b/elements/Singularity.mod.json @@ -4,8 +4,8 @@ "definition": { "mobName": "Singularity", "mobLabel": "", - "mobModelName": "Biped", - "mobModelTexture": "nymbus_texture.png", + "mobModelName": "Slime", + "mobModelTexture": "haunter.png", "transparentModelCondition": { "fixedValue": false }, @@ -16,15 +16,15 @@ "fixedValue": false }, "visualScale": { - "fixedValue": 1.0 + "fixedValue": 6.0 }, "boundingBoxScale": { - "fixedValue": 1.0 + "fixedValue": 3.0 }, "modelLayers": [], "animations": [], - "modelWidth": 0.6, - "modelHeight": 1.8, + "modelWidth": 1.0, + "modelHeight": 1.0, "modelShadowSize": 0.5, "mountedYOffset": 0.0, "hasSpawnEgg": true, @@ -38,7 +38,7 @@ }, "creativeTabs": [ { - "value": "MISC" + "value": "CUSTOM:MtS" } ], "isBoss": true, @@ -67,8 +67,8 @@ "attackStrength": 3, "attackKnockback": 0.0, "knockbackResistance": 0.0, - "movementSpeed": 0.3, - "stepHeight": 0.6, + "movementSpeed": 0.25, + "stepHeight": 2.0, "armorBaseValue": 0.0, "trackingRange": 64, "followRange": 16, @@ -96,7 +96,7 @@ "immuneToLightning": false, "immuneToPotions": false, "immuneToPlayer": false, - "immuneToExplosion": false, + "immuneToExplosion": true, "immuneToTrident": false, "immuneToAnvil": false, "immuneToWither": false, @@ -120,9 +120,12 @@ "value": "" }, "entityDataEntries": [], - "hasAI": false, + "onMobTickUpdate": { + "name": "SingularityOnEntityTickUpdate" + }, + "hasAI": true, "aiBase": "(none)", - "aixml": "1.2FALSEnull,null1null,nullFALSEnull,nullnull,nullnull,null", + "aixml": "0.5null,null1.2FALSEnull,nullFALSEnull,null0.8null,nullnull,nullFALSEFALSEEntityPlayernull,null", "breedable": false, "tameable": false, "breedTriggerItems": [], diff --git a/elements/SingularityOnEntityTickUpdate.mod.json b/elements/SingularityOnEntityTickUpdate.mod.json new file mode 100644 index 0000000..117a269 --- /dev/null +++ b/elements/SingularityOnEntityTickUpdate.mod.json @@ -0,0 +1,7 @@ +{ + "_fv": 73, + "_type": "procedure", + "definition": { + "procedurexml": "no_ext_triggerLTMINUSMULTIPLYlastIncDIVIDE12lastIncADDlastInc1This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityBlaze00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityBogged00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityCaveSpider00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityCreeper00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityDrowned00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityEnderman00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityEndermite00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityHoglin00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityHusk00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityMagmaCube00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityPhantom00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityPiglinBrute00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityPillager00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntitySilverfish00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntitySkeleton00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntitySlime00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntitySpider00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityStray00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityVex00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityVindicator00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityWitch00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityWitherSkeleton00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityZoglin00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityZombie00000This example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1EntityZombieVillager00000fill ~-4 ~ ~-4 ~4 ~6 ~4 minecraft:air destroy" + } +} \ No newline at end of file diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index 77757851a06a25047fba30ed65910401c9b2fda7..92356835c810b0cd283f543cf580d153023616bf 100644 GIT binary patch literal 50223 zcma&Nb9iOl*DV;^b}BxxU9oLdY^P$|#z`u+ZQHhOtD=f=>wSOy-TU3{zWwxm_FsFQ zz2=%@jydLj);g0o3I^og>+7=1+G&F;h2hmBN57BnSDEWH{;jV|PWJhr{QPxYVp3M& zQ>U&jLp+2nB}Q3F;bp7&jGq8JImLyra;~TpN?EriC)kA+d~Z-l$VN{63(`hCz&evW zyL`Qj{1%w^KJ>vY>I=~Ec7HGA8@_r|_F_u_ZuPO|^mH(dbXRI_D~^m;(@ z? z<+8U3ayV_d2xwG8PO|Dt+MD};?(5z&^djp?wup#^M#-5o(I-2Un?W>yW@Uth>NT^+ z=l;m2OL$PRJIGIjM737zXj|-H_UH~n2PgoG>315o8j+CFonChL;)Pvgq5PtfS@;A% zasVC*P-^AH=a})!XHR#(av*&;zf#Y*?;UL3dtk9zp7>H2?235AB$>7ar13)@@Cp>x z&I7!dxGB_M_rhv`y(&E(pU8q*jVsy&v0*LG5|IHQ`x>L58I+dM{lRSKCnq`rQduAc zC?lA70GeM=IaD467*>i(yHafoC%*fl2Fj(iIy@-%lZiIq$ zMpOOVTwY*{o+9iYZ(r$QD2Q91YHGH#^>v(lSqA)1oFJB`Q^1IJbvaDJ>mA#@m#K~Q!gFcy`J{2efSGcWGRS;JBQE> zy2{V=aUyy_`F8plbq12hMZ7oi=#N}ea{ASsv{jX7AWeIT#ShL`ydzJ-S+Q)cf(=0z7Gh<>$4G3j@6o|-k zNTOazfW;gYE|5u5*j&_s)|Uofpy&b?F!E3c-woOL={;Buk8gc}bL?LfZt;%Qj-r~xiuQHPUyn}K}Y-{R? z7I{8*c0q7T4UmPZ-+fu5WrQu{b{~!PF+YWoqV$S42BleYe<5Cj=1-&=9Zlp@O4dP- zVnH+2awc38ys5FNXs_`Es#aTuHTSlSP=a>VQ1T62@%|qEzyET)`uGy*-nBjLSkg^MhfJlrEHW7gk|Hi*24|sR!n@7$)WOrIi=J?Bil0WQfvW9|0kxo;qHO z2oC4i(6m-VNaf~&<`UhMK)A7v`N=O&LBmdl1dlE0-!b6T)DMUy^IHumUV$C@7pLD; zWa}5$q}!^M^o)U}`P61G;z}3@heDpnn+HgR)@Uy&X6zLLPw&Ea|4>$|%POscfb!Hk;L`wLq6J@!9K@8c~gQ47^n=1S3hS+SB_ zw-jz6=z{^Ura3RABj0}Y!yB=k`kha3R21gM3fTnOx^(~_r6KZTw*VjvS}5QZH4 z-Y0L4#%qov;v|&3b{bTUB0?ok!2oU^HmCj!*HT|vD}EKX3Ix0_%BZwHGWVHDgzK-g z@n0=?vavs#o+*)kCFvzp=08^=((YbI{Y2}^_`dfVF9xiNYj?>$A0A7^;b3@#!s< zkW5(#P)-l<{$-Tn3rrps!5aA1)&i!Gh=_883K?VuGN!&&9zLX6y7EoD#}0D5U*Czm z8={@WYXU!?-(+MW7gwJ3${lxtH{g^#)#hak+i1u8NrFt-;(~E64K>PuTqOVbMO3vp z5Z@#Y?1B6+2)8fc`+y@;f3|T&tYI5Y8dkHj%mSteOTwiU(9GS*(i}=SGlsB!FZzDL z#sdRxbo3!&LR@|INRp+;h-XTXqx7Mp;m57=>O>O7m^$0m62cH$Ji-^*Py>a=FZLN1 z%%vt54GmdC%gI$C6`^w+^R8}CE1E!xGN@%f#T|81k!H+|rSBsTbhvGihJn(+%hPGL zwQn-Zga@)_)4^$JtR(ta^r!76ZRONsk`AIW>g01vCa@c^=bGuIAh5zwPJG53SKkyi z2*IbKbk{x8U;u=ZYYf^$^cJJy=`hklDG)!RitU0B`8Gfcq+*XE@ZwV}BjCrNJ?>)D z6#&fohKw`pnA+ea{jAQpt};M28|w69k})NA!ZS%V3N;Lw`qRuQK?33!`{${T=`cWB z+`b|}4>~vuLMmwa>@2jzgGe~NL@M&sz1>{9xe&mBCN^TvS6f0#X3KEqPkt3!bZm{S z8p@j~uJmmbw?$@l8Klj4qq#CY+lsmz%8W&Jps(JPWTq(|;PvR#FO+QWFYc>hYZ63k z14Pn`cOI&%HRme7;*xZelXJ$v)K0IIX=XSdZ6HUE;*nw*1v-yV%Cj9h_-C=j_DcxB zJkR!YC_oR@GuNBQDoS38Fu9C15hBw7_uAV@z+5t#jmnZu($cNCW2-#cFFmxxrTS0tac?|zr6KW(RR7{;XY!dWX0W7BYEo583HuV>S3nD>5rB^l6$)Et2F22T~zbu^_bQv0}OLym0O{fU1S_gaE1hJ z`$O~n6A)HvZDri*3dR`hv#RM&m`0sWV{Tc9yKB=)gcJbQ>EvKOB=)2P5)#SBG|l_t zqxP5*BE=V_tWs}g3~YB)%k|9je3wSL35Ln-o6v>r zYSE217PDP+eA(XADSZT@-N~gE#IU7`L;QbX6mnClvz;PSsLiX2kuNJVr%UmSCc2Ib zzUyLaL8kWLC$`i4 z53HO%COIL+tUrXjo6Nd3@jHK!kd+#ntyBWSRABS5RId!FDs`|JHbxx+Lh*x*Z8{UO zToa0&;gDn@3o2MUw3_>Am0vVEi68D^vU0se;6a%Q*f_9P0@xR}IHnUAYa#_iEVasp z72(4i9&@sUmgXgaNVfSCli5uEmpCs(Ftzb?z%fW<9(SoAhZ=;~mMT0rj=DnLdMQf5 zJkABfMe~3Wz6|$xs_j*Axmdle&t7a_D9o=|QvT>0WXIfaWWtS0FMrurE?pIjxw>94 zmV`qs;4z6DWQsDlN@=fNeki7bXoD2A*1R3=<+Q@@5e{OCr*6T|Lo)6x#TdXU5dJ!z zx&sZR{W3uh>ATF`ep+_9*DSvdHo{Y;V|>YFYK$45H1bOy4$!;;8iHEe>05vV$OFVS z8k+6QeEfcTvxRU^$$6~h`e=fQjBDk~;2P;mtQyr$=vP)9$X5`!Daa5EQ?!ekeHCB7 zX!gNbbtQMCRR)?jMSFXc=vH0ruM*sNwyk<8)M$}|2mTvd3vJSxvcM?0jXE}*ZR0U0 zzjZdcA*Us}McRn!AVNd}857xg#5?DV46~puk`0y^#L=F_q74r(G{~trxhaw;WjahK zbA~j)3ZV##nuH^T)^Iw+_n5AeBoAY&0C!C`h0C3QK_g$t$pc~i8fr;pLqXDhdkB&V z2$tmdk~W5UcC{rF333R2Deh4f*ZJ=z+Z-K72H)|7woT;x3*p=M%6FOD1zFOqe>5Lh z7BgsLJuem)8{H5PDv3w7$9u<9{VvQC2e@44NbWLMh)OQfiPVb?)Y%Tz>fkK%W(V{! z?dnF+XkA?x&QJpp?@Y4TWF!3w9a;KU+ptHA=$Mu@2oA@Av6v?A`D9wn(&`rgN)p={ zC)FEY@}cC#wZ@?DSI3m=1|5^?`!Oa-$8_F6Nm^7$Oxjg-odFiP1$Jlr^kkd$NXj3< z1v=2fw#mkA?)-ngDQxk{$eC?o3CQfilr=;9eskojOfR?b$_EWXDbZ8Tmw70c6E70J~TLon(9gYX;@q2!PoIs zh|R_#;TD?9#sawk{TfH^k22r^UUjsbMgV7Q{>;f-eILhaQ=42+f^lVFm{?Tb=#;9e z3R<2gZhHYCl5({x{#!=uwp7kh)=-j-G zQoY(-@NtaIiW=t7a$R)=2JX{jBm8!R5uo^VJkofL$vrTkh-4g#&5bGdvMn79kpO{) zVXdw}T*jjmS0u*`UH?WA2z7s{^XJsw-eD1aX9cnLRC7WSoM6y-O2T2yKio+pQY)l&(ORgf^ZeuvbDp%h%P!8b6Re6BUhhB-p+wS&!qbBOCa zZ}DWwL+U9`(pD-w%5PSp2wo?ms{~OhGz)7qB?MI(O90DTPd%^;JHg2U{Y3JnVQZe$2E%XI-$N( z-$dBo0%-QBFBLhY5Mk=0tft$jFEUtIFbFR^%QhdIeRj65)+tqA4OKEvu!*PI*kr0C z=u5y2weg(%lqA=ygsrbUYnOSf#3gmaT#3h=YaCWj5A5Yb0x%)>>rhIi4Iv@drih# zJrS%VFH45`C7~iWhbAV*-V5t56rG31q^?S?upA$YxkBBf%5P-#OB+ zhqFmygI`?0jTHSNYU2@Ug9{{yNJji@rVychko}%mf5C1w%(FJEcvD+vCDVMk&Jnst zz{Znt*;t>qw|3KTIwrGxCL{M68U_Htg!5WUFE8BYNv>r-3lU$sACwf&W}tk zn-J7r|NC{fQVL01mR*K#0Ii@#U#eEkFt$rwrYRZ=Xv;24O*XbhV`x&=x5DC%37*t4 z!E!?VD{qGe+V=!=3G`zPhNr@=WCQU-kOInc2*&G3_l>$WYED?nqC<+#a}KIg^OBXY zWLlW04{rHY9cc3=;39FQzcfn~*w5{Z7}pkTl}N7x$~1ZAWhZKLaY>izR7F7Lsh|RBRoSVhYoWX)Cf1Q#~U>UX}BJi`k2mF}1A> zS|*m@%j`4pI&zEbBY{HjjUu?lVjQX;+=eR`^9{D&HGqh)oiY<40g)$TL|_6sw>meN zwE*7Ou{CKmT$zg2bkMlF)BuhMMs6CEHhRnL2Jl}c zSDw1*4e{3P>9C*vrvS}+9hpVGX!0#@6O*cpOSo-DZ>>5r8#-+}!@A^3T`+wvNhv=A zH@Xxy<^oiTa%PiMiS^Wu;=5l(&}HN4<*AEMh+$PMos62{qO~D}^MPe`;g49Wi^vjV z4L9cjjFPjv#O)5#lr==v!~%0l?NXgN7s8tu*_A)N72=WQs3l7Eh#NrDDF<0dP$@6? zG3^b}p~x(CdPaa&b)My}Lxsukd=lNb)rw`;clNmw;sw@mO)smk#5T$7UEaXfJr4%?d> z4D_^6P|P(~wXJyFA+ix>1C!M3Q>-#5XBO?t|5+ITQi$TerMtqnjEB zqFa)UEM2;d-Qm;vDAk2owIwI=F;)yr{7CTQ1~oAt=0b+d_fd4W5gk?+xDf}8xP6%R z>&q+K$4{&fLsgw-@#(73Y0W0dUA<+5glGa)^w2^q7M+*j(nw=}Fp1i_r{fYY(TsMo^a5@pW$Ia#J}#|Lp1FsS zkW{9{VGW}D&$?nwG&CWXp~4(g4X2RJhMb?AP;`%*Mr$rp1?iQ4<+B$dy7pH)wMj!p z66!Ff#H=a;qeIgheww2qqpVphBIXfxQu&j|$c{spLQZR{THZke_UjF; zorWD&2DeA$|AcZn zaWu29Ij3Yn#mr-PYB&mDFn@2W5o7-{1cb_CF=}WN&F=soT4v5Bq711=A{|!`zXv^z z8z#oc*fcy-(!y&u{)WnXwOe$u9dWx+&t1)Gsh6-@;i$BwU-N|4z^dPGJ6%}U-Bed7 zJ3p^z&lwTGI+6E%V2_AHwRH$*s|tEgto@aNr4v-HV8$TS28{grQdjdf7FqEuyJ_IXX??dV zco*qMmwWjsg?Vs|6a-xq09RWqG$$~0194fK;W)y+rq}N^ z?fYROgSATClaN6ndd-J!QIF6PUPu_WvdUE0fBnrJX@Sm zJUhdxZ6|V`=oyWlmXRP*&w{vA$0qLg^~m+(UejW`C$T;&M|AUL%TW`wuNomEBUhwn zw_Etj8N`M}`^c^DZSaK%R^f8)E*1g?Fn$@_VOxqzK9f*mSptNk2?CL}60yx71oMp6 z2)IwA=^x@~7Z$O2#XLuZufXr=-Hg{(+!)?Iim}IH3=NN1N`e(b=GWb*K_{iTM45_& z%gNYH4?VTspe`k#AI3 z!%t29<k#5A`sPETcmzK~+oH)Hj*k*xsI+ZD`U2x)??p3*$d>mLJd||d3QW5AnC~vU zsjaVRWRZkUa@EltOyUSyk*N!V*L4@R5*G{o{vIVwQ&Rg*RMWqxIXDN4HrX5y_cbrV z6t6P$lZ)kv+=M(QOt5^Z3VO?-$hY0=Hv7f(ZgG$PDm8ki-}yCKPcie)5z2TZER{W_ z@5iHUi>R_%bH<@Sm|KQxg}6GBsX2$Xp0D8VXsRB}71F7<{Tvy>-@&xI{Jh7r9qRr+ ze#F$i!0eGes1QT#`!NcSMs^w1#%nc$9n6brMB(J^YK5&1Mjsh71lIN~f-L?9+ZfED z#f=8C{*elkQ5xYu*X2qe&UgM%LsgGX^(b)$66Q7w$9;O<2WH6j2i#tGy-EMr0#y^^ zntTeNN<$cu4Jvx0Ha?s!$`O*dV$sMJ^NCq3^^D9l&a((6$ zGJwG>2vTloNSjOD&sRJi@WGl9KN_e`-e8^-r$o@|Ex6y`c_kq-*+b%|@4&?vKsWZV zz&&j(i80`2nS6gzg8Et1=#ZZ<CN(TSErL0kltBziDN#9XXX~V8D$CvSa?wH-38OOV~jF`Lk)lWs<5t+c+ zdSMkQ`lnJi51o_!HmPbiXJ3%;NC>$5aixEXpQ3g?d<=|Fe1Qi7#X*fri<|Bi_}~^S zMiDyG>fg_yLEDXCFxtAJ2lMU3gV9ri{>)fdym=i(aBDK(>F(iuG6h*|D^9A{v>?y9 z5%i4eJC=9h?tOD7&NKKju=H$-LlWOp!-$1#&R5X>wEJqu2$jeaAaAK0p3AzyZ7Tp6 zfZ)eu{Un;Rf7nQ6c9OSbiFukzjEaTNBU|1~ZdrpL^T(AG3u=wqhk)nY0hPcD$uVZ* zVS;NXdfTJ>kQMl?9~M#Mvq$nfjPiOqChj**Z_6oVK3i<6i&2iXU}Ts{Hqr@tK|dSA zZQJuF7Y=2RVa1+wUPjX95D#%JLuh{kPtE)to(L}2b5;U!2M*l^*Xbf1|x*J*3LnCZnDreWOgAJd<)#Vr8{)4paU&*%MxeZ#3cPod#xFb%}w8 zhKofNiiWd%JnpM}7WX1T4T!#Ngfxv*xNX4|Wwvh|aEz|z|>{}5^#DybMp zdmWK$o=9c8cF;?c;}Vsn1!r>77t=MpeR`2i=Zp2_ zZz*=&yoe)0iX@I6GE1t5TCV#YKi@!^$WqiCub)=*^>?J9Qle`Qy!cfq-pbA#$}@B9 zpFRnxw;!@I?Hv@R!Qb|fM+StYS%?y>tL`@!yxe{39r*4d<@%_&(T*tet5@#Zz72iw zHd#^hLiZwsxK=pQ?a;Iz@6~7G?*+r>rJr#4?0+I^7IU#2?{ES3{Af9}JAN~b^W6E7 zdA&(+$>-3-GZ0eO^3NYRX*Pqlwxdmh>haUr;~S{k!0Ne}?Q(ph&myU9Pe{MFb-r~( zn}=z5c{t%X#oEY_+4y#x=|GT})#>q;@qi-6yI8TlcNduwlRL9xScC8w~UaFpK z^`18$Md-Q*R<^&+5KmV%UKe1jWaq!kE9LT1Scb^A_Bz4nsuH}!Gl$cO@q|U!)9C7C zJF!Bf*ovR1L91eR=h>@W`v*^#tEoyR^CK&@^9L1A;%}q){K%!Cq_jQ{qKv&>sgLYS zl5?f7`o6p$oH(8e@4S&U4rnpP&^ab$c8Mh@Rv@iAM-rY(Qu-&WmGr%uCkB;1n#PZ( z6-`GP9m6q5E$e~a=LZ$d-#TegF5E2Xfs1D25j zE=R2X6xNeDv6H6ju9m^R*g(!e1vg@T*ZxM0m&r?6eWtVBeQF5~V(Y=Y(a=ltRV22A z@5x|$wmE68rF|~GJ-)8ovR@)Qd)b{eZaP<|WN(wMlQeQD|C2 z>lkF#RXs}Icm^h|7F0c4uM|Y70=M&KH2s zw*LphE)UjRupH0+kBy!ebI=*Zz1nduKSWmyQy-K?GYal%u`M11_z(8+*MqOe%DTsR zKX4e^m^)7Y+N*#M*2WJMI8?g=h~H^a%VBdgAvSY(s+)7gxXUCl%MbcN^vfw-+;WwS zUS97^L#kp3OA~e+q@kEk;~HtDcyhd=b3B!<;l@wP>HSx? z!>w?2F#A-0>aBZ=0X{)5lVzX!)p1Mlgrg>eIfv(w>MlnaFyKX74C0R~L^qm64~p{f z!B?HTPKQC7n=G7BHJ!lPhTZtNM^4kk?uuSZHY-5{9!{`NPQLlBP3kSZvAxG*Ag%(4 z!bk!h{~mg07Gg}QC+Pp7490y^Xs|Q-Oiq6MiMr=H&ALk9uyBCTY+2Bxq4yhO0Scbp z&87phqR%z5*q3lZK5ubqnTy{Ud2?%8fS`ouK1+uVk|=V5cGI2m19)U+${^ zOC;@efyWRcl$%BP%*Qk4NTLEj%0AsBC&bH9EDD_u?tM1G!PS0IHyR{%S1>04on*xg zW?B{Qm-gs_yi*&9=ksl3Vl~rE=xwLO@j_9H~EE^$e`0Hd&-joYK?ic(&Ul!Z$xlt-NSW=^|NdZ<4NWE6@Hv{ z`a6b17fDY3fRnQeX`ilm7n3|Rrz-d;A1}AmZlBNAn-Eq%Q=c6NT6vts9lRrO&LBtH zOFeEMD z39hN}oRHwSzZjy8GO2Kce(2dl&%@mA0EY@)d)kM4?@nDTg~F5^IT@iir>4EPMsqz%Qq z$J0D|={&+ZoF#a<32W6MXCce$b;oxBVs0~!_Z=f0ITN9v{U8uTC4Zfu98A^L{dd`Z z(ybwTj7*GyQ+-jrqoS0;wxUzsK3Rg}_iQb+2!^l{b+`M5L`oBJT4W^9mKcsI- zap!sGH)8;}-#6g|K4H2<6hpPKGb*6``~oiN0wO{NWG8P!htMqfr63wUOmcj!wBM|L zpSgIqKy_RG!1G@!6oO@1gD?~ZuWP4X63NVz?uP1>QpR&%azMp{_Z6#C7!I@6b^wAx zs#bZvKp-wQ05ZPmjbz{BDhe)LsC&u=YRMt{^OtFA5)eDV{n`cM-S7w+rJ| z@R?568?})WZTcoD4L&A~Ev{Oxr8e2@Hp^>u4X!x z@6LlBgocqmiZ1*>Df%sW`gDa{Uk(4-dooGcB{64lKlz+CSzfEbo5s2GF&DlYdTYfa z-e=+)Mf9c2_S0%|A=>LWnMm28D_o;k?M5%_<1I4pKiO83BziTbO273TmA1aR zO`CKEZ%_5`dOV7-rxU z|90XMN1t*-rL@l=Cn5fw_pd{m55RR1^Yxc61YwQ=|(NUSkGk<;aK3j9z9UYBB zzd81~nM|O2Ka+`Tke|Tg4*2c%o4l}6a#75U-Q|p#N_|HAJF41!_)trjrr@ip@)KiTf&+9lqy={mpg$dfuo(h5K>M z_TW2<0d9PL@j|fmRD9H+HiGnuAo9)_e*vIFyz5T#@7)~ZzuV`qD|X9E+d_<2t(FUV zE;4jlYrvQtxQ}I*qGDXt-cr|nnaC!z`962a@$-bw4W^hJ@dRRqjZTy0pSlw(pk-*T zKj5zXZS-4cs6+>BJYDMXlkxW-h*aTcXIJ&H1-f2RB1r@+qn>6dRw`BfgnZ`B??^*J@rX|b4wvQ3$!!jnW}c!AIq z9KPMiWpB>MkiiJ%@3fmHHPFM?&=$FTY$@Q4^L?D{&;*%VWQslIWRRzy06_&VEHe(I zug>-UmDRq_AmVLPSVym()?pacGt&z`Ss7wFM1tZr&O`JjvjT+;GiV&HEOINW!>pFC zZcVeP$93#`o7HYMA8PVbiSHKi{H7T$FPD!3ju8Au0^q3VZHtT@ppvfzpjQsG-eZ?Q^P2U_6 zSoW~*OF@=%GYSISQD}u9(i>Pf<~$Ps^>QO8`qkB+7bYH3dL8$|)^c!X;^6a}y-5B5 z&rTR(#odk^MbDhf%qv~5Un>;tOAeg>>;SH$E;7A_a%GeYd#fNfK#YR2an7n%Z*+AT zfmWVC3srO3Gu#CohB((-1z4+}l`ou3XlJauW0yxve7`kAs78);YRTS}ymO+fe-i#Q z6#XIT+dV|(F7pGji+d1T+3Q#_ouQ@*i%Eo3CfALKlCoSaM|Ld9%9?u?x^PFFi0QP9 z{tTDm$@luB>mK|aavP;cKvd^(01zwACGW#hlBkc!gtVoz6Ybm}17TGCP!F6*RN=}c znfd-+QRx+W;AuuJZ2ZC&;TX(hGBf=)W&rEIfQm-o4u<#TzUnb8v%z!fB(LP5ggX)S z$C5=Z8?A3>%@p;JPnE9^H)iZBKVG~5Mx06kOzXG9MT+j)tXx~cTghM;hl|WB9L~`r z0{DBI3(Dx9g%Y?lnTZ3=WT|RUFmb0_WUbNAVoczQ6%X_`ZXdi~UfWri@8Q|NjnNLs z;y420BaKw%I1|ekj|$1mQ-0pIue0Rf2|M(!-{tjZ(6QaHSk|}}e!vv<#ul2k&_EuV zR@j3FNLap;2XKiU2wE@WTp#IebjT|uCfeu$G&BybFhT-4IK6ZbOQl-X2|?XoIwC@Z zn47^4uYtkYPOkw$Vtq0VH5stU7RH@hi8911SLC5fbw@{1`!S}<;_ke(ZS5Tw<-1T_ z_#%?a>Gp-}aD)q_X zlrT!J?h?4#KgikJ2DdZ-tpVYVau<29cKuvFLc%lLAH8$XeU0$pN6FZAEF`HsjT>qx z7@)`WFhw!^h5o2TMx?6i>%W z7zJOc+V~$gbm!jo^L?bvLOoLh`(a*~ApUu$pqKu)rLm+lBDRaVBl`InGKS~f8GO8+ zWU;O-T}x+C2yEX2^KNWlE{y0;A%HDgYe&8{PtUZp-TcZQXgHsrE7;%If!fk}V5!6hoZ0sV_EslnEQ)Y5OXs!6B4xQgZlEi}7sW4~z^N%iy?$(Qo zhGS57wS;1+SI720Hr6fd!^HlZ4YI=llz6-`+n=#!qKwT1RunBh@4bQlaqr=90sDV? z?c*@VPr)j}Co5za?ERO8Z>f=x-@4)}=ZAwj0IB>?n@T7c0jJHJ`xOs!yVsG`XYV|; zZBqIx#DIq`-GA5b^G__EhQ!{ICK3Ly1jhsfPKbD2dwM=y z(*eYPaG?{j^paTz!#Llr=KP0N9C(|C|6$vtBC^UqY`fAmtOWb7ko+$;{PhwCY+hij zX>J!Os(LTK`6+~ntPS?h1N2`)JU~hklP_d1c5=4SGxq48*c{s#<%SEjFeY*!ZK{p2 zXX!~ma-Qw|P0j8wYY$|If`4*}|8?W<(ElTsd?s5efKQ@AUKo>b2erX}lljLs{9p0w zhOLf!a8+|egmh80M;|_e|1S-&^YDVd+M6Iu`Zvj;B3B*XSS-mp-x4?P9wE;~QaWf_ zrG77ClRtcD3;dI;KEeOZ0Gn`rQ|B+MEvH{zfdxMUt;ssGe(A^wy`gX3iP!&8P`O4# z^PK)ypQ>YST-EQg0TywAT80G4@v~0y6K`iYe><-F8c(RL>3`=K2r{_nv}E9@k0iHz zOJw<1Dz5XT1F=LclN9DLp~+Ns@>$49D11lCR3b!e^9rp|6km9!25V?qg%ZGu}o)R;W1MwkN*G1dX_=g5#kwqAU>1)&v->Ad4>O} zpZ_i9h|`vV1xG%2|3}TO1+*TqG9!%R{DeMI9&zc2Fm$o;fM=opH+&0Qe;JavUBxJQ z`qtvRTZ+1Q$4qSl^S@C44}JbCu5ma2vZ~1&0fsg(gGpZhpV0mnQ;w=`CMExGuJ`5t zMKCVCk$L-itSIin6%Aa>rp+g<@gEGU&#r%LLk>soQg&(oo#^T3-zxC`0dGz=_x}Oj z|Ldi{rjws4>PY`vHAIHcPGZ(8IMU@o7%hsua77 zzxJC@x2OLTz<=5Ew>Z)N{$+sizg4^cSisL5K>9C+{v~^erzNcbGFX`6wz|lK7`(0Rz_k+Ce=20xJe@OQ0i4`w5->6;Z9ilx@ znED;g56Dwa|7k+)qezO@m=aBw$q38 z5gbJr185rMH4VTk`kej3Pj|zh)WH+m;nrep%_D~J4a@>KC!z`R{M5QgnM6URmCiiu zShhKe^hVT6l3KtKQ(}r=6!Ih%xeH+X#r)vsFFN`d+1YkbJ!=uXW$k?u^egA@u@f5* zFfGG1h>Ed8c-$Zg`$ZoiJdL~n<14i{fx^ptr<^S-e{+xfOQhkDa&{Xc;r^o{j<{il zn;dzq?l*$X-NG)YFMe)5`%fx9)+_drcj&amqdV^>$BC@leqdAXp&P>6l1FaxJz{tWGctQ$(3h&FupOuvsAhQ&Z?yyjXk=CYwyCd+kz{?Ao zrlh2}l6#oM99b)6wLdT~{@{^yEtlVU@1Je84tw>^HV|Ov@N7cJDALUgV~?X91m7B0 zUuMo{lKs)luXIJUB}&XMv4$uD+6OStS2lt{0eZ|r$>GIuG?NSJKm zQLQAE3oJ`!IJW6C^kXNF+<25e|-tN#cjchN9ku!82;dAA2Yr{Dvh?vw#X9E2T8) z3Ndn7`@H2HT#~bBGu=%iu90%72W50hMkR-%N3r@h1`@8I5OzE82T`3dnP?(=po7A} zzV>ysnPWw-{EGC2bVCFYv`T5Ytj3gi)=-NfoXFFalAT^5S7QH+xp8{s#0bsF+oPa?o?Y0O$%PDZNP_}`n_B6-L=Jv%hSUdON2<=0M2!x{bEHr>( zQnqBEPqB`H{VocNO^>m-R%s6R9IrrC0B@fix|p0g$FvqTGjeYQp*9G|7SF06+v|Mz zkTQ$;SlNr1t%ip-syKqRi|#84?xU~KS;V^EBO}9@(itTLJ1-~OhGj7a;btIb{*Ku< zVw$oh+_^6yzrCC2>js>7NFjxM&>=+FIqX23-9ulA=&A#p(g1x z@Um9Qp8zxC;U3A`TI#*G_)scXPGKea2Ud3^{}Z`w4C}G}xLn_oSz~inJOd?yFu<+= zB!D7O_{3e5ppXeOLJaC;VPxP`CiNRKx*sv2N!K<^4i1ba;RtwvpSgNevfR8JJ|1z$QZY+s8}7S~eOGuv(LvYCmsIPpo+W{jtbckV+BY-xW^fygz1Forh zlM)z(r7<)rvDs~kH&oDJtRG6f-gHV(bp^rdBfPOP?VbHyMhOPC-1!$-$PFsP3aUP8+kt3JZUphiDO#fIC}YHq|K$!kJ}iEv#xK&qG$Hx#MM368>(MO1;K`rJYr zoMmCAcmTC_nwqK?|C*eZ=b8S?HHFJYpes@bfT(*UFNvA}30PZ4s!xZ2?ij3Bl?SJ0 z%z;B_a_C`aj!uEOaFI9N&GCl99rM9xh0ua5{(;>HwxH#&6mGl^r*;4Exfz`Go|c$W zu`$JiqMk+(%|C==e|V&FMew7OBP#f0b$N4Zv zbu~3B87=yy8DaFjHPzm)gsT^#kIq(P(a#~?{s9`Bs+<_BhyUf6KY8CgJFxr%!y^Je zyleP+fli+M^Ft*-Ym@&1g9vERAYkfbm45g`2KrT*Llh~TLc?R|9ZnQ;F~u0a@?~cK|tep>YM4Dnp|TyOmXi-1gjJp~pOj;_377vQ2q&M@RFVZbNtG;<7P8 z8oD+GEO?Z!B#XvQ_LWevfhWG$O!yS~rZN05%>jv-D)lPp3qBoV9utScfukm|&1kd{ z>s}b@!o(j^Wo+Gt8-WolTC9Y#jt{5CpN0M^7wgGje9=ga78-vt6Z#UV1KddV^M9s^ zwy5)v)Hq6|2A|idQ!_JS!c(kVB%{4WhiY*1hk%gX6WWH)c_}griLQz>g^PP1hOqGt zwiAWT&A`Imw^xvQ#omzN<1qa8B6TG1Xv-*Qt<7sI@!f&9uzJZ*eI0DzijIjibI6|X z(R*_OHg1YdS$i!#+;z!CGJsy2y#>)DaWO4JtKjPA?02uY7jy_H^RdeDOP8XVk0?s`#NjqX?4`b-<61mEVH&#!P*jF=zVV zvctA9ntsu0*fc7gtQon**G75k3d*yS*z~lOvAEM zpeXxHL>^FnHtDt%P_MUVFR1;Vktht6A^bt!k9M4OQRtE%ETObx7CPeelnvRoK)044 z*uSS9+FrE){Grr=@q}DP5aUva)83ExI!H+&9#AoPo;~13LSV@OZ?smz;?DOQ>7qfK zS}3(MrgGc0G+j0J7T)hEhPdO>kZsU|33T_v&ooH*#wjr-GV!dNnTC{f)!Lii;hO-a z-eL$;h1h(ENZEMBn%Jx-%WI6et7)A9wC@Xdhl63XD2{v!nwUBB-~69FG;R!W#gh(+ z!!ybktdyM_RQ7eA8%4qB?J$`hXPr;v9@3ftPRJV?@*pO%sz|EKz;KN6n0C~eKl{_# z<&OGr5NnyyL2xa4vd5+f4c0-BB|OWbD0SZ=FPmyuOW%i6^hzIq4e!;Byj_!E#M!ZD zVrY@V6a7B}=@|qe^gpPz0L)oBkg9N{zb*AHEZ4$V(+lbc95WDSjzDCq@b0&h(?kSA za_w&YV)IS(rjB~}4n~Uvj1d`Rv>15t{x%EA)1+`mqb79Zc5bG7o4z1G$BZa$Lm9bU z3srXsg=BzX-b4$6-tOKtq<5?H=vUHegdPt4@p25_F+ADl?))57C^mC{$4cPZn!?6@ zMqtvoWpLkRz8tshy&)-s)7JhG3pb>s_FS6x`TR=6N1jrMNC2O+FQT`|%a{6AkoH!R zdwsy}KkSx4^Z6Eqy}Y$^=1buFi3WwLSpnZ@M#HmLzvieB$zPRoRGRZ3Ne69S6{BT1 zFq$>xi?_x1U8X0k#6ID2SRl_>8r_#N?>-*=%;iXL`20Ms6mze5UKt6=@ z#lngSVl~M3G;vy(rk%#)2ywAC$s}ADP*B3+fgyUDK|jWVYsD0-DdC3GWk55rsKlr2 z;CsT-E(Jm~Qn}f&U8&)#H`xrvH&l4oks+Wdjzm=`Zj_KRH_(2V*Ny|LfpAgU&vh3D z*rEh%6_8I1qbA5vlc5Tj*4~Jx>lVyJwHn|FGRVVV1LQ3pp2h4ti+>s7M_|i7lqB1h z$l4>g9*o`(!+v6h_@a<}&(1<M>gIaGBNu)8qcw$V#E}4sQ ztih_8kub&V2o^qhfpHHkO$f(5UGBMti{xLdvUN~ATK?V@8^N-I&5wy9hQKHVgoWo& zl_ntyVMi=B_p$ESQGd8;Bp}@T!Bc~iUx`xrVM{8#pdXu~+Y;;$f1{=?^NVnb3o8Sf zk{xPT8~#qbA0Njq%y;l4e&YCab~_xVz6Ss3p}f=`P%u_81vGp>{W#`LS3j|N+5##` zRk1v7PX!Y&V1)FDOTUc!WX2{c3sVE=WD4WqKy)3XbB(?~a^XEs?Q?pN`4QoOe%>6v z?0PKM$Q54RcncTU(PZe!0h#h=5#>k8;0!mPl7n^_F-art@I@Qb;+|PnTXA=z$&NJe zIw8fePIqY@A!!o`{bhwPO5Oe>UMjq0kC_RxxhBPh9IiSBR5iB7BN@2Cg*u+A75LgB zIGREnAFgs28_CL!$e^fIlUn`U!%WrnBB-l4XNm<{BXna@GRh@59tNF)tGQLzKLnh1 z%}jggtmCs+7DIB#PP8&~XuK+t7{WL$qx`jeO1Bd+i zAzB%~YVR;b?0Y29$oa;$oUfR@r()b7kY922h}H&<%ZT1gQ&=L-{fFpyTg>2VLtZNq zZneKZVKOr0H0EJ^6_gLx{sM_*O7~s`$9kHOGBcahSZ4zFkFafj&Cco&)|?TT;d(QV zpN_zlxlsy?^my!aMT~T28fMa|TLy0TLr#ni(2U(0F8~b1epv5cLC*^+^7L$laVBEt z#giE~D^Djc`eK|-zQP#*2c%RNJ;N!0Ag$bdYmkvxk}FvLjc!i}$;;QrMVC=hH@93v za?)5uoHC*_^csy#Z~&vWEs5(j{;9T&_cDw;V$6oVdxw#!N7o^7RJQ9mlD7u{#wn_- z=fH#fi5J9McBS-d!+kaI&Bc+ebL@0&6qgHRt(1$bbsMl(V;{(+v2Oy{hI9HieagniUiOzR{4I%kj?ATn`u1XZq`3MvQmGx|rZ1PEhsJo;t*hrXC5XrJ zS3TF^lRU|~%J0?i2td69vj5E+ugFe%u`w=K9XR0`+MM$y%CBd?yVEv-lWR)m zpVChw?oA>t?gwFzv4g8-M)+5L%qpi52ER`rT11(Ht|?<8()iM_Maax6q@;?Fp)|yY zBt(L^je)n?+D!)wae5y`kYVovV`1!hHfCz@Z`ssf73=-*Jj;YmXHZ#KWj&Duc2yN$B9?pWo~2q2c7|BOx|)7UD%tBCrG-_MBdbuKOu zhB3k^C+@{B+d7@^yGDMJG)=WgPLlHgLFKQv|9+O(`i}OAB{A9|OD3`A-~TSMt4`Vs z`S`n=W-=tWON=e*t|&0YHrX@@m0Lgzi!B7A!MZfi5SXJyW_L2Rh;jF0cW-a1`{;*X zu*$;?W#owX?~KgzK~&v8rW&A*=M$3@_Q>Co^Jk`p>FX}5#?Bdw@~LU6L!!bgF}UIz zv_3sU#!fm$h?qs5(0q}LfN$IDaj|&Xk{s*H8uljrenQ5s{HIR`vhF!9O{^K!$j!E* zCzealjftu?8uU0{bsb;2J6^$Fy^-8adi_|(RzkpT@E#4ScD4;U#?9#ngc%#+0c3^J+;|J-X5^}0QB>1q&Ifms{kE|!Z%l4&oaAz@+i@e!% z|2jK)BT!H$j0K3qpH8G|mGS1%RXzT(Fv)l_r|7{l@~5a^2h`EhQqc)GL0{(I@5*@S zC=U}B^d$PR{prDjI1wx`Woavc_e39bLv991R*T25iDp%DATCIK26<%|7Y9mpuf5)n^lA) zA?{}$K7`7)n>I+yMGW3U{tY(|hFWdu5faoVy_?gVy6|H)SsvfX3{>>~1K`T?*SUi~ zaQb)JIVfey+^B!dL)-tYS$yyRHZO%L`UowC zqLiiWK7xb#@BzMXO`%(8ayY(kQX#PG*u{~s9b3FcM*wQinF_xJt0X)N7%cI&vw#Nh zGa8|zTUig2k+qQi%6nU-41O8$&SU-?ul04!c7uRXp;_Yx8IOoMX2vCYXm=7mI?B@S zcMg{NVN-gt6B>vN4vtM^h`Z~jjr@Xi!le@Dl@UI8oQg|zTWnFe#no>xa-J(+ja*v2 zMjgQzs2Bqja317se+cQvjV}!j;$_u`|Nk?G+rSLBkWe?(Kl_s8#{nOq5QolsIf~~b z4qk%`N>0yFgDLrK@>pgbo8QHqgX?JjA;61@laizkXku+>7&DZ zI^!uTr60OoF{hR6;hD7_5$%A1b^|4neeRpUwQu@%wO)1`hry&KJW_k=ONl8W~(%VZlTTj z{(Y0~|K(AuQ0WcS|6@#Lq^(54|4+)x@=(l?-!CCSUi9BuF3L?25QYYOu|npC_g=vZ zO2*F-11aCF{77dWYkeS{#T1DnE|G(Mobcdb(u69{RePx)#T{Lu2II+}el>=%peJ=lzM%FmU^YJ{kZIsjtBW3lkv=uphZcrBzRlOD zGACO&VKVQk-$TSUJ0CFr+bqBWa}=I0u(Cl6^Lo&v39;HiZyD71@Rd$-2Vda+;}jbf z3bUla4-v!YK^%y`vJihu&mTcSe4@Ll^i`qX_HA@R3zQ^Ry&wuY8qbjfp?s|3NR=LI zy8j{gt1GDgmEa2Dx@ulh9MOL}`Co=43DG?BKqS1xSz7P!&kbjUhGs-QOhQtEYJCdf zmGgaL10Lir%LBl_0OrX~iOc4n#AeB}`jxz9TOY8|d@fhi{*}{Qp-8Mxdru)@*s~Y# z|BDCD|8Ece?=<+|p(6MNacpcrgWRz^*bv(P!TE1|OBWR1;&N~RM*gzV{BJ?>1)(@# z(Jee3+~4BTM)vw2;qz~2R(WQ_xc}eX`tfaPp`L-#rmGtn*-wzMEj z4ga5_@g6Ne9M|q^CY|7T>Gf72J=rO9nKbDvFKnZq36~vPdj;i7Z?1d=Vz<@*7`p$= zm;XKB73L{|{}j3ZGvTiJ6V$N;WK+o9Wg@+%@cgWxutQPXLqBuoNbuP}PL zgT5j+e82}BM}jc<6G>9I{26=S{&wHMGmuVialm+SWBer$6=_q?k+#->QNBLO@DVdi zbR^l_-uJeH%&e$mE$jnXklaHrfzyp3qiSpSOzDFzR{3pL2Lo9t^Zk#91KVEW$URV0 zKsMuQGm(1ljX8#d#v9j1beqr)`pB-T?M*awKwIMUn|7*~On@s+yZD&$1w9DaF32yi zq5fk$>|MW@cbv}O&KK{UuRnO;wvi9A+ryHs%`pN%(i-z_@_;Nb@}CgTV!#KP2g8r|DEoGl~#xtXdPC+1*R?aw?xBI3S(8w zcuF-)#e2$|1=`~+LEmne9^p9wesSH%-Kc2=1;(BNXmXSjG{$%GcaP)7Jh0xNzK#f=RF|;0e$HG1-^>8rKJ4 zZ4ZZOdfc4-(of1`G3bAuj}>4!Uwdct$DukUVW}KZe^oBIT}$7fX_6eSy#{2dab*)! zw^%m=!+(9pclu^XmL}?S9}S*GMiOF7@GAi$m0qK4zcY3S?1ynbBAK1=d*65sd`mi z?&mH)lEWEq?Ht>~xkF@9Qj{#UIw_NS!PjpZb+VNEHHEO-)1e&g3p=y;k2e=>z5Tqr zO6Fb1AUzz~wY6_gs3YHp=NzExDuTkhtVjH*;)I%|?8k)p9~FhBgEL?~aNuKl;e5pf zix&t`@OP4t9U%5yp$7=4H>JpP*4ZuZ4UuETv{1F}4MPvO4Tbm>+P1J7$u=nQAG8%3}O`yLDdk=lU zIIG)WiAf|VZ}Bu<_h3eRAb5g&`Qk1cnA@n^mvAX&5AJFNc+En#>z2>e_V5V5Dys!$~Ay7RomYZ4WJl1jvRu7v1DBE_R%zyPaKn^4rA4qNrj(i+B>0K-Bb>*ujT}8oFp$sPbOlHydKXA zXq5#FEElL0+Bn7Wq~&**<`Z(f74&%CPH~2<)fXq+KslD$izeC`Vkwg%4#={o(BB|_ zIkcL;ns~E)W0le&jG*gG>?EnRwj6J6(8grbQ`6$p(wJ$O3}!-^OqB)w-dVT*Sh6sM z7ue|`tYiOcSz3gA-ut$}s(g46eidxJMeQ>y@uHqR-tuL8_x$j5k=RzC8{qr8eb%#L z3kko>H1BJH7H`+M*J4@sn1)R(U^j0%j+Xj|k~n*LvZhD78+2&HZr*wSXX>BQvq^6W zWi?JO?x@fr>TBh$qJYIHv;fQ(>ps{TwP&HHrRhhL^o-*zvPHf*i(F&z0rI4bW@gX~ zT!8c_x}dT=)||lO4z1($6!zyEmC9{yZGZ;vsyUfwH>8ebOJsnrHh<2me`@G13Z%D^ zWa42S<(K;4tzK|r+@f6pR9Dn+!ML1n_5uS4>2-%{ETfioov8C=4P$BVFWo(pX3`qN z$y`rc>8GoQ-Ojkh%T1&jfn4zDat|qfCP%+!^GY?1-`gkAN$xjtkb@-zX9mf!M%h`12k4&VbACOnnb2SJY< zvbGjiYT)2#6mZ?=jLHWC@C*thyh*nE@)s%FBfvJ# zn;|EME!gDaD34lUO|hivjG<2~vWo~~U6(=$H%yb<&QJ$uP$WeO5FOaQ4$km)mcodt z9h!z`@FcCOtPlw{`Pcbg9I%QaiQ*QxG>htnUwbb-PPsI<%ma!bW3m2qux9t?pkdNy z3jD966CVp_bE^|?SKmm4$P@2bGw#jF6%WpOQ4wM8hQRiodFZn6!)ieu`G;r^_bpn{ z9$*uTBq~=le%^{MduZ3dbyT#r`U>~+s8w<_6EwOA^g-XB)Bl2zl29X{ey2!4W99?j}|ZMk1zc{W49NT zrG3krp(#2f`gVUl#{NykBY6m>5-EEGb}^g)Of;!9vE6iS8h4#8x{Gji3aTmoo}#>ug(YG9hcqR{6}OG;;cc zg)cd1kIkhTp5*{j?=zVqGqFfgeZyV0o@lsThW5T@k1`}FPiWZ^wYu5s1sB+doh+dv zx%#CjGf89_UFvFO&K>SG@g6@ECuZ-Ps* zLnQ(txsZ^HHN()w`@<=&oGYd=t^^JJ)6lhSyD45#nU|&goDo0ihkPA)h`NC@D5clV zLo1oSTiy-(R7~HXQD0g3!?{yI&*ZX5ED~M)fzQVcfN9oLJKOAhFh+p~)inpX` z-*$PBbtS%qs}RM;T`XJV31HaUJV-=mGpE$59GdyG#kC;jEPV=)$=(-`tV#F)PSc{I zHZZZ7afAr&7#4N7d2O~VTVEl?_4>5EKIB!W^1*)i40=F$3?)ulJi|P~D4qS*D<@@@ zx8-P-rer^~o?IQIYy(L0Y2NQDaV*K(!uMxm zFqfgdk2RHOh)d5dLn}JMC;N_aWsqNEWj=EvESsMj)R&*dvL%XX8HgZ!XkF*?!Hpt% z7AvIc#ZbyNiCnLgJAY1IsWo!)Ae>ph;x2aeh9$oFs4$~tW9!3y@~~>B$I!|9wchtt zwD1pFSH8g8e3q7(b`;It2%5RD*HmZqxV;OY$MVWxdc`aCCDAUJnfg7Fh3wEK`6L+q zGhTE!XkR8>&M3!t4!(T>$*i&CHlQea#wMBPafxv6RXx&De61+7sKpyN@uf}R%fjTO zEMBIRyKwADGK1B4Tz#ml)`}zG&cbGxYpu)J&hOT}b?Z{PN>6zu9 zX)YDX<^cyPd%}x84EwMB87P7PlmKfORNj$W=H#X6=g(EIxxbLUFZyiOVN+57(DXybQ4<4ItM;<)mXAcRRHlea^k0Wz%j6EDp5(dlZ@u--{TOnaFIr2N zyDznC65C(-<)U9!wdXxFKilp-rJDM|Sog-7#j><;OZgbXUK|pM^?InOjg-qyQw5!{ zeh@zuCtW1Gkg)96_PqAo`{PwL^IVj!3o z!gblkS6rGFG5kENLO;2s8-KQTWSe8|fx0V204sl92pP}L41>k5>jX8yk;s)b0R{G!^sDA2mL8t&&z!kD2&psQuOC)xFz* zcr{H;f3}{MOAo0{xx*s;aX0)#^&MX0PO9sbea2Gsa$FbFl+j^)6U<-AF6nCIflOgN z>{>>{D<&*d2@mcgtSxz4QDGh@m%(W%!g?(RikLB2^-Ye!`NrQ~eKBCJso}3pfAiNh zkNV`xlr@DlzjVZ|^6|H=I1ae)od+~~eq(hd{G~a#;$n7=FqTD}R?`o7DFB-EwhZX% zWeKW~QH1qnr+Q7!v*=lzu%67T^sOl8Jcmm_x4BWn7a#*SuQ4MPW^MKp74FkzK#bTfx{P3vk`p!u| zt^s8u%hlv+OYI<`pYfZo-y7?cN34Ql2`z*#RbEwwrZF#>z3xh` zayd#Uo_RFVjOv7cpN{EdE>%@r-$gM`i>Bdp^znG7s?!zbGMbDJgEr@0GZyA;NtwJ4 zk`c^BRQLCPY|6HsEX#KJG7HuZHwt}5LbsJ?QuMh^FuhxrS|pYzSw)sOi7lvALUhw!k3+L%6m@yYcW^jKn`3D1R30WY(rf&A z(Y8u+Xxh$4pccBd+$6}8q!(j*@$?d@;sjhXWp~hJjThE|xZL_}S z&6cN;fyATQXXI_diItkU@Ca$@E_ z$MTG6c^F$;tIp~6=bY^}Zg@|gwMQP{n)!^$`Z#ZSz({zgLVFNfU8~0A*0mm_X4zAF) z-URH$CUtJ_4a2#{5yTX2*3Hm#));L=2h5`#jGiXlfTWFuB9GLPcAo67&dv8Xe$#u0<&-tx7Q~#rcrM2WdYrK zWXyD~hEULVVaURZ8AF7~$WdX<>_34c1BQDgEAwmLMA6|GBVarBW zP!YIrJpD7`XNf&c*+c^t6rxQ>>N-6V<_caWByLrZlrv*O^@2#nkq;!@dRln`cvT5S zMk;p~t>Ub0{Sr|>0;?BjhGR{t=VNqopF%TdD!lPcfR#bhQG^4U6_{=#T=FG+ zi_v;Y_XBnWaGTnjRY%k|aso{6|0oSVK+Ka0Yu@p&1WC5Tz~Jk_(t*DcM76RNYa-dVY2fBxfcv% z#_*X`oL-q+JSWk zM4}US*Qbg)BV{iP17PJtxv=jdi=c}`gvp_-J0~gC<-@~QHjf$Kf8V05z$CX0crk}0 z)M9JiE)Xp}Fi<$dLaBqC>wx@aJ@eaC=7v+IA?yO@*}y6;R=N78GGQl=&yr({%S#vy(y|rosF{E=8uOL>Z`;%P-EU>9nPnt32QY=uz5pWG_Nt4Yvv-) zw^d3pwTA1kEQXRz&Hm!9-z$J8v&a+=tkEakb94w78%)>>#K4i z8+NriRVV}z(&MQSB^jsB!vvMRmn<8M)LwrX0~_V}0eBlOC-o|4Cx4Az-COECf8p<~ zuTQid{`^2p%8rHhsl~0RYQ9tPd3heh4Y{Vq#37vu#6abm>Um3#-xl2}87~b|TRW0< zmYZ`=ZWD5VIGYf_ct#dZU!lDX%bz4lnd2yDE4uB#Z2>>&YOrWQL_2q=DSk6_moKk{ zCBZgX{EG|fC7_(By~hdkgX~R3w{B~)i6~c_h<1`RfH99a9HpL+2y*NB+^E5QHJWut zzWo4_--WIWB+_;IN7p>^bIO}@-<5e!R1#qmtN9V&qtnI%CR<|#Kn9_Uf^Q56OKOaoA`S?p(vW~2K;T9` z+XY*G&EWs^O$M;xDp*aLilxetnL#8m$U9o5ZsoUvhq1s=sHd+EgApBs#e5TN6Wq^3`HZ7dBbHIDLxO;O!UJNxk^Iqzf+4mLOX_`(R4O<# z#ewRbhHz+qaa4_tG_4Y%2zN+6)3BESAn)-w%+izEK74Q&T}ld6#CsS zO}tTq6dQy;wsnCk1yPTHp>06;flHc5b8~?}@9{#*Cs`Lkw5jko>m~w*9i+Oom*o3V zB%p{UgvEz9;b+XRA`-V@>GdGQ6jUCdhHak2IGkD#BzgQFOCgfKK}*a$vdiv32xSBgE}@GHvEg8BcrCmoBShdE zPjTt}7+6VaA`xnpX4Z$hP6&R@=7sOohTQV>7fE;kpQ0{~HaK(uL%uBr%fFURPp!J{ zL?_(<>yYXRq~6Xp8~?3|kXAp&pA|-T`H8L0CL1uC8^)X!iV#$d%-f80I}~a(W#$~= z&Bn!t;yd<>%ZFt2?x~?5RYUQhqO;c32H5h<{?spl`~=RD^7 z3ZZM$){o29N!`5kN)%5G|F9W$a=QC?MQ zl~&C|0OEP}-MhDbij)?Cw+8yTBtNy!NgKl3YbWNQAUND{!G{9Y8T%&@dd8Td9*y%u zrpTdk;Ii;BmnXr$p5UR@Of;C>EF{+K^i7KIpf*)tLW6ifmS3a99s|)6d&*B>d;Oz* z{f?jbw0nGqcdd9# zV(1v3x3>apoU2MBTa=d102aZZUuv7oP&L(!Q@1u4A}yASc0 zsUv2u^!`-8nt(G>b=RR0dF@&H0)3Enhd{ZXcbVRT-EtB$t&P{M;|^<4tBWA9X~}%E zkz5x;bk-oiTVo7kOb0%QPFEt}XfDX>edN0*{^pflt>L9wB1DK3|xA5#}G1?ateqHy+BOaITBsz2r{ z_*i+0gc3HxWN;0$+ygBjsR}snDA=dPQgT2@Cl$5WbyCK;%6fQJbMAK(wS!{w?LC>e zB|V}P04$&8P&(V!TU4MuenY~+85GYOlmNnA2H71us>QtRKKLuA=`ce(&mIK+#F-76 zgNBdgP9GTEx2EfvZ0Ph4etTHSw;7P&lUIc;Ug!bRTx4p0X;gBbNpq>ZZ=7K!u+Z8q z19^6LhtN|)b4+CRh`{##S)<>?0%ysCX}}AAUf-T#697&TkX^rx z-vg0*!_vgouEDt#`2}H)$+^4p!XSlG`%6fwBq;sQ9>(YQ5q|B6^5qxe3r3i^J2Da( zrt5U^?4!NnBV-~)$ST*<{~-@NXSyL8Vpn9#l)UClY)7Vs>y%7{-XW55)^oSEl!d{L z`bev+WXj6|E3}w7>^@UvbftfJ6>>N%{0uaPoRO@anusNuTBD2Uj#Z%8;zk>8F`k1+ zB)?QrKkE=^DlY#fyKOhR!8hBhDF^0YG7N? zcH+$LfB+proMT@VW~^8s!m%B!t()s%v@FhAuxz*3XeF$-O_6ry?zEz!32_9VT zI7B7qnV3j2&2|`0d7=@VnRj%)^rp_!RfD)&{nkm?BSba)fP&Z62x5QA9E=lwjv28A zNnla+#@$~hc2a1}c4HYF3_A{c)Q4~rTTiu_QF2}7h$d4}+f`P{_~NgHMo_ThG%x=a)4<=S{AenkZM-r>yuQ;x+nKEyv=imjO0YsWhEI@ zycb=&FG8wN2kxM8uGYm?Q4H5$23)1wFgvRL>`$_4k1{hkk8^ag)OIRbDKO4$ z4{Qh^A9uFS6X!^Sn0;dk3oH$^3u&bw*I}LNV6n&gKI2`5GoJaU(Qqbh4x0S_dX;v8}#= zA^KiXl@aW(zVd$CiH@gcDu@CVsifQoxy+W^ldC3I(?>ey?Yk3U07b_F|1)`PvT$9JMM9cGiAV8#B@#^=)L6v zPUb9O+MgSshsG303w01tONsb}M)-GKWS6>3R{prSQaf=&5$rzOgx|r5jb#iFL!HNL zKF1h}m$~Uz?)q0Z2|T6EUN=$u8a{*+{D|v|V(%v60k+X)MSiSzn`~H3r{ZrZ4cqbT z)2AhGeRTPYav$ACd5A$Ux0T?0eCt*2mHMgaYuamYbokOsn<0!RZT8Hb>OrjVT5v+ucRS?qV$S2M8f{wOd!l=gRL(W|@kEnDv zoQ|8!@EO>`r3`5!*JQnO;l@`r95?8v63h9O#r6K|jaA#7M-wgKp(}ORd)0DifK+zY zdaDxf8%MQ)Rj$McPk&&4nz~9nesS%fz4RuiXc%u}?ODeL7zT zREk7h1L#U!N&5vH5_`|%?oElQ=lqge2Lx4We61@l_MzWTE)M;IFom8n;q-c+@oJ>3MM2O zEZ|__!UBl}fHMr~@8p69lL6fOxO|tX+EF7CIRKP;?izMZaK}nApL&xm-Yy`<{NRV# zV5pUi&zUBhXhm(`?ROydpYN&kSDqThBkN9G`PRlZZz}`mv?&x>3mnP;AzYhNI;vGc zF79X^tt14*7O9v7XLxk0*W&!qN;^^eEoZ$rwUCLXszb)X26PKepP|jhu1az zv$1?DG>>Z%1+3@AnkY{@dK|g3v1ggUr=!o<@Yakb>xAc9GrY>YByA#@U440J_MZXR zUO>N2c4<+F&hhf_a!6KaQ{{S5P{~JXl4;%5EZzv|5_lz-I(s|4Me`=Ec0Y&R z1jyP~X!lhK9ncvp6A6k{1HQ4U#Pjqpo{$F#+lETV&%}VkIjLbQxabgH?W;7Wk~OSA(Yf(?Ka^_6=WfyAgY z&`hLZMi^zSqBW8mW;%Wv1JKiTJAvXMMVocw`8;mn70YdbqOIRbT6=xl?Byy=)u@qK|G@yP- zXGL5(l5H_yW`y^dFf`|(kwdb_pb6LdW|w`+7j>nVeMxq^&sw|k=fzr3+$(4DB`kd> z!%>u~zm!Vvugkj$8^Bs0f)kn$FUjpfWt5X*2))`0aFHjfGxeUYb_^Bmki+bG3^{67 zc_VFQ*B7T+bEtRmpV)u5H7=+7>YX(RJYk}hR}{<=x#;fiL>)6r=Hl`Ww?}XRwbSmm zwK0#VL%RtRkbEY-iCOIm+5vVRT%M%#THw|W(e~MUN4x-Py^k>JF>driFrS%|f0o|K z))N4@vx_>jyf2)hpK^%)IkyJ%w7aF8Jyop*B8nA&i{@EeRto8x=+0a@#@rt~HBvX# z*0MT!jeE+di>ZN|vG-2vWB`}ZI!v9Pq6ufd8E4d8N%M8zZsoDNeGD|kT3Qa1_?>aqkgaQR17 z;-(P7ObQ_YPiS45MKE$Kz6nZ85T?v|r}>ytZg)VasaZZ3S^TV?G*_YBLtWgO1ie+J zoQ;@^=$y$abt7-GsgkZM-KfbGOyudn-p=GZK1*gp`ltK#^BcUkM}S47P_6>`buJ7F zX}Eg?hyQV#ty!s_ANR%R@Z-klyvF6rvmM_3pIi%z+0v|yq@_+uBFGeD%~_Spe^qR> zD959u{hUO71`C#$m2&{nOJQtJ= zxum^*rk_Mh*g!ikJKJHryYYAlVkWOl{kx6qK$trKWj%55oy}!r$?sD0Kr(d`OBaeg zJ=@s6m2inoFFR9G>SOx}QN*_@Yz1_^7UPan=L~8j5if z8~6f(eHs@q zab2ASTdRrDxq~US^wf)4tU8NfzBC9xmw3ytP?gHdIfYI9ho3(dCZ;&2z88wT44Kkb zgFHl5PAv!(uv=h%InUydRZ;h7oB8`1cQz83J$$eLWTOM{tCrf|BHg7q=%tG=`UU{iBB(4pGbIA!*6ZPL07#MG?><(K`G}eyZ3awr(%}2W6TwSd? z{se$kt+GJ31iq9I-CjudUY5N+9KjTnRJJiMp^!y?q5ZgxfppWBVUIlv%{M0Oam=#p_Ohq=+hI>Mn08C2 z=|AQp-43wL)T;CWRRX=s%gfJ~Jw4sj)x~VXhV^B?Y!1?0s4AS|c858BVjH>)eo-;@7Bh7n6~?+HHk@^f2iNHf)614I~cMQE=~Xob@D# z-g}RrM+btRXgbP%i^Z1gPU{1_taEK778&!tIVu~@ zI~L7qf?j^`F)l?7)PK8c`$?^l^CWa8HQZL@&~kSJSzNSed#ti(^;!_oQch>4Hr1H^ zBzPUa2rI1G$CD06EGZ1>R?W=t>5HL%i?+qFW}yda?v-87ei0@f*wE^Kx)MgtaWMR* z4usrlGBRmdWZO~G=Ot!_Z0d^l#q-DmLtb*-rA(GEnV-$qLiHptlTI^FX2mnz!?Jp0 za~^o%p<7HH-G`*PIDW@llXM3iBllO0(`Su%G0O65g_tYGi^M*@M*(jB>?@i)(&ZZH z(RK#dW41=%NpP~oZYgU{JNS^N(i}CTSjKcL6tgGgV$IYPx1TcCO*ZKuInn*~q8L;g z9!j?)8z6Nah>?=O;FAhYnf)Y-3)ahV!~MPd^_~cDcb0hzjg;kRvTz*L0<4ch_JW9ns#;8 zVmjM`7%zzSgVc_!h(4K;a@iZn@b~Q?F&5TVt)J0I7O%}{Nd@e>vC8vAsjX%b^aaV& zH7j`Wn!=&9v_4BloD~{nPs|8)bU}6SbQRPNq4($LzG|T(}7ZFgSFkV3qZm39$+)6(jdz{=~Y`GaZqbEI4)6opeaXFE$ ziW1?~#;}^`x5VxHj@^+{Q@+=c%5ZaHow4N)bdez;@`t;QP< zQ3?ZkL;8DolI$PGjin`1?y>T^B_|)gg@neR(V7Nc_>LhKoZW}YApzp$b8?OKaBD-% zggtOADlkxNG()Ur%va%$A#NKZ%TeMgYVB)BKT{B^@ODTCvzRA0bdr;s;`s3*jsDhN z&2>6G*gd*R|LbiJxyJuh*Et1e5_RuB&cwED+jcUsZQFkH#AM|ndIdA zpPTd5Ip=0qb=T_MyQ=ra>b0New@OVfjGNq5tE{dsyA^=_3-bQu4vt#FjG;fdS^A@|Oqwx@l@hchX_UP!P(D!Wh$;mc+SwAUciSxC#x1WFoEfY@bie7hT^{jE z6YYWL668u$N0M^f(-s=lqta*fPS&B%r&&b;@Aq}7#(yg%lMp5w_#m2P49ORZ(f)Kt zSlPdrrz60^JrULCt2dSSQ@yst%~83F*<@$P|5K$S6kMrkdu7z9M&MIaZ=>M=8$r`Z zOEwxD#x{W(J3+}$SV;ov=Cjb7;2&Ob;I?|Hsc5kLnwS4N8{5;td^6Em%S`t_srRY# zqy67JkGxgOzt2>19B8wD9oBYO zhHYiHdnI*meHwLX8W3K#HpQ9hVD*blmk&W8``v+{B7%ONG@S;eZ{%{;V8}2Mzm}lu zynZr({w7eZ)WB{fJ-?T*ZeJlS z8PdGRyM3D);C=CykKSa1S)TU8;@5)X(b~-9f&WXQ#cQ&cGkNkrGz|;H?N0{)A^Sk^ zF*I@HTUOe{DtV9M*xvW?t*xx-&LE11GMK8psToR#M}#>>j4Pvj0e4T)-+F9i#J!9C z;m4Os^o-B=TP`owUYg<16E1X@XY_C#ETNAsx-hn3DeH8HrYP-_$Wd;Y~zeMV^r5~%1@Z}i~D(WuonBO`?agie*^+d&lj4rz^>#s00Tz6 zHnJ`&)pg(n9=R(IUOK0WVh@TVps~L=BMt32AlJuy%iwW`1BUD+!Ut zohW3MTt*s-4FPVB3g+~yES$Kwo0-z9nZi^%Md&^r!yjK?Tm&oT|CCK@H~wLIN)?PY-*hlw^Zn~Huys$3H3|K=c3N3Dv{XodkU+Dnn+5EKeq(NMg6bO8xMQJ% zxjV><#{Bn;s6<(#9M)$YqXLfB%Ap4Or7rI0N6ggaiRt{BC4RL3*qS?JaXLe##<15^ z3Mgga1M{39ey1pjlp?|!;|*&YSky~d_E+KQ6=F3rJkBSwmK&Sqxb4{M7^H&VDSHWz zhXhQrvaiAhqA`|%PLOaHIZSbo1YSfAPJ-#V&PHqBV4j4=TywrmE8vy6_#0pN-0SyugCiQwx9Xc z@9_uO)a3M-@9_4yG2#0$RM-m))qk5$7l$GJ;mIMV? z%DGXTZ+6J(XB4$4kSjD%=u_05t=HN~ms)tYK&W~a_~$h{${)ZqX@fjcO9%kw&66H2 zwdh%5%h1A4QBR@gc2d0ZFY%3@wS7Y@`$TDCn?*Kq0vVW;HQMLo@Ml$K%3djeNzexlshJ8PJg}E2u zJUkvIxMquRP@mr;y<)1l?n3#Q$}(xkxgyu4*x<+-%u;WeHh#F>NM#}X0tD+ZZ(Na8 zTHShODR`zloUpP{?hD}*#;~UWZewQULCFHbf>jD630VRiPDkxzOPv*=m4=~lA5Pk( zPbu9+*wrhsT`r4tGl}~#D9K(jf0@V(Lo9X2QN~gO!p*bUxD&;8SOpbM;|2Ja+HhHt zjD-#-yi%G{7I+bkI48mS62UHuNIzJ-o8~;iIHZEG`y!j2A!V{g>_jYhSmCgHS3w8o zqk^WZUOIMeiCk@^vaTllItzL5OAEXjOZ~TDRjF!LIT&R?O<+;vPy9rdn6dP9Np9g< zEi6#he-~ugftI#t(1N@V0Xyo`1XW5=1RECRSaPr{=3~!b>Oka2G+aJ4(D|IF7Rhz| zfqyVXSV%X{#N*sTZ zs)MS%!%;?!w0e5PXc~5^SNe`gJ{B%hm%4BtR4%NjqgKWZj*9aZeKINHWbFneh974N zXA<%PFxS4~ztUkm*LOxmI6j8W4z~iaT(36UY&N*!R?nxOIzcJVTFDz{javVyXIc9= zl3x&#O!CPHKSmZS{?sb;G>A>*j^YQt93DxTN$6g#SWb1utCgQ0DQx|2)CHKUYUEwb zx>egva0(nI^hRzvAyNIJnVSTJ21~P&Kxneb+Q9;pHSaOTSLhd6j6=!tkTZL~h z6rZ*m9p0+55rQ5glOg{0O}j$9@hgMC6X`2`Iz9zurjRjUrqrU#0^h(SAk>OtCv7Ke zlN6*+sx_{JfN*PZ&uiULIy+j&G4=~2>Z5C$ljfUtw`0D;kF4aD;}6ymrmHW7mrJs% z9Q^+0u3&dqv7F8-P}`yCu?dX4bQD7HzhWvOf)BGYrCA#QADypP*9{Xq!5h5-e7uja0%NJ6Pq&D+4Q znQhbI{?a#vAAF)@^0HJER@rxV1h9rRYgQ9WMaay!DIy7)Jsf9Z;0mv`+UE{8bj)3h zL0s^=VrDRG^`CqyzxGM0RGR%wF9pSgkV8DaNba;RzeyZTz~0zcB6xagyrQUVQqKL) zz;YgJ`Z)qllD`>amTC_q_y9^%AxQzlqNb=KOVr5Qxh(tXQ6U)e^#kePtQGd0Udz5; zo1HvK-vb;g2&Jd_~lh@>@+@wXmiz$+@+#hMPz&*`}CW2JJ zt;GOpolcagP6~Ar8D44i25N(wl8ey-PuL{xqjwPk75Snt>3jC9uuQ!K8iO9B)&5%? z9A(|%Cd7)0R7q~Z24wSWTQ0qwms}R}Tij5W-P>0}hl&_lmGD|@}D#m3Vz0s|?;-#TO~%En%Qc?+|B9tlybiEwYG z3nO*vdMKW(3YF-IuqrKV9UzZoAFAWv0o!)lES{r{M&In*$*wcKI19lEPt@YIc|Eof zC2mKh?B1qviX@bfCN!5UxPGOo5vO!ML@f~Mb4hJc(6*x@;74P4BH7TH81Vs7j~yO0 zqtQ8V{RbgIMiVm}I?)Mfxtbp+n>=4w4u(E_avoyg(A=iVp_YLX}2j+L>Ukf zv_hKnXOmZ1U^0VBY-8D&J|4@qEI5bCpX zmLC@XPYF-;=?1eG**kcrFL*3Hvz^j-`z#jCacbWm;LvLnFddXWOD=sRpthkCh*l1h zzx%D0GuoMgw~>yCt<+57HXpq^EsUH8*8X8aS&wLwM|Rk1bwsnM=mv+*4CaUK11ZYe z8>#4Em(7tK&U=3!eprvCK!2U)dWrmP0p%ww2hpc!gtCo=phF;OfkdT8GlbS$oa0c? z)PpGr*lL{B($pi0F@mM+B(-jHKMv-|;<~uE zm=$$ec4>em(Vp_kINd!0DlWA{4w%Z4-wCo8Tq5 zOpkDhJ|6N2d0K{BKh+*rOKmiQoyM}8!BhVz0%w$3r2Rzyz1zaoi$r{7>lOC##Yjl2 z@$xGX6u_kj?B^0$K#ouYst zIuQv`pHtzGO9KE(_igrkv`THUTgpu5h*m&!mCY2gFU;ha8*AkF2bN|RBj4Px!}sww zjqQmm&w}pjHqlq06}Vuu%$ZHm(SL422CtO3dFSbl5}TZ9|5HZyV@fedP}&6dhv-Q* zl}$pxY`+AMfuoAy--xL%vy>ZKVesy7GP=sjaj47Pp)WTRXki(ra#9RK!GJ~d)2^r| z;PeUWfOOGNvw=DhK>*XCjJ{hQZY~bpbXG^y7OrQ3{%%H}{L!tn*GfcO0KCtYbnop=v@30mO_ueb{dYvzlmyMz zk@@1taLp^m1n+2Fab;s@!D5XnRkkT8y-M~>m2V3AJL@YB`ir67p)cVM5-UpmcienI z3R^1+X00PSF5i-%LRc{fN@=wgupF6=DvPrf$bZAUC@BTUuO{Y+7 zf=)Zo^=a)Esxsh}t)p|>G2yxKEaR^y3XB%ivx5;4Y-zax(h)!CUnju0b&Hk_-Gm32 zJzPQhF;qF`9!syQjG}2#tw87UQ*e_GDzeOiAt6c2XPX^zEL@GOd(1PK>+7sJ=cd`r zAlcI-DGp?fW+yAngKa4nMeAE6`KH{&M#F)zS^~WLcMm>$x2hc&aV)>Qw zD;=`XR_@F_Q9uV_8WcLh3zdCKn^*3I80F1MK?O~Y+*BMqde5YYY(sXGp6wrjKP zMt;aC7Obu>iG&u(Mt0YchXv&ag!Pen7!J4H6ajr!x7D!6A6ivP^?C}^Ue;^e%?5zm z{sUHXrK-J*Q==dnLD1Mbph8`Rnu^{kRS%=}9Y3>fkt(M6Y)`rvG-EEz3TuPNBA9+( z3#&*_IpT&cY7l!KyRGqWk;^ zHHft?JKkg}f-2HOnz@Riy79D!f(>wnD!*Y*cfGaW%AKAeyxN#H_FD&{p|D+8X)KKh zDyImwD+k^U0<;*9BB@9N?@-HvD%9@yK=|=l^SE9>o>_8kT~CQO)WU&~W|xhMjKeJ5 zf9}k|4B;Q_6K0!{#%{fu&LzK^y&H!|B^t|h$UlCsH>aF-@|xcpS$S5@(0}e?$E@AY zsRkq6BDCsv&(N-35Di?5t_^lropWzC(*+}nl`h=}_^rnsnJ}_&?+$Td`hT4KJU-0nLU>v^5W7%3!d^<0wv7eDyvP>2%vtTJ7wrqw&j9{-E5rtwZ=>*Xsi!R89EKQdOl?&GcFHwxRiO(7|u1 zYrWD$+$GrbmY>)UfQ!A%lD&7>2&LvPB8NOh?`j`(3TpLcYH9E_r$%Q=lb{M!KvT1< zKH5?6PE0#3qD5(H76!w+JB>^F@zU41o1*tv$^cQQ2b!Nfk*`?)0^{36!gN0f)$!*X z!VXZTSrHWO^|hZA)Qc!zcH$1LD&YfKgciT^9WF7BsBq128F<*R?rziT>$P?j4Jo!^ z2&^;#`y#f&)6x*z6pQ{l2eid|`;1Wteo)2WFF#$zi?Z2wYpBcKl(pAMj90lpOdUBl z2BlC`bqcK(d^u%5oY|wbJ=-9j3LYa3TugQO=6nJ8p`R$-4BRV-gJnfO$c%+fl4Smi6qrbj}FeHhGtVm^r^&G$!rC$xc5*B-9ao_*xZrpzUrZu6?0eCQM#(3 zINH%Mysoi_+}+T;y_%EjA@G@Q{dNm@V5{$LC_mK@xbGs?-)w?v1lTsmHq{(B{sP|x zfY)I|A8>gh`knOs&(Lb;e1ZQm6LkH54GQ=##F&gd^7={3sUp`C`JU!;ovf$&I1jb( zKAKS7biq6S@7p~%%>Nw}2wMN&!5q_3|2>ChQ1O39{PzUkFV_tJjxYeP{_p4h|4Vwe z{|;{=#^5tPvpA9AZ<|px3ZPgQGeEJ{lM~%kS1wgIue7@tt`u`Ouk2t|*Uzl1l~zN0GBE8fH!W-5xLqjr)@OcjJQ`rcQjg?t0`n*RLiz64c7 zj=;*B?d?l%@}Q<)i|+%HIQNze6t5&YDL9`EGB2&Y_mHBrmqosuILCkekaKYSJNjpb zEE32}F7zl&`ImCLA>IVnx8JI7_kOYP1_JDdz_u~xEx|bJfuNCcS*KK{5H`7p&Rhtk zrx~_T?C5ZFZ?N5 zxCqTLfQG?o?{e_nP;j92!;W6*4t96z*-w^vB^~y;NZ2dF)JQ_M2|hqJlXdksk_ z_yB-Fq?ETFY8axt{VjW-E6VFF2c)ppw}ySw(APkIafiC3oA}*wgD#*p1Gz<6yU%fr zW%BtD@3Gb-KFl?^EO3ML6@du}A5c}5HWo~4!F}HD_ znHWW%xF`X{){5uD#A`Bp^IT`TUGe??KSb-&^ArMNwSuzxUD^VOWgL+&S|WXe%N=R&ZNym8lem|7O4-TCH{p8m6-LVAjm4B( zQSCPW+;UJLga%b=(!yQrz0pz>WMG)1TTN+N16MJ+rzp1Uf}RUCe#CyD&R>gZ+1?=5 z+xoFr#bze{-rOE{pwl{P~I2}PLGMWobGKL7Jxdna&{YX#C2 zm&*!knTw<@?c_tCSG`f<`|`wJ*SVVO8AdC*s}NO&%4mTZ^0_tXkAmpO-TH9{!5mX` zQ~kYngh)YU&(U1>rfE>EheKtpQ@SS_)k80X5(GYHfIj{Gc)k}9FKLnEkGpYE`Gxhx ziyf*Bz_J8ue{s&2>neHN9-gTvhE1}Yp|h=#L>Z*a-@2d!(FFw21nQ zS6+yl%5ZNJREhRP@aXU=rVHOc6{|+nyCKqE()Q`as+7a=^mb(I-(^^0mqPxNzC_Gb zq(gRV^$_9Xh2z!tG>j}sOkW``HIW<>Ms~OBmkap3v%eqkjQ}rZ_BBa z((Z%aFwZHbnsYQVrT3diM-V^95;^!e>mz8KEYC=Fh584RbS*4&O#Y1HT$M`324Uxb zt>axXEx|SAjIU5nIE&jXDQ}ldvy<~XP)h%FVS&0sxO_%|F;&R;v}#XbSX<;S!w(_Y3$=;*t6~H-s=s^OX+nxR2iw+E3?v5Anhz( z=n=2)0hE)hfpNq!olIl8X-qcl^}1^YB>2*3fg0z^KqW_|Ug`-$1z1+~RwGzbf-Yw3 ztXLKyjU(gEr!wW`AA3?s$=gt$YYWb3?%O!ox07sfg(jO$2vLqC!f{<ESwZ>7DL>{xBTJo%|{uQfTHoojNAV$B_G4 zHyw8T2CoG|283(wb@6vC?q(SD8ZK#wz)Jz06+Lz=&f3gXF9lL2!mXR`gTQY6*D?6b zXgF8=)R@5HLhNeFQ)h~id}8!?LwObVfL(9s$(a;;Rz9kosrReSR&PTd5gVP_x*Xc< zjXd@8rhhPkuH2_!v7c%3Wvjwj_CKpvh4U23GI;WA)z*jKV}W?!4ihc>UBjOjrb_Ce zjKdWIpTD&GRq~o;(@A&Am31;}6xNHea0p`l)fa|z;Sn<8ay z3581cInhQ>?DU;TzG=Y!>d=}eQ#{G&&>n&r-&K2rV7&usjXCOx)c3$!ySc0n3bX-2 z`ge)9i1P@CeJ;9P0mOcP$B%=lH<7v(ExXa|b_XAl$q~h{Z^=oG{dPP1<9dwx8G`*0QtPeV>}1?HaL^o&!?0SDQ2Jv{nLASAytk~BJ1p=8R=e)nueA!! z4mnL!jmd_jaxv1O#%{ZohUmdocHah4ruN1?InET=abG48JI~Q2tOUErN-0`<6?P|e z2kNp(OjYCbyWR>HpnJVvDwxt#i0H$2W8LkPVT?t+$qcX4^&06=SP9LRy3_IKLV14jO z!^2_d{MV#eerwP*80T2TDi>bicC(mt;VP_QOL!EBXb|4>;HZY02Txt^FD=bC&;D>m ztQN!#S<~z#vG8}aw`gC}&@(YssEoHFW3<6pU~o~r3MNq>EM5GoSqPjUnHHzO*nWxo zVuFz+?ba9}udxqRU@_?+waF5MV1KwdB;G-8Lsj#=mEV~Wc9%wm8qf%Bt1-*;050fwPX+bb!tO+19+GMVpV;T zgUo-^&JEoKmz}*j+-g}FbVd=}ca$+xPHy!3{ae_voDI`A_HF=#TnFU&e$xCDRUG;a za(jt$ImB#0eKSS`(;$zzdxXKGFY&XhZi~2WC`sq6^A}MhRC~Ef2ghpq8Tjo%SxS0{ zpJHURrpFX>?}))dj8D#4lVBGdo=g>qV>l=MSd10&>nji5aC*iClmZmiJi^5h9iY7= zQn#D+{Pne$k&$r*kA}B(MXka?M?Ob8u08?o{r>X5q8M$1%93Z&+9b)S32L!lv>FC-R3o>3PC=mryP0j zzjQl2aZvo4{AFg+>#UlA6=Ruw=Zd8R#e;83Oyv_Cdyb<(YeokciD z-D7>{=q~EB$mD}s(UIun0CU3um!PjFBOUi4$EX*M)*4hz()QzLhN93iq^tHtgmEO17O(+ZH^!OvxAHsLog$c%F#s!yW|rA$k5T4K@VNX1T}ACU?>lZr4K+q9 zaO(!Tlq1iFo?*;fOpj?1EFSW3*eMSrfxx|GFL><9lkX!#Mc3KTb?(BTgl zF{N(0J400}1zGDGK2_%pu+pRAMt^Bw+5dC&fGvduo)HZCV^do+_XZai)!R$FMNo7S zRFF~X;pRv?6+$7eS4tE^NY5~^-9V{Oo)Mx2kHiRu6s(b8#F^O-FsC}z7IA8;_7hx?uRj%UwQlNh~=J;|vf&_J(Z zD)Fv!+%A7mzk{joaa6+&-cB2;-WzC8pd)`Y7!3@Tr)ruX2prsn4Jn2urz5q(l(2zs zcsRbT1C`B15+{QT%%kElpwM6RmGTa-xgR$*v7gC6MJ#w?+9qM`2J~mCrqWCt6Ey0J z2Uy=T1s?7RqS%&UY5|BBaO$Orf(1`#@PXUa&! z739xAfR9&0sUS`+zeHmx-CbxRV5o-!Tu#c+0S#>GAu^38h0rL0WtEn#@*gV?`Mg3GjGVqDJT@junQ0KWErPX3-Q zkDmvFC%SX0KW8CJoQMX22Qgk~2L*mH8G`)XpH43ClaJx+-(m}j6kZQWm^KJS^qlOm zL3PS29?*m@Az#ggWMEaF9(?%mAApIOP}yt5R0D{osfTzN(r3u-%symZezNfZEa>5M z*j`Qom4_**7bjU3<_mcYUGzk$b1eWlt+6PhMqc#Yh;Wqq|hP&-ggD6Ko~o?o*06wS}O4lZ{V%|#y7d(y38N|qV-yn-x%sLa<$C7WHl=wp3BeAYWZD=q#r7RU@V8heJ^NlN=fw#VOaUO9*qJX=YJ z(QGQxwc{c%DX12g7AlsVB9nCzg19;hm$$pRAaph*#+$O33xFwrTX zOCXXcIz>g`2a?Ta!F)dF+l~bSBQopLo%ug9hKfkOyJKhbD~<~7G+HkH$*n|>uT8gH z{pn*GwHRBZ*ZqTNaE*ind~eY6JWjZGIySKPB?Lq#)`Iv(1b!%Z2f4D)h#15?%`%%Q zfgI>42z?uZ@0uWf`!#ohm*tOR(NFx6-2e?2A7&<1BG<^qynm4>sN*3*|5Xzy|pfxc`Uws;T76CZogdP34+gW{j=# z;igTBPzL#+R)mDzqkp_f#V5yE!fisxz{~XkL>)MB1(vYNuJE^;L^z`-{e5YeE`cFc zYSyyiHq)Zlh(&>ua%E+R$XLGX`1atUXvC#Atzn0enpoSG`p?k4l7LFW%>#~_nFyo; zr@?DGaNw445vcQ7Wv*>>qFqSKbapYz3G`UCh%Nlbn$Ea3uDBboKbOuVOUq( zA`0*;qQdzSwT+!H;ks=S;xg5)$gKL#t;BuUT9_GEPC3W#c`eb1fdA>AX&&L^N`rX3 zLLD&V45*fQwaSmrQg@m3VGDBlPGfKdF~fJtQ|lvV9R#j<^i>(8tuo;}yK%?-4K)UJ zEjHt^cA;+(fvK{24Y7A)kGafCX8$8U$i}pvPVFc7*L=L(%SpXI^`7l%aq=o6nyLFs z&Y-yf-0)9qBakQrhjJ+~A7>OddMSU#7;YL~fngl(4QCs~k>e>aylO9rh+DpB39PH?GsjFiYvLPQ; zHRZ{94!a(t8(gC`@*^x&cqIW3^!wXcdI7Y-1_rkAH*$=|yTQH7O8MhvyF|>R@b;>1 zQZW|GZ74o=)x7^NOL{a*9^Y(&trQA;oqX4L?%;6IGh}?VT-V3b%oDO>fm%O2%1xIs zKIk0BA$9NXCS?_RSE`nRCrd=bMzYC_38*wo1j34EivrTV46i+Ivj)8I0|6YRM5L3w zG`x%8#Ym*y_=U!pgvW`$-7calJoyXCu6R<0--j%i;%^iK8%|x;nYr{OG;->bj4XXq z;1ku^ME12r^aPvS%SdS%of&8D2$8QFWN>K{8{%Ct*TJXtW%n24E1V~n7sYF(Xs)!> z9uc6zp}cX7XrA{V`6SXh!)V}t82)zY{1AeVALwtQBKqp{YrA0NQo5@70?~B@l&Q0sR+?*8jbdagRRM2xk zcW`NrF|gOZ=|bc$d~t#ea5P-Jpn(ca%BcINlNaFK-<+9*^X5ZX1_q1E9MtE6fW&IZ z`GB(~h+`;IjL@4_a{k!ja?Q3*M4AbBi<{_lbfv=)r>=Y1Eg?*2n{`Ja^ia;m)h7j- z0NPsq54T+5R)d$1{~=O+iiYfrgU=X&?m{vn?ky$8(pGLd?PImPoXMS_t$eT9pQ+uv~09@3<=L5n)K~GJT-#HuCz5GzHEhazb*eEbk!Z0PJ63w z;(WjFlx|1v5{2SL)>3j7tHiGrDKqW)WgY3}k(o3&Swi(1vZ-j0>+J4Fy;7aF-w{>I zlZTDzq(c{2emcRv&4bl)#10aDVR@UjITHNn9gvbW+Qk=;ahd~+?t>fKc#LFhPe%yT zGct#Qf%0QFBuH>#MR2S^Sr&e#!okZcAN#bpQT{E5))P6Sh zYQU}qgKO)cle+vv4`{&mVyz}5uN1}H3v&$8W>ek%)q<#LnP3O)I1PKOl6;uKI5Zsv zmcCWS*-Sb<&XnjTM_5W3A6lDQoWqM7iBkjiRm$)>N*+ zJ~XJg+RvrPECY!wMqk(CYB&4bCh=B(>Xos_=_6&gQAMJ^aau72I|HY@-CI3#^93&! z(ahB_(UUw!2w&3%*M&f=WjJ9374m7Oa1!Kq$1|???@U_V`#Jy7w3>^?II{4%si%=5 zr1>hdX$xMv=?7pO-lmE^0U4sYDb2E{>iT5y2mYqap>LjUG#WaB22fIr%aK8(jvxrs zeR_#0Ky}|?O`BQ6pS;qk3BTQgS+y!a{9ZzcHFnt1hH(tpmK)g0Y{Ek76WYBq0VfO! zyfU&(g%5)&XKscqtw)8wU%pU{0bOa<6wB2iz1u?Vq5Pca89*--unY81v$M-!LN(MiA9C@p#9RybkqG0lO{wWbB>4 zimhy&m;R`1(V&Ads1c~32Q}_YvQ@(aS}<{xbrn{XmM({rKIf~VPo5`!vQK?8QhGRS zgiYA+CVc`yw;}XJuiHYI$;#&z3cY!Aw?H~#<-lI55IL*Lr(VK=cznh)R4Mtp&C{5x;%<2 zweOKByRs3ew$ODx;C4XTS%!FhAA(|55zZkS(@AD1x_s<}AB~v8V;#uli2Az?DeKv$#V?LOT3iSDs~G7?-2Wmga;%n)`8y zriJNbmO4E$3aa*q?G-z633N!~T%q{a|5WhwhqUM*XR*$k|eA_J2 zr{a;;yH3ILxMlX9GUsMFLp{D^{E${Yt+Md$ktoqkrE1;URh-@R&Sc8feZcCIea*RzM8w*JRLJ~ zl_@5e_spiV$;22SA?R++K($e?py=g7tp9U67EH&=Pky&rYiZWN+8iUOphZu6G<^RVAGyiI#F4~VO6Z~s2@>jUz3^RgF8|*&iR7LSryz5@B#gi!px@P zzejh}i%z@@tWT$rR_|Iwpkd}%&PyUL(ppQi^z43JeSLi$-l4jj83)uz;rxp^b0~0W zVb@1oI^q_XF&GOfLwM|WNWF~hOWms)Iy=*+idQezuITPWD;dUBiX9nfzX7#vFX3bq$|nAr+N zL%lwky`&lF38M-=^u^TmzV<)0;gJO-N|f$#VSK!GaxJk5j%E#eAqTl!5U%m3pSQRKIYNx zFJsfagg{J0Gudd7s(~OE<$?Szz8*9@x$Oiy7YRCamNQj4%EHB^@;`X=wNRkkC(@wCfz}XTq(QZKD z{$t=LnJd=CarLksI?HTa^a8WR0-%=U;*+-qRmP^@q?phl#uT+`QYk}_k^Mk#pc7WQ zVxj!y6%X=CT_CXaLS33@pR$uNpRrdBQVqhWt`zg=5T_T<$|a_i3loMoK@EuabnJU&RGdh_(*B38y+=%nwFYl3)|jVD?=3WbaIMqFue@Tl1MSDCGE zQ`l_Pk#@{EJV+AP%ik2~sjI{gxR^q-)6jz*Yz?*p#0~_%!3EBocRAX97*P{Y8A>;O zu#zV@YZZ%3`3Cxl_n#U!kMHngh4#Yx=JgpFW<25N1E*?Ar_%+5b$OtLwX?vD@F$~; zYMoEBj`Zn=P`5t}822qA8iE(Oe+ujOGZFP5$s8`v(t0~j%JDKvmQUPtPmc5z0zt!G#xJ75SD7za?}w`^O0d;H#U zrZtwj5jY|N+rK&nqK1yJbNwKa+seZSsN6gFN`AuYMH^K#8m%ug{n8}~(Nn8s-gKd7 zs@|X1=64yO)$|1K0mBj_!5X~9c?I^|JIK{n)(f?LvRB0!^J(ZxR=|#)c#2h=5fnk6 z2k;Svk|_SNFV=g;rTc>@m@@V&9MN__JsfqNH{rB!jueflR= zVU;*)GoAWmEe0&*Q+$lv%sUWWN0WP$Hxt4Uk55%pyk@w;U-W-{6q*qXN&CPYgZOd` z`+pbW7=%iY8O&Q(Hw|!4_k9D~9Gd#SQS^a&TN$$j*5n&RDtV4lMYW8CV_J%IvxTv% zfy2ry2WUYu`-;-9Fe8N5P&Kn3(ab%)(4V74kZdV~mJVGuT_6KJw1guY+&wO0gqcwL z&n%AK=%v6YXk{+0t$Puz1(gXk61kA;f5}1vcl%#2@_9bJB-nwUs@0`LM_X#!40aqV z-_%*ptLO-3(`(^T3^5DGuH9Y|Gv+C=aduX1_b2fEI;rq=F&5wH>1A72Cn%I?RLrK$ zr6Wk`(FRxucR%()U!LN9))IQB?Wvi-s9yhnXlS7cj`_AMAIQKK$6H$LS;;+fK*$`nh+!xbOIW`_H{j z)m*b`)?9m>wKqu|9N53E&+{G|w>9ZhrkCe+qmZvVF&S5OrbY*Am=1ESdIG?UInhRMkgQL47)4(k|fr5bzih!9CU#Rk!0)RTUu6mp5Aat478+(8&1i zck}#MUZ>*`qxC|Heb~X_(Z|AVE33D$BvCGEqeyEE?nmxj<~x$`YNex0r`|yR*FPJ7 zj4IYOjunM=ie=EA1~zD;io3F2-B`vDfrI-S}hmm1Wxntj1 zyobjzm~T2IKO%Q=X>dZ~g1UDp%^otJ){_if1_QVULoo#r-o|2BWCx|&13i9WqQ?;xYp(~zkk2`Hzj}4Vv!PjgdDksnEe6C8-G2eoC-_7@@1e3j0 zZ5t=%+!BgwV#}>>fmKzpPs^WoRz;XKjCt2jp#}jnqfAkzmqaT*gl3ls1c{hI zY`cO9F4t?%L9U&=-e)xH$cg>eglUk+t4u&E@o(|LX<3Hk>4=?gwj%edmh-T>z1Vk-}~6 z4k?x3J?>W)#e7l0oL7$*_m>K%)P5z)J_~H-_s(m7&0+o32qk#jr?OHBU0vj_0mO=z zZ^47Id-nrRY1$`IB;B!51usAEg1{!a`!;ut**b@XFp!|odPGrH*cHjKew3;S2_3z- z>>{xuIIGu$(8{Xg`)B`3z_1qS7}_&6n0{Y@A1IwQ?l3P}pZcWIUbJ8USA2^9-j5k> z{bUlYUzrsY$0*Vlgd=A8&Wa|1~nxrhE_(9SzKcAdoX zLY#z73NGmXBWSdZ0*g}2KR3MXN8&6D6pIP`6n4dOIQ(I!4Mw@}dJ9F3RiR*S-_tBW zmj;Rd(^1NMCkb!A{02eX9V0PvxF0)?*c*uQz#8-=QPLziWvH3{pwk}?6Qz5C#{^dd z4~l;borzFthwGg3^W$o*+EVGQh@M-F?S2#jPa7)q)1AhYoG>ainqS)7*$^v{n~)!C zO%TB7_-a^dN38fBrcL$~Ri~@Abbk5+BPvjv0G$=7}p;H)O7}qoUTYJH!99gHS;I zy>IHVPIUj#vZVKtxXyv3i6Q4$`A)>8pZ~!QsLv$K{4*bY|=Av&?dHef}54 zJ_KXjZon_xQaa;q8L>xZHv>nMcsS$IAnDixaxtK1?A``syo3|YP2Q6+8^i6_lnyq~ zVoLTz*EBW29F**AwTcy?slE69y6Xqj6A;yr{Eob_O0voCqJJXy7x|@9M88xE81^I z`!h2O>oW{zcX#Y3O<9-E+2m_#m8a8@m?W0(g7_~%IH@S$CG1;p%!j2JP^x9}sL6}i z zyc<3ZYX44GUrdecEj_@U?Q!n=sSPhi${Pr3a-um}j8>WM?a>ISQ54OR%~+1~yP<4Cq_$;|=V8`7i`}L;UAc2mT zMh3Tw!1-DcT>}ZR41ALAo5F4wL0<9!j3e8jJ=UutJ`FH}ENfnB_Ht;98BsajcgLEZ zXPw&kl0Iq;>Q}&_b8i2dEJ`L=Jy$L53ID<>C>8d_W`+@6+i9RgeESG4Nrks?Y&q$& zX}e9_vIpsPcm2XHPf0C9bAHVAbQi-Y=9uIw1Kz*7dAu20a;ni>|g4hcjGy0L` zT?kU|l?nHj%{}@{1(h}+vd@;`Gj8$&Jp}QC(o-7d8=uxDTmMW`I?Iz;EYqRTAs)wd z{~ZFhO~R1+F6m@>%9LmfIX&jE1J?IA;&|dd)F@>$$4lQ8t@3og;Y4C*=K>}3g5N_z z$>J`PlJ^{leVp?lrsdKLv%5j} z))_{}xuObGg5}ktnY~0s$MEjf&_TbDN(U{S6GzRXbhr66Kp^p^Z_Rw7!L82d{h8R! zEey1nL?b5Lgkxd*1?|?P>9ub`?fY;2h)Nw?T1V>~>Zl>5Cb3%UGHD+eul4PGS5cHP z6AqL;yG+bMeY=#YncjEUUV#C_wB6;sy6a=lu0A*e<2tw|SwxYPd>_EBLDpSi@a#o! z*SMBh+o=$onrtsJkS?Wups!ot&CO7a3xEGTL!1{JmZR<(sgVT!6lWO5nQKy@>&*M( zxznc@!pQb7{kE*vD|>^JAX)Zrq(^kff+cX;9*R+4cTu_4X1EsyvLgu+pw*xd1JTA5 zjZk^U-Qzs7vt!eZ6q?)idr!omHz(uL+nqQLraE8CSG!Iy>rgd*oP1R3(IEA6#(Zwm zC_#eSgbAmnGFx_Cjed=nIGj!)~5!WO+5zgkKTE*4cK!kqSe2f z?brNqPw+V`FDQq~dQImyIPMNLwV19+SvQ}`b~%1Yooi|l$F*{6vB39ImH*l5LBsK5 zy=e6gnu(D?`*1$}jk3oyGcXV9P%LACRA&lWDHRfJ7!TTpV`tQNjc$AxtJ><43{Gyr z2$8ZEqLbP$SFbrS47GcTQP2D}BvZr8ZWRQxKq0g$d7gXq;Vqxn`uwGUrxEVZj54l} zQM`<=UF5+#x**(MmYN%ArHvxF;%2|Z%78<$Fqq+J(`hPA4KzTugx(Zg?KmN{GK(VQ z-g~3mAdZMMzkT>ob|-f3TAF19%JU@Eoa{SzV6%_`VJmoXh_ND54t+}B*pF*i{B$#r z@Nn2z!dBDHe)gPISLPi&sdNg?i8Yp~3h_W)Y|~gxb{O{Lm|+!=ldOYqbJs~Vm-4b4 zhOue9#I@>lrJkzIgI{g67Fnj6)KHL-jHS>8k;l|g%dL2-kIst^CnF!b)LBhs5}8|c znSGOJq?ckg1E&guUMuTrhelqN#uTB&1q$2EEjlz5S@9XOk2mtGK;E)3x_o~krQcM! zgNHtxyg2A6H?@Od0Tw~F=mASjWfH4Sq@}9pz87mNOPF!4nd<(k{3%RGlIU{% z^L-i?(2H6kJl2N_hYAmb=~-AnR=VR4XIDzan!9nIX|x(dzYLL)Jb68ilWuWJw#LIFj0eD#Gj+7?iHNc3YjKHxb6n75SOPMrsWFZ=awugA zFf)FYp1dEHrNy++1ZqsW8^9G%>bM)EL+v4C2*lejh~?1p=2*pQi`!(^>DV*|y+@Ki zT~TuoV9^wzAvw10a>LBa?~kKtO_bA;FSl-M!A+RFFy|)Pw!<-}6PK2CIee$jBXxza zv8Bb7WR~ET2}iUFI=@}Eu`dw?c;=gm4~ zn0Kszuc`tNH?&%}uZ$26)>YcDgrG|hN%ARi7+{a^%jnSMdkWX`jgXu6MKE>Z04rR0 z<3}N6+~^=MsKSk{!|Ea!kUR$yPsfYPav~i_HKbU6jhBZOAeP50!IXP3tWwJn?CdB@ zJ45w-BV+LI#4X-d1jk5KxAw&F)DQzQEJbSP?d#f$siYjY^G;b) z&N;h_i3mH!mBH$qTxP{V>6Kg)98)6=b@5fgb(YENW}L2kk-xV`rw_k2Aj+KuiesOZ z19Y`9i*#fXxfwa7<2*)L+%5pi$^Ke>@F&Y6zIqw_q-!b0ziCo2>Owp=R0;7cS!Z(^ ziU7uxLmc*N^9JYEAVmENyJ`+35WcTjH+$qvt)(;z#zYQvjIa@0DBS2=N?Av2Z95yA z{_tG#3Gb=?TyHjF!u$6Y`*?TME^RIIti6>niiBx(cZqo_^ZuyLO0u=|0y)oVZE^c^ zkz)=;7?(~W<*ZK~Ik&N@BXX$+d;9UaD1EgkZzR1~03O11S1nytJZZGYVH`@crRrD> zt}UQc=BUDW(=}*?i;sI~KcVIakd1FTGoc^4Mrn?`cL!(8> zP2&|4(p6+uUv6^C?Rm9mXB__%3}Kmx!Ej=Tgn||a5j7uz>NsyW%1=bU$Z!R7v8}I7 zz_24=K06Sz)A&0#QusZhzpUzUYp6b4nenfRERaJM?szfdNo1)uIU5Ju7jx9L&eSjX z<`JD{#G)G~(oCgBZgpRLbF^X#h&8U|vZ3o;4zj966A z?ndLnojsn944r;-2_FbkVER@KKTT6&Ap>iCmf_g00IHi(G*wjF9eEgpgj9ZS@1V&d zr@)cyXfiBa%8Cxr39I3aTN@;AO7_Y*#!yze3N@-W4v|JB5>F|H^gXo&if9~2Nie&} zk6G?ZHjTBi)ArN+mQV)1iz*Bu2Uh!rU3+K{)AgVA-3>c$ud% z1P@x557o?sM*H<%lhUsf5tLyXJ>jaq@gY5v{tz0AAQwckzY~&Usfb`zT*i`cXMjtQ zr}W7v^^sO1D_!izqHD;kG#SR6^PdyZZPtV7x=VeH`5AT7!<@{#Dz8YRPJz(6FUoB` zQ3n;y2Ck#ek>^B84!*p~)T@%=L0aZmLh%}I3{`kWRI{v-=#3pRzy8tJ49|3z#< zK6B%)^@~uVMFIYUva>Tze50`;JsmHZZ384z5HFUxA9%br+a_+P291;3YG%XIGYUk$ zX|~ahJ*u*)(!wx+<->={7|Y5aFhAh6!6!%#qS0$>`k+L}Dap+d<1Evrlb_ZHDcA8u znpY+6%Yx!L;JxwvW~iE`7g=|+b7*d_giU*UAr4(kYL>Amzq62`oA8DvTR`B+jVCEj7yE|Vv`RIqIBgSS?P#kqQ+xc)*{@W048Fadlysaw90y(0jS9wX57@H z11X0y7N0?3HTD(qX_g4%3_o>V6v%tTvD9mf^<0oA*%g*&9gcNDHuO2x=!vdGS#3Ir z2fM@bVKwfL3>*e7dLIU%!qP1Q(U2);CQIrTYnaGc;lgLC?pZlJt<;kl+>Z=gAxudcLc{8TX*)?|d#L74hQsI$27jQ?WF zFrW0L)}ntAk!LInuhyzFvCbQ`8(UDDz2d52fGv>K@V&TGSz_q$_iok^)6aCH&o*mj z^R@EJP!}n8Fs&^J0-*r<$$#GJldEWj#XKww|60}B&VQ1FloCq>o zEe^FrfCzQ{opyO*77P>7!2Ts*ik+4U@kIYF_tO)Frv%3AbM zvh}Pg*7Qt!StB;q&+>QKu{bN1n!CktqkR_tz|=gN1!5;3uJVJvLI?^947S$!ib@F; ze{+1wOjjebH$ZXhB~JJOS`M^5R#kR7dn>QgVxYh&fn037Z!Doni7Pl(PA4~XShGz^ zze03Z>K8i)xohy&AB30;_K8}qb%dzf>ZZcUDB+=jX|kNA9<9)DYF&Oxjts#wDHd6o z{1yE{bSLE3?1)5$0!K@-<4Qp&x+I-^F6BZawwM%~(YB}#uiO-p z!JkBGRWw|_e6Q2eXXQ>GNXa3glSYV1Hp(e5G?Huq*NM)E*5>$)o@x~*MF6iX08YF z>QFkJwFPJeSALZUOY<>&q|gFO;DOK6Kz|iN6OCND#qi<}odFTe2EEpojLQqO-iVZo zR0Se(X1q{%P8W;S3`XeO0vI()g-3q5$mt3(=L6BELCz`OJJYZl?NKB#6oGOhN+9zu zD4k#K8&p=mkkC6~?Z#rQf1Bs#BeSMLtI6T4b=sCiz~~e?W}81fT{r?tjbIJKS$U|^ zE*;5e;`H^rwjRyfYG+6(Z2fR8fiU&8e$3 zi>s(0!$BBhm{r0|VPlV{a+I14dmz-NDH-n$BzLcLcX4(R_$GDqu!M`PaLP-$5oX=R ztlVO)vQdg*FcR!K$VD0+XM5L~t1;Tf+2KA~P(a+X;&Zwx>+DXX`!dG# zOW!zM5b!j+6WsG!eJND);1r0I0*sZ|j|QH}#M=Bdf*n!%KV=pvYtmym61J>3BJvKh zD6Jeb=tQePeu8qQeRei^9sOtu?4K-_?=19de>7W+$t2W~ByfnNmKYNDb69{H=mXv~ zzdPy46gXMpqjf_fUKWcl%O8LO8(*j}h_hnLD1J60A$F3f63KD68w_W_7xCxDwFsfN4t_4nNIQC#%>-i?hGi=%4uwH zhcvz9pT>#|9m z@5m7p_WG#_d*U#6vUC=Tu%Jt%lTkHTvpfiQJhGrK(?YoP3tMTl?(#U2c6!2stH*1S z=?=ECTx&)?Nx7r=j2Dd{yY5UxJpoIDLZrl;pp|MeXDCOqmWpHqUxbi|HT4qv=Ixh$QoluvL0)#K8-x5 zBko89rx>~y=VIni&glT8VN;YvHkgyo_&WI;uJXVKoJcx;MFmzqbhgJ`!rP z7tnH3|KKOr6wi`hDQED*=&)K>bzcCQFL5%8aW&clpbtcnJ9>s~yP@~&wmp@&Y z-BeDyWA+>YwfoWCy@M3YJ9j1A0q~7i(}p28v2hE0D)0A8q}MLtM1+)i38wwHFiki+ zDQYHNLpcUhu_v1|BJMhiTShj{$Xtgz$&knLwfL4DVf}eVdAc8LodRoz33ukQV z&m?uF!pcbo<2in-G7smB{C;u;jQ%}yswcZ`g=41$Muuvkrl?LS;}^LF?L_=fPplk& z!tx5c-=iY~` ziN!7Gu9x8WGyy~^ax!P?5l?IZZ`)=L;x-yo&0t4n`K3G zl=3olj8ZVce?3;@mah;txzVGvNKN+=aeAS1T3rW99?lwBCJ9hDom`}3%Zw!)V7kL5 zzTdHZ-dM)x3snStMoT^&>2zojc39gY-A!$|b-gpZYrI)5)+%^@t5?qWDd7CxYgEMG z^eVZu(fZk$SUqJ=$mat~gD{RR~hPs|MI2}VtZwv44PG^jmDI%c4CJj#EQ zp1O*lR$Ejfmx)|M`)i)( z{V7qVuhh3!y1b;hyxbwOzA|O%^IQ>dnxx9acj#Vm!Mf=7h+e&b>XQ1s>n{{E_@@YA z-gfr-3ldgx+Am1>O&MOryh1HaE3noUC}etjBp#~>jsrPYpeY_A`?9Q8Hu1{5^%`4B zCm*$K#1O{==SQb2LJgJ(Ls z-K;M3o_@iOwov2+_%P`t-8tdp2Q8Ui}B<6_}jwo;man5xCp);^xiiIJ8 z55gb*)MZTeVr^jh{5ZYkdU8OSJ_7iY@{jwdaPLOi1VFmV)YN2*AasTBAd!sI@<80N z`SXX7WQX&(mOJ?8neEn>i#-T}DZL(nz9GGtn&punlq+}OZ79x+nJ3F`FOD7B!_YkP zh(#YhM5};THBzDJjw;|%t%_7MrOnfz!yNj?V)DyM-KtfdqmIMM4^~a- zm6?LLNkKo2;+k>ef@qPt&6uKI3A2Wdb&+HZV?tXC$@HNDcZbB^t}NibugOs(ez%Zg zshf2P!yUM(5vws90r6;o58i5`T=0!@CLAG9m+UJBux+b0H(rPziR_QEWVf7sKVOM? zb7AWrAi5VtiS%s{Mw{LRBTNmvz=74Rl1~XK&yJ9dXqx>R4A&@ov#yp-tLofhDc5vv zPdt%L(__R~AiSa;@rd_E?PZh2)+_i~fJ;pGl7RCK)XBvd@7nLJ&f z#2=}oXcAS%Fstp|IsCb8|BN2RidZ^sDv)nf2N9m)Ne}qz?Z75Ji0M4f`uxtwa^`Ip zkYhgfRNr@~=WRKB?}1U8vUESd+c_5HCFM7IP)EYgUcVw(Im3fBqp`Jnys0T+`E`G`=a zmnis(8`_B@5wuZ6V&r0XPeuld8`3=luRJ{XGrW81gyFSC!8p69NsL{T#WVbC+IsvP z1=Q)q(8Sv(dPv1wGOK!%=JPW#v<$Z?%w`^Q&|{RC`zRXV7UC-~u@etd(HP~I&``=n z+XN)DS8eek*E*rTXi>F_wPBK)CVb zX!BBEOTC<^6Ot=Kp_|Q6?6^?A*hb1>i{)LV_QLExRMStcy5Rr%$Zte6hpY*STL~YFU+!kc5Z@uJGLhmw2E)O%I?2 z`RXZR#_nI)ujXR>WYdtW^V2Yf>;;y^dRJZ_puEC`9IAgOfEZVG*h_=`G7MuKn4C7T z*YuNo^%TeWd^95WN1mPYRsZe5jite)mZ54pN$N6UK{fbQ|1SchoyArrxQ9p6Ti5(! z`Q9X%Sh93je7Dp)2CgBIn0qH*zieOMIBQar&GY-5OJ%#>Lv=^n|iYO2zDA+LL2!=ho9>9VRckAg7f{uJlcL zoUQE3rS~qLGCPmU$mZIGCNAs_iMCDkeUuk>6pI<690ug(rF^c`4SB20l+7iB4%!Gi zk9|q@+Jyuz%ytQyP5EtmV5i#RIVOJu&nKAA**kH?+Z!fL{1t?_B|&yL9nfSe^Z<`5%%ZPVmPIUkU3iMCjN z_%6ntV740SjXw&4B-f2^^8Uj!?V{BBM1P_+9kAJ-D|)@GBOpg|Fmw6!7^ zM)*9@N^{^M+jwHLapTLt;;`D$fxn(S5Wjz6%HD=1a@G9zVz&fmmJkP+>1&KSB&jD? zi7vF3B+J2Z>lS)!5Lnl6Q&R)qG5`IVXxqpu0yB%29Z}v{4nt0)f6oWm!!gaIzDe_g#cQr@DV3Mb}+`F%6LQYoow_mdZh4mph zW2r@izX`mI3((N=G%eLRO@B01on`eE)xPtIx97ehwMywf@`f4ww%*HM_8V>EU?G$tu55to{2kwh=_i&#wiGoQv8&CB&CZF(y z8q-lsiiq<1h|cMpHwoeW3a*lOQ)87Mb;leP%T>u9od?aJV%@`cnY4|a!{;G> z1E8SS#CHUo#BnLsDB@%xaZaDD;vW$m3QDGfz|?-m6r(`=(o*oc%>;G*CLX)rLERl6 z?c9C$qz`a}uE+jU?`e8$gT!w+nonwnQK0IqJZCod1+#6=@lDdqBc|^2G~Tx;?o2`x z)X`FA*Qac^_6p}g9>Dfn7iqk+rZE%+f;{Q+_l8Ywp8i!0c|ClpTB~8oNzoOq;oT)g zKCX#*1=XostAqJU;Az{qvb*D##FIB}| zWBy^#68(Tly|UZaI!e{riox=Es=i$!odE~ymt&pbXzEYG1>O%Q!Fp=YH?f-`GW;Sk zSL8rLW#ZU7H|RT8oRXVs%0kIchFd!39?A_yku7*j3>GWq9IEVNQ*T=zuN)(GGJ0K| zSP1K2?PLrL(6RtnIxfy^80r?1aC^o&#CmgQozp z{po(?`0LncEsyuqooirQH4Mo8w>kn;{oVxOtjIrZ<*KX56rHHHz_yzK$lbTA_zBQK zQYlJ@Q3QG}y5P|2wfu%fA--SA5r5>axHUo`RQfKFU$AFuJVG3&0t2YZbv*X8iEN-B zOY+kQNkDXULV;g&ozd@NOwt#h@=$+<6&?K;er0jJ?*C(EO*dmVCgk&+Ztq`?U1-=k zGrCpy^tiL(A?R9B^Nty1%9JB4_D*}}Vl!9Rj=A6Yj9pSh;1&eDKB&*srzR5PPj?15 z^BirGbSig>c25hs>laNF{YISf<~&rKg+JXBh=O zj+%uM99EA*Ay=H~-9Kr8e7>3$l&?2kGsG;0XwLuA32kxjH5{D=;HR|J^+$1G3i*fy zt_{xGIJ}8ESY*^?buKr#r@*+EQ(Kq<#4H?YGg>ZoC<~xcKDoZUq5GI6dM6PF3P!%;ylALA1iAM9 zu0ZBh5;vee%Jw@c`~vj*s^Rc3I)1Q{ok3LtS}9!ytoS5IiFW%iFL0vFZ0-D)hrwPs zS1yjh<|PBa{>yxP2j99H+%wVTVY7I*dWz;CcUA8p@4MB^dNNF$8_^cGIiwb@!&Od% zt(_TzhdlQ0q3ig@!%{jV9=SUYjKX$7S>t_inf=f91k8Q^qaY=k6v{YGyaTn*DKu!E z;zgHmG|3$^KdWBpx&I{-qmmI;17_uCePfh zUvrT@D2&{A1&E}c_(hYr_QsU1$DyCCPFgAu7bLP+4uKK0=+xh=G~fPE{a6_kr85*} z*_p!1DcgmnF>1vqSg!BB{xi9?z~v1kM72&il2`bK<#vaPm8-;i>lbY`9MKc7 z@BU@H&@!RX8S!8)5|Ps%Nd~f+m5Un2ji-4QM#h%_Jm^QN$$WrbZ&XmCL8k{MahJze z&-GS2t?nwGq}H*?vFBCrTLrQ2I?z-s6KZzQj*JoR+~`2Vf}P2W4<_m23YTNpYEEYD zKWi(uFP+K`8Y?zr&5)pgr2-&W!u-L~iH){nc&eYWL$qXToS`{>FKJ9qll$Z{;ti!m z@M@#k00DAD^=y7VYvB7Wkn$QD*pK6g0rc@zFjV1jMV`Eyb;~cqFpLf-;`;lSH+p;v zkZzK@X$eaD4_vV7fY;*c~P~>cYB5p{mZXJ4ijdHP@D5@20^SjQa&|Zl5Y2 zMb@n**8zZ22RzIx&7Ulaoxg<%)Dyv#DK|;82JlHRX(dQjNV3yA zy(`I|_1G)-)3()Y+di^dbDCV3WUgb)R{K+?aV2l3x%N1XwP_|-FVs=^bx?M9yOf(F z8{#QglH0E;0=g~{-_%NAkF>UN2+b;WYBo<|te)BQxNYxzAncqb$|j7+J!ObpJg%pN zJEYAX$nvzyx7CI(`M7obSfz{T;8Xw7vLe1r#huBanCZ%_l9#7c&-jL=Z+agr=Xag!uaUoH*pg0+Lqvaa8O+oWkUC`}*w9m);SS z2a>mKCdTB|*I^FHZ?epOS0=hI#x~n5KLdpQAy}N*7}b}@@-IIfbPvH^>~arRK|y%c zk84k4sQ8phCng4hJwOiOeF+#ZFY~5diH|6`CnBk5nXjfx^(O*zT$xu(ThZDe*Q-M( zp7F_0Y!irAT*ClZfQwS02TAGdJ7F-CiKFYQS=GkSFUU}n01_U0fskV1&=Z^($!csS=r?B@BD!twI&n$vM*^L@QJ9mH%)H7aA z!FD{&evpdvpbK16Dox1wWBZ>t!`0dH^>n6{to56BwR5q;PAW6#DObNp@ZNP^xc!%L zwMKcfk~$UI)NU9!+@Hfj=4AOf5Av?J>`W%@bqImtN;eM28xRXoiAf->EY>7*D&z$K z22Hn;(`8U6)d^^A<+E#w>%D)DYrvEW(nG@)8rnmhg+6`=1A~)0iij`(v!;1OcnPQl z{78_k`}Qpnp>BvfKtyzg=U-z~?T{AB_Yn|uJAxVsLeE$fjgn{G6os4{0Ny3x9v#Lp zY@=%;9g992j;7zn7`d2JIfvFX#<7PCq@b7aHZ&c}jsX}iH?<_(FVyY4{|aF(stnYy zpvXzDY!iAq-zzwKM7C7}^@_jA4$$Y06JYB{xx9pi7r4EIl!#tWpnNjH)lFY>cKapa zjbr~a)&sYKS^AhK3Y!r5>QH}Bg=xj!JI=r_)P@VqOO?gLwym1<7fsgB$Tpz#y0oiN9-Qr6|BWm!ViN9;3!zHZaiRvekjb#Q8!*6< zFNC}Vz{QHYFN`Lczt}r_NoXMj=BMjh)tsSXz0B1y|HF%yVBKKO!9^t(m|a9%{*6Uc z&?A^V0N@TU{Yj~171l-H85+k+-+}Vy9u|ROe+Vu4L#A#T#!JgxPk*u8+_Ex?77(9| zDkhwjwtjCxiQpjE&N!gCfTIc^*bnYPFbyF0#Sx`#`g?2Cc@^D2@X15VHKDOiO1V<1 zYZL6GaDT$SVd=hz-&0)6S;dNKxv1bnxQM2(_unDsD2cXV2?trrNZ+i`LAd8d@cH|q zB`VVQRQ+t^%Z6hFrqh~z-o*uy|H+|)Kb@0gU1H##XFDj$7L+6~?EO zQPq@>$16@2TxuXrBFq#11DUJm*{EdZpQRe!Uj8eakU)8((l* zXtVK7zr&WD+&RnrGt>WU$-kubFMxkZjRl~CnJY+9!$=)8@x5}gSgxaT2zc_nLP^vWKXD#>kQN=~1#TbbZl5AKX;HO_i!dTs zM!0B;4#FHQ4$NJni~UAS@1n@M6+B>?D4RJ01sCnyiDG4PUx`vX{No_>kzIei>ucv9 zX!!T1U;pN?|3ndU_6brEVCv9crzgA_E*Zbf2 z6G-)o*WfUgl>aAWtl~UGP)=Jf{g?e|w<8y8%?#s}FttUbmaTUt=hy#70^XR+e?x%E zlK*9%|BL?@=%zt#1~QW{x0Qjv7QKYG`9R6#?`|sdFQ0ZM8aYA4@SQ$^O(cfaSQeSft1>U(z5dIqU)eSuvPgF zv)9kx`Hy`)=Be081;y|F*Sh}?=YOXJIRN93*yiVYa@UDmsA>rbDdE`RliiHBS@&0M zm;b2k_}5>x?db{qW95I>!tn{f{}nh%TUi}y$D-(ztn8+!^zTqx(?2f%e+Z}JZGNHR z@<$y5{w*@6mD{}W3xB8kM}q=r_Ns^8e1J^e`ZWclGq*|CA)LOfMZC@F|3BpaDkA@9 z`oHU0C+ip!s*5#+u-6bCjy!DwD;2RFS#M@8_V2>;f44@sK_YkWqTqk@-RrhkJag@- z;X3TR{I~i@w*6HK$=2WMhqG(j~4J0!|o!07cv!^F4S{~G$E7!bYiC?XHA&I_IIP*Mv~qD?q;_Z(bV8s zY`cBpfao3;eDKYVsGvCxrLROiKl-UxN&OQs_Me5m9k!Wd{g4SC`S0->aMT zj^D8JKMG4P+~l6+*kzgEC)`F`_lkOMR-Ouq8w$P)qYPKVcrpvlhx36~`a<(G92;At zBS~cK6jgNh?nNS0-e;A}Z!XpQwP9Q;4ED)Bc;sVS#1Qs|H9nH5F!9P?_X;+TlKVFT zHFCxRIn}q+{RpRp!M4(CMy%d|WTmFSVFBUl$c%{-e4L#ig*UjaJQBCZ4)C+IHI$vB1;9VS4U(l0R=>S?jKus>jVSz7ieI0VVFF|;R5{!wb11bvPYZStFu_j@?th4C) zOk#>OV891Yypa(EBK!?E(&aU`fB5VVY-N57w)H?dg2gB@f9~d#I|J^?pms1|_XtZe z^ceB(GIP+;I+`R%CZ0#=nf5TYke=0q@$x0CQfJCwTL<^sb`dyU9}GZ-^cFXy3l>$C z2)~QcXnb2))T}w$ZjhHz)gf`t^3OWZ*Rk-dBOqCuhD)Jp&kU6UgJRgfob4(}a^(*^ zUw)XRO={j(6~fLBb8(Ke=~$--SB-5OfgeA<>rlnN{!~3Vc35?yqzpG^X&bpf6G&0M z#VCO#tXNlD3#cAi(s!U*S*q>PkxGJeshX1eL!O{M<0S&2_PC+qc&M5uyK_XD0T5nR zI=gjhEH^MV_RXE+4yfiCWD-zdHK}yHGEu-YH~dx0E2tpV@9&?}G@Mz%>KL4;CGb+l z02WZ``qi90EObfH|t&>IW&k*{iv#D(Ctqru^0Bv^QPjJ5A zRcaNjH2~qHJg?PM`iEfUmiw>HNEEy5H#NF@*o6h`RHkFw2|~B;VJz)%Z~NxC-#^?# zN#4@1W^NEYIMZ~SqPS8?K4zun7N}%g^ozhYb}BXH@>Rd_y~39Vl&IkDOVXz`VBf2H z)v6r|=(zFk|pn$vp|C?Z^z&Dq~^36Ba;j`$S}x%3j`!S#QC|ubjlfXk$r% zL@<&k+jO7(HyBNIHo9?(*iV0vAe zKqPLOb)W>oMpEVb5E=7rF+_>1Gc|s-!`9(_zEBIjWBT)nPV+W8j<(yWwH_qKQ9qXS z*>oIfuuE^8`{%vOmA#(ACp^%cI$O1dPV^$j9G5qK8s7WfJiNeOpL3QI#@sPaLDI}P zUrjNXq&;=f<67roIbgTpeV@*KfS_|C9}Oo38E~?R0?LI#eT=afR)VCxn;~YE*MvJ$ zkhDN6^asbg3E*~z2Vuyk>r`XNTZzR(5T+=P>6ShoF`b*w33v=P-Ru6BB!-{?#ghT5=ZJp>Z-Cn z51^=@2Tl%;i%I;Onm&QqDXP2Tq-ZUSKFOZ~6W7LuuP$GnSpR1lw*iiA1xI#b3k$|4 z6aSD@BG*CLlNWjfm?@v_U5=Z8w|a5@R!E&_O6b&6`M8u8zYz;Oo6cR4+bf;H7FxH@ zmakDjd2^V$kg2E5@E!kr`UHlPDB17;{Rvh^SyMIMs$vXOR%}r~G?_(!A|4|CD-^g? z{a53}dpTQx{8l)I@|qZ})slIojdj#LrZ5>on;hm|OXRkcB-XEc?(h+eqf|&L`1mzF ztY|>RwQQSShCaN#bx0krh>yYGLH*?6jgV}5KJ72NijX&fxweOl6z^9C8Fs3}wDYnX zha+vOXloc?f&pK(HOxC>!x>cYYlHzru13PS$vI&ZDo8`=Wr7VMKf6KNMAP;?@@K55 zAN;)FKqNQ#|9IbQ|M9*dMLbWznt6vi@Io8cqsE^)eEHXq+~edTlgB!dIODa}r)Juh z=LWIblx1c%D38=?%1Ycz(jPe5$jmD_w~)neFFDv zQQ}D5mH_f8ZkjC%EZ#~EsjqCqgSn<^)vA?E4^KPz1AL11w_V~m-LUH__p&w}mB!?(=rEBc?6nJ3f3K)$J`Pk&h1S8UP?aqX|@{xr0bG$NoZ{5-W~LJn`J9q$$1 zV|Y{&He~gbMAb~^bUBY z1}9o#uV#(RKQyGF*XzY7;U0y29n=mr2z+ts?#}hOlCb59l%;Rw8}QwSPf>#4tzE`c z`0l-l-YGFLucaq1JSpFiPn8sWVpy3}kiu)(fCyS?Y>}C>b)6pK`@Xd6o(L8sL#8EJ zn1V@}V7|B3rFy1x<{n2_Uonkw{#vNnC3rUGBB^y(((8Xwwm`*`w&;bA5$@0u}43i9U>H%`*U zLd2&D+m4!}BAac1S!%~KKI{2ABq%XWo)WfSmvpi6lA0KNQu2fe#%WTLO%1L@=r8^d zRO02-HeH6@-#ENnL}bI+C1V%zODBYkxS(do%;z!kt4<&GgwGq5BO#K(Y`Sj!Djgb^ zM467+ElASPLy+x`l01%0TuI~>{YG2pQWu*bNhNhBD3&ws{D72P(YJNn= zBZIjIbv}`>ggg9p_3b)DSft2depH3$=|=>+fY)|r^-{{Zye_FP?Rx(?im^^iA15$w z^r#>A&MDkJx!%1vmRC%!acVo~G4dz=RwG?dz;_L#LZnMy!~W-KY{lYaW*pMKC|gb>pm6J2W;YnsoO{{>^{Pq~CUTDEoFK1vq4e_&nO++mrXfsmTzLi&(5( zSDFTwb3;%CklhMF9Ty#a?fuYj^y0(&0U$L>uc42uU{tz^p_R|ni9N%DuwhC=u9JPf zQ>9sbMYn#=D?KlLk{D-Z*Bk$Dixqj#XuulnVd?pQG z;P$8KU~%zNKR%-Fg^pJerN+xvFsfn83`Wf!MN2LYlD5&KK)? z(<)hd(dR?ts5Ndh-BJuu?V^GJ)OJstJs^mity~EEmAmxvyUek)%Q6XayCnu4|4Wn9 zU33?e!tQ|&>dUEDV#z#vT*>N|@$s!{j?sPcP0zth9UZ~c+|p`}%n+ZbUVN5k2AY$O zs5FZ1-&zMwm-}!aK$i|^@y$D3`&G7)9BKzfn>0f?vo_}19cf{QFhf+V7#3@I>o7^G zeLQd~#j_sCD$hnm`dKP1{iAE+E`-za+A6n)d70WB`2HRD^wpysKI)QOOWj_K_B#7+ zzPs3bQL`=uXDh|y@=MLCHr5~YS$!ru43Sj|Z(e0r4x-djm|J=Cd2>fsd_I82tga*1 zjCFbrj!HvO)ihSEt%9!!uR6fZEiPZ@`7Rs-#zNiG?a8Ohv(wwf;r4c#OMCo5<9e;3 z483pxBQXo{w7E^w_K8%Oa|je0!(2PMuH@8e?3x7@ScBVSZ`|S=(o>)EchzFhKZ1aA zv`0UVDE)fXp!q`t>iGJI6NpTFE~~vvvxXYP0kiwCwY;^lM-D?)r`}cK7~OK_O^nNd zKP6WK6-*C@IERyrqeAVS&B8E&)I(}94-7a&lNd`@!U;(WVz}Boy0Fwoe ze3w9j49{M>uOLuI&clKr>F{(VpA9r!HLrW5mrGV>O1}vIKr~LnrZsJkR_rIjz{iuD zk=C#G{ZLd-j*D*VR2^H!S;rBJ1M}O(#w>*UDEQmgnQZruy0T}?w>^C@#Id8&q0+^Z z0p@Gr9S|s@3kWMq>g8tgx~h-2-~L%`O+EzSwS+Sp@#L&YG!<`;d)g)~X8z?{r)Y2Qk z3|&6qUdQIm`wcV=$(sRw^vwt$K;E|vK070=!##dd~hXRV^dJ=vnFfH>F>^1=s5A@Je{2w(@aAu_TdiAX_# zP7$Kn!?jl+U%uf@R0cHYPkfl-$)+brA=m&~2dH0I8Y>}xK90w@a!CD8Ej@gQ8YazX zh;*a-QUeFD!Wf}SKm-Ag({jWmQ-AOITel!S%o#nIJIWdLe|JkZREf*-6DY9P?@o5p zZ*?E-iE`-W9eq#1-RRPtd|=`$J%0k1dh1G8MJhv?NiO zgSRe}tP#ghxm1W->~Q4!i_B0Bnu{)fFGqw%Bb71TdiBq6wK4+x@zNQfqFPuEk>q6w z<*Y_;5rR1ap0#t;>bYtxPFT_aU3#Vl$3}=CsH7Lby85~mMg+6SLdwQnHdyME>=Z;b z!$y|+`cad=L>vQW)Qz(Q;n4S0J`k3s1WWpjyoN-kjo(Eb18eA*wW$EHcF$L+NQ5 zcgg?P2mZ%u^>Kv&<0k2W3YlqNh{4#OAqR44E}DF$VOZ1=;SI`}IXryz^W`Jl!ev1# z2mOoe-*Rlh+JBLq`-|+*zmc8zKau?l-J;QY?Zp17o;72r*jGd=tS0Y7-!LsvL&eE1re8ztRNnLl%vt2VwtrBOvz8IijTv7a7{E!d z4gGIG`J)7dV`be%2z7jS(H7tHBfMR)A6WJR@aG*sE$)w|yeTXC(gFDHxv3W@>Q5Yb=7sQ3@Mlmb<9 zb#ny@^n%B&q#K#(mn-pnrNCj;)X9%T1+lhCRKnc!h>7xky!uz07gioW{+FgRLWeP; z7$D6c3p)KR{a@^YLZ;OfVqgv(2RFb;gR1OjsSEmBe4KDu*F3;-J!>uy{c#K| zVu%%Esye|PMHJGku8{vvbnuaX{!`jY&H(s-vzOvvNh^;8g8$RR{u_9t`L7^pVg}Q@ zi@#&V;O|%o{6q+vH(q-M&DF2DfcNJzu<#+Cjj8hb`@H`o4P~O(SHB#twN1kRFo^z* zvoeXoV?Yi<&;uq4Z`cF60zGnS1K^9VlrvrX1O_MC=M(ZT0nYU4j^lw~45>U4H}bdD zAsmPPt70n$99XE-d*(kIPsK@M8X z^UpJy_VXSm#U747$OGq@*0)K2=vNakjpG%J8X-_+pRzAX{M$L-_IUFB76nfW%-h}` z0MAS0r;uWMGCX>gwDm5M3idIAxxS3agGPB`vVHxl1uFhNEn=LZ4RzNJYkkM=8A>>r zI>(jFaOC|bg(;#4-`{{%x{L#UO`xSNZvgjEFb9ISRLj4;^M`~SIF<{#Pu~tj=mL$= z0d#y}Izov186G~z#_$Nk;^md<7mQ?46GQ8%sUrt7Lfm^jMNksNS#aYL;eGBJaep#S zzJi|mwjn4JZq~w%c8)0oq4~`6%2_w2aTWoVp^AUXrd|&7588nDKS&Fe-S%W#B!^QkimeXXnRJ@;(K?> z3U@;kg-Ucpm#4qoISd;AQ6a4@EbW`*^+)uhA>~PT0V?MT9g!}EbA5qgiNK=7Yj8k> zhyG2(N{r}`%lNC89=CYnR!!6wm9K~R`2wMc`zy1nPS7Qx-u*iaxNg5h%iI0o+wLAD z&+Dt!bP;3siicpkD3Jh*ne2F|8-luAqk{l?v`!~Qe{03~o`Tedj5WxxZqiA_ z(76MC86Wq*?t&wvZ->?T2Nk!}t}f+xr5l0*m)9#Jz?TjNe2APyLV)!9r>A|Bl2Vxf zE~^4FcnRw0da!pV3-`zi8x?)a0bu^O**@H1*%2}(BWiE5LW(k3wUla}v1XnctlQ2Ky^+uDdGm>%+_@9_+3jAj z5smSYtm?G#YRtn4tde{NDfHKSxWm16GJ*8d8rj8V-v@zpIFN7SPg0q!#2lQGwpq;V z=%o1z1wD}*{@{qEPSf*HXMRtg60%C;=@9QWbRVe;#o=AD$&ctFn1!NOC0=7 zM`Kav@j$|B?oLnOs-tOvA{Gp)KZXLo2ye<<>1Ck`MGa zn&L8XLad5;-?^jmH3~U_B*HpHo5K)cM6abvx`l#cw%<=e@JB{DF z?cM(UaBuR6ed&rX>s@ueQ@8XbX^~zQ^;Xv1x)|cs*6rqIT+XVAN^j8ewm0qK{N-#x zL*cw%PF9u1XwY+vV6u7E^Na>Bs()GjI*US^9tJG=*xSHUWYHoy%&f8t~&kc`S@S=Ci@}T2MHb==5 zu{kcSh5m18A{>WT6ns8}!CMBK&;cBH`X8V;2OoXNgO_us-ds8>!86jyRstN+AT0ZL zhxq(HELsBq-d7QhSI2jRpFV%H8>f47oMF@rNOx4#`dz*+9KfZHMRZhHpI!Uon>}Ru zFr+(;!zWzz=V;TT@pZl4f6PCGxCDHqo7NpxYbS0RvG8eJ57jP|3@K-p+a1-BBKk3J zwW)TLS@*u5nJ4`NR5R^OS%5dPmSLk#mHRkN)uT8oSFCwAjVU8!2g57>S0da&|CZO= zGh4%jA2f%_C_^?As+OCs`I17uRe?{qarJm3ZL@VxLo; zgzR^CaTJGIpVVrTOtj(kBiB@-R9`E;2QxyJ0=q+wv}fy2JOW-U!>A6@9v;p88j%?czSX4369Qg>lJ%22leV5Q(ax^! zPl0>+*oTxWS7P3HuZS{shnto5VTztxHn6d>)4(IAjp$Q(qu;zng{v#C!9R7W@_2Bz zO?@%ot}$jdME9|dX3@lzWMu7-$@Vc+QuXj@?Ha(KGyJpUzVCvGj=n-=nLK8ws#?|F zxK&l*7@j$3crZ^ebhJxuov7-kl%Ei4SGU&egPgWN{q?V*cW9CfAvYlD!KsAiYJTzZ zZl!w9-iqJwkaCMlJrEB~);aO7-fCxZsWw*NjQ3CRI(HQx5X{-L zL&Gh)jK0@h04>d+*PX!zNq+*@7+aWBZ`CtQR=*cTtXSc#q_;gwZWmV{kKs&QuNR**iw?4P8-auaU|1ZXX3c?lwbO{7!0#Yd?#d z&u20H9S@DnW64mFPkaaTnbo~>kadRUsfJ+H;fc2?M2r^+V#J|g>dApe?y~+(&Vats zq(0$N#%SnucIuulwuk^iCzk)*w%=Mpa46kQSe-y3UzYoV?3h^iO3Z8s_X&a3rnq-$ z^hd?Mw;dCjY9pF1=;-<&WN4jbv2o_DEjoG(YLn3f)Xp47;j ztgNlWFvfuRB+endMOFCsD^)%$h+$B&&7RxxR4say@`yTY>GCFSmfriS_PMoXxdWA3 z<8oVBihI5kyP@KRE|t{~hOV7*2O$ZTmoahBc0;sd61PZPc}Yz9D@xfGQB z*rKhq0%F0GHt})Y*(H{Lr{DvBLgO+ds@SQ>M= zG#J$1)mEObD0HxxoY)1{N4cd9rgB`1+vHgd)h6x5nC-ruk7Dn#E9DmrckZ(N7|pEj zy#yQyz}51Ds1Y`1%z^O_h^Z+z&zD)}maRdWO_?V!_TE`wdD~>?xvXxynE%;$+Uinw z_6fXZ?cpB+f^08dXYIP%3(PqX<7kD<-`F8*Hhz0NAze|vXIdj5Mf4xFMZ!EEmyS%YG>ULy;%NdIviejUsVZ5K828ggzbrodu#A4+(0*NNk;=`;1O=mvpdy;MAEIe&GSC32M z*0YI2Sf^xPoBclsQ6wP=Wkt=eE1%~*89~AsGtJ& zyCRuW?xakV6RB@k?(Bvs3!7Fm_9%1A>69K-ny9jIn4(X5IhXudw%8V2nDsB+LxRXu zZ1L5hZ3x5RC3={#Wwg__h3O2yD2ISNpzd=xT&BEQ(I2*5^M1Fw$Kz3L_BZbD;fKrJ zyb8&zThXKTYXV-~6cq+ja=J!Ig)-$u>%30m=W%tVw`s-rWHITnFcm=pU(6)e4!Q#b z5sI`(^)mcAe7VN_1Y@lIFW>$yY;(42B}AY{Gy#kFnOMF@69J1xdT`(5OQGwkesx{U z#xACx%LV5G4Mr_oS8JIP0 zbgj}hf(=E5*>DoAl&lk`A%(Qh8ts)9nHmqkW(PJvEy@FQ{2G%KPLM3vD>WHI?CgLwgA3#f9(9y@ExqTl(* zmymmuuI$2ZZ8g()b(UY_WGbGb+=dZW^O*+-W2K1^d<3IO2oz17ehbX_j^X37DFqgnPN$mD^Y zh26K4biLeZbnG|aAeTWD8q1>6zH*b5+9Ahr!*(%o5zeFss>Xh94J&9=6|El?SZ*Xs zc*pvg!$W9<(CFUa=7wJi{ybQ0C9a9YY?*m!TkO?N#aUH+1aQ^mA*bn;W&^^p-|mTQr4atW8Sfd_5`r~ zxs#NQdHDt>xQ_>wrHC%6(6pZ zMY_jj7s!E3CTUwfp$y(LquYh0H{)vS(RqZ*G_Qxp`y0;6`q@#+*oroPx9MY-%sZTo zJ4Ls^#roX?_}O7rYp1cdmCPmU-T1ymb(#)?gHDC<<-DDCf&S&ni~WQB^cru;LGmfl z)L~VK_sS%fDgg6LBHCo!yv}cw75S&*;;luIeLI8FmdCvH@?AyZ6JOQMWtyw4%zD?@ z1!pU+oU>Z5*v?hK?Dx(pgA<6XNNZAiMBrA{5Y1rO?mUAIHr^&xbtgrw^CaDktfb~1 zll_ni+iiG8drDy99gB23jXYs?llkP(*^4y$sL_^c8{>vR7j_dN=@A#L+fsCH)&Q@! zQ{fr>j6q&Rolvn;?3Fs_Bx==h%j{f6h?Id|X2#$MG!7x8tWMm~^uS1{*EU^^r1bS4 z^Vcwu*zT>2?w*A2hU~e`9!3D{cbBOTr{5j8+QPMtD{tSe)Z)65ik>+Y9+TqlS3)yX zGoYjWQv0xMC5){dyQVg^a*^OQejnkgQ}OQnPKD%sP*+Ppj0%5eIj8)i2L_4|OrT3a z_N+V|>HKX55H^c|?aWTk#Pzd##k6)z&wqaOxtxD!Ai(Y7@=1l#cDhU$%I)Fp)YQiT!Ay6xRoLj`^U$Hj* zTXINEuy>u*4d)YyS1^L@tY_7ECAeev+ee-z-&Ufqx3KMb^YRDI9p-V|j(diYxDIlw#)k zo@`FbJ9k$?`bDqF=St45;SQdK-|Da&J3Cy}EAPot)S3(6ZEh=p+sVx`38{whU~>{j z{sJir$Iu18UI{a$;M^1Xs%YPEW0NoHroBURlUh|VlSmKpk2vM=a&9R+B0d)@qKCeV zuP=V;B7Tm32nDNhe78a3=F{*9qK3zP#%bd3)0Ks@{^W~e3)5QoUeOYRq6z2@{?y}49d=I~CgeOj8DGZBvTDf+-(As&=5Htw?%2DM@j%P!d zeQnz8&S4sz)?azVxC(H?YPXoHaDUexDG%T4PuFNucL5DOsMm6LoHptYV=WR_rf%QE zttAk9a8b+Owzaw}m(`m5!hA58Zlt4@1j;|sY5rq4U1v=-mSwY{l620X8`(#e$|2CK z>QnSwvtT$~by+%+Wzy;H$=GqWU{JigP(FNlbDr~OZ)37w>HFu9o!D?d*HUCj1^x*& z;z|P1Z!#Y8{j_W(u&H`_{vlJ(EAG+LlWh$47ZmM1vfl#;3K>9;MH=B9!htIRW9LXt zk0lvRl7*a^OVc&@3P(Y*^;WSZH=0To2~>KR{mfEcQNXQ#jV;*n9d`aRNjv8UHBi%U z-Mu6$X_-!Q;|ykK5CLh97)nVl?9SJ{7_W)ttRe2-PrSJ<<-BP5RK4G|LNZVXQ%%0S zbix7CGr95%s}yl({fO8JP(A`cbD^NO*Gjk7kvyJq1bn3On>tFNDSjMP5WI14i_fXt zP)^CWcwFQ5-pO7mLisQxT%7ce8uCQ%q7gJ^FHa|64apTF ziV);eJsoCKc4w|jifxjq9ZRNcVxS6ZHOry+hj82qOw^2fOj7(V_k(}i;phe>KZH4>?>uzZLF9uEnSm}B^NU~bh(trGIXgeR{zBlBRBLQj zb%54yS&`0vN7{onXcr3dLE_=yL1?hAEmreGJNE_zFxN`xmcs&flSOkS@RR>ui4dIq zW2;9|GI2o|)HcwYY5V8woV2e7yAvk)i3J+?@?_uz8I-Q!_AJQHZ=YF+l=<>lQS!O~ zAtLwi4t9nq-3zBVFHj~i;R#oLsl_Z^pxS4lTlW}F3w|Jur-WBFpSz_6PYF%P#3@)RYf9a zIyzx0P3$qUhEiSpWdFq??I)Q%#E?FO7Ep=EU5`;e7_2vK?3m`+z|Mo@J@k{KQ~c)q zIld~DTxw7glY6BR@R8Q3&G0(*i5sUdBvt>ut)RO(Pgay;<3GZ6=c5{m#LfT%DE}rS zFsmg#d#r@UOID6A=#cqYV{kmpFya%rk+7NzF0i_Nf!)zAM2t0dgJV|D1}Dhp(v4+{#}EqBADu3^ ziS~!dH9ErgO0Hve)xE-+IrlYO|Cp|ahJq;}w@dE0!fEp@Z^jKP?mUMqhTt_H+1V=* z#KmlJTq~aB2)LpGY%A6U-G3(sLEy0~-*#jT_yw1m4iQe`X8K6`H;4`rh>fpA$o{ zQ$ZO1O113_=?8bKgI7<~1P0nVry^E7{vcsbAIkn?T@<5z&yJoqr=J_dzFH{2P6W>8 z<8bpyz(Z5?5z;o&myMbtj^fftDW6KnZeKUW+@Nh3Se*m5-e=NBEoyzS`Eylt3O4VX z+@Y-o<20B5IxPZ&TE-A?Yg{Rby_7hcH8VMrkRHx z5&-cZAOYD-@!e3RNe5X6TX+Xs>yfpf2z>KYlHin_JbWq16RuxZS@WCPW2KZ{p`XqG`NixcBUb~+ zf?`6usp4xb2p4nWrxvGkh^b5E@RUyR0m5vbde|auoeqwahz^^5`|A=1mb~|Qxe?XW~B7*Z^RO#3-r$X0P*a4&NPtf_dPTQA*JHX&D zO?pb^9uYt2Q}z%L;9xLhx|v)cH65h3W$PVV{Aiy!K!W4b{{05DW{0zp!-oho{O%1% ze*OYdEeBNOyD4m+xgp4ib+@M0lpy)KI4KRsY`(476o{BXogI;8CX?SgK7{PhNN<<| z1_x?SI`Xd=AtyAaRxdOk@lpqQ5xpmgx|v;Gm=JQvUPrB!q+_4fwwK#hTB219uf=hg zRt0YQmsbJ1qrA^ZL-1KjC}!bsgVxZ(+5NW+a87LD6%2OSu&{apz(LiSu*Pq=dX$eT zL)_!GrYwkSW}I1k-(sX3p!`tWoqGaXxS0{>S>%K;+zf&+n_qrt_R%6OLVKh&e0#+% zK{{QXL}HU8tTfZY$Dy-lrmf?oaTz^UW1&L#@Uvw!HTMU>kD{k{p4bVg&b>vDGO3JG z02(hNZFBs6w`Ihe5#lrr$q$954me7_ZWaNr7FAHE4wP&;OFyjm7E~%4YhRwB?Gx0q zw9;eVKRXNs@CV5N)D(td3MiHHNte@QJn3hmGym+XTE4_V@+_F0i(rMh7s5(XUh07R z2Rv^tW~Hdp;H>uag@zRGcskQf-k(cre7wh_bAzi8=ih39Af`c=SzDiB0Qzx8PjqqR zii!aTl@mXHRIW^}`ynBV25YkW#L|rN$w`r$U#7p?JY7Z!G$WUTNlYuwlt>a!BKQfR z)3jTLNvHt?l2Kz9P$urSEGV7!GpC+ZLCUoQ($8`)NBs4yQ30ZH(R~{GkQG3G$Qv8e z%jK@InaiLEz4c8%E{#X0i*^0LISR?kC@KsO?)Cw+w;P=m3cR4|h60l>lDwGe2SWY3 zQrt&FqFB3M#9kbe$y;UCds07<=D_N2oj&kmdhCJ6V`LlftS_T;^2y$H9W$dsi-36| zscXJn#|_aYYN0KHAz5&Za)Jaco)IaMPi>K@?|G2t-f&q%Pv{6c7%yA%Rlx-*hDF0K z3aT98?KlBb=ONhc;5Sxrc+9uwL&rCGyG18W8OE0?FB8Y+H` zAln;p&Ptoe#28omx{X4n0o8W*{q)^?X$V9LLon0%9j^{MX1@pN!N_j(9(TO3dU+L_ zjWq5PH=5uLRG3rrhOcFX4X^Sm{^$A-h;$4GkBbW7 zoYZ^+(kX&n1ue4yJidx)d6IfKgHq~a=MV9?V!HPb=gYQLTi%P&rC`>(Ho6V3u)2jbD$aP!}8ZF^H(RfvX0y3r}u$3rUZ-&IDQ zt^8n^=d!mG`D#P9^IHY&sr&DucO=be<3jOZhiQ|hxb6}d$>js~k<9Pv1XC;=co7u{ zs|%3~Na46iHqejj*iyL1ZAJGg9O*aCDcm-K)IHpJk#HX$%_6rtD?g4kK{)W;SkY+E zJ*hirDNc&8hbsN*6T=SUa9SEhNvM;(Bq4kmn3vn{&~N(9ItQFw1hjf_j;HMn5f62z z<7w*)ip*B-jK)39%!{PZ{Y}W%lvac?b(B;m65ITON@ZiC>cYqsz>8tpS<`oy(vSkb zE6alv(Oa##Ik~C>@00V^5jZ9b>DotbIxUI zujxFR7^Xh~N8)?2v9h984-&TfJm^np`j$`C!15M`sw7Vwj-0(59p3a>&B8l#q+ zS;PVNzJugSo6f=)`@6*M+3rAa*EK?#AVGnY9%%6WnAPVPZSM&u&FXXC#ulEtoXP7J zGzlg;5O1f~K(zZ@v+zqBV_w$B#Z0#ujp1 zpRBzZM+Uzp^CfY7u_o!%EDX=a?P1%x4<{81bGGnDrCv*GsdZCpdFwuYxy)}y>+>MQ zGK+_baW>Eh@F^F3FDR86v_GfS}6C{6Yh;amk=Su8@U8(h{vT!qLa(0`W*IU92;cVZhDu*bY zl%iNH_#5Wq3Drh9)0q3dBA?iaDfuzW_go$1+GvI*Z+tO&F@x-d^L+M=#jV!#+a!!h z*UMVI5%g%L3ZQQ8H5c3(`g~{NK7u-fE$n@F2cSgkx7elu{z~_Ue*cy|4Alt#*;4}r zuiRe|hT=cNv_B_k(j$Hvo3;U*hT?}tfhvX$?1vv1ODfb<^yl&6m4YZNnni`*T*V6yl)2mG zpB$$t$MLK&UE{Y7Czgc0Plv)_RpwcFopZ4Wo7?gxa5m{C*BXW`l~ajcX6=C+ky`96 z5nHR$m9Jzqr9sn(tax9R>Ek!_C(Lw$?>vXjH*D*wR$1OfxPQwJG#R&A@MBbgC6iSA zjgQbyY@?cuU!MH<3vj+h2pcd<9Z;osES68Bwx8Wjce?S5VO1e1A_;6X|C3wLn%QiH zOGx5SPez=%5V*>D=G&UEYcpod5-EX`!9r(b2LZMjj%zg?^;+$G@>Kg( zez>@(qPoR}LeZScy#Lv}i<`q@=zs_K>M`7AWkT)>ekOi8sn~<*L|7&gZ5*A)60RH3 zbTn^VFrq1wDP3>q{M5D@nWll5EWca z5Y=@QC#kPo&U4O^8L|}hA$@3?7+Wi64Ot<1cc|+XN=xpvbK}@e;I~b5?UyJL3C2YR zqpMEgJzF9k-{qE2t0cE8inVcx$?N-|w+?^OXiFi6MmibW$hV5kH&g0R-!)&{C%{>` zQ!2^TwB6*DqAUL~^YS#e390C<tg__yW}|{O77DJFzU2I_pd86X`jLD(*lASls8b^kSxLd$~r`ui_{PFIx9%R9Ad0r_!G_!L4=wD0(^Ac*WUx zhlC*@T@hQ&(hii>&jqyZ-QpK?mOJ@CfA!3XsB0biGE;4EN)^dfOQtU6L~87;nkOh2 zMT2YG)cle|dofc1bUVlx*fl}oX}kU{poX+!S>Zxe(Cq^PCnL*m7fMjdN4OWPd!?Vx z9<#Q>jLivoA-HI~NwLV~+hl&nsY<-`C*-#(#Q6wr#GcUaCEi{)fHzoAH^DhHKb~xb zb3PIxf5JKxE1-G1jVZZqZ|*~~cS;v~ry(u=_bB11Z8#-#{teq05SJ)TII2;GLF!9` z$f2h$C5my2kQa&Iy#5Kt7m6Z6luu0Sq{KBZ$RA#Rkr^B;sq&{TM&QRJHRc9 zaR5d;(?W6z`r(`Dm(}Q#DZ0!@9rKWo&TFrs{mLDnH&3op>D`GE)ol2bFnhPUf7W^$=faNVsgbyw zP;#3De&FsVJQ8q`2t& zafWHj z3&M;C%rS3Z)kqb>W}sXCAVi(NjC^U1t9{hg>N%@N8qoQDQ%6OFpcHWgW z{cKYIvuR4gBjVXvd`d&a9TTNX)WY_?Fk8`eBw>d<);Rs{kbI{21Z}=NM2lLS7vm;eNapYh7P(fQ;*@P{p2m;%;zHa-cD2?f8M-C;k*rOd4+b*K92rp42Pn3b zlI*p&cCyr|2z~fL>0>8CQAFq~eGjJn=@A_YE}hhHi@e}4T%4fm@86GG_)yBx?!};- zM6^)rEU~yX#M+Y&tNMFZO^l`VE`8mrL!Vb$u#{y@d4jD|ktM@~5K!WzPPS$d2dbvp z?-TAfoXrDLBD>0LU$~|&qIEewV7TIiXjBR?Ul}NHo?AoUOIWz~%Ro+9!+v%e zeqw{G+RJh%M?ImsjF)u?&Deti#lT*ZHW+BFA84%$V!H4b1gIY4Zjvie@ZuVaUjFXJ zy|i-ngpM`e60AqK5j|^^ct7v15S91$iqkbNy)>I4#<8?|PbZ#7Do$CJ_Gs$>YHR4o zs+vX|D^d-gE1>+L8d^Z>p`sQCr2i>vBa_*+7XsBml~M2}?&<(*!xx7HlY0Qk6*=xT zk+sd&pAObR4mY%%?Smepb3oTMDDg8nx?f_PJAr814I>{MQ_#*Q5FK+|MMd*o=CA>TC*9G_fuZl$gBdctcEfwkES^`#$<7 zO~M%2{R*^v>*dY#O*e%gKhe_p%KBP8F2kjjrk$OLq8~gi5CM2MUAEI2oF26mr&KAp zTBUV<$_DmOHx!|BE|}!x7o?bwLeVeifcwjgkF@};IfwfkPW7dVlNI+FODjwCg%u^s zgwEz#{ame4*~Y3s5NVKt+LnRAj z;c0Yd!d;5VQz!_T%RVUsT*~^VGr2vIt8>oUH!Rev(`!ovZt@SE7Y0uSTd&%8+G;g1 zrkcaZm%B1+9&fVoO8p$fKO{nrc{g1ld0XWj=>l2P`+qR94ZQHhOJLwn`TN6xd+sVYv z#7-s?XY+rzcK3U0zpYbstNW?b=icX5SNBu*{E+JR446flBmXU#k|Tks!lE6(z$L(H z7;7!{D_phcUUQQo8`GA9YOGW%9~^fK74r-Pp4}kK`YrOpB$eGXnl z_1YwEC5_@O77}2_OOH4#;prLPm&f&$@P^hO#Wx+NPc->Rj_{{ zj9SPZ{3oDJ&yJtW0&C~TC*}w(xcNh;jXQP$@qzW@mR5jqjg}leST{T8Vkupl=JagS zk{?94*B30r%k9#@qi^Ms&70i&3vmI&PQJ%I&l=5$9B{No;g|6^V1qAw$ zUj~|KLL^jck5iIb5x>+qRI6QmeKlSCB7{12{n8t-^eb|W&N5r-k!4wHjzi9)jepmt z>qlP|Ga!W}@yz5?U`wgec4wiAq1-$}orZ|H&ij7>X`Gx>5CdNDq=s-391BL<%Q-9s z2~wEOht#J_El&AJGjg3xphn&kJBLigd4rjwuvcF+Xjwjj#F1~!J=J2t=PJA-A)4*x z6=VljZ?4eI!P&<%S|WQeBnzExGjWXSv?hQ;3Z1`cN8B*YTY|6_4fC|O60dpK)+_}m_RgPHhPO0c1^Nj9v&+ai|nn`?Sc!Q za9tk$H17Hf<}d)>!sqVQIpE_DUhfZ7Ml{{jRMyd1!7tnqR#}ts6tG7Zgx9aT9b^`4 z@o0Sq86B)|hnu$?p+qK8;lC<-UmvyNi5+f7snt&;+oeiOw^ukLN_p7Nw4eWi#Av-d z_`JXVOkK@f{hiP+R=nNztjkml z`U-vHARRep1<{e#S77m|_hO&1@1!?7^Io`^%QIutj6V2jskhq!dnSYf4c?Ic@jc&+ zogk>#4Vj;nA+Irp`nkEjw+xMjyS3h-GF6o*m7iV4fcr#-)1?J%W}mrr>Ww(dSht?( ziDquN>+#x=yPtH-_f2%uMg^dK581K@Y7jC0)`nOV7&meO^-!wp2RVz8y=0IVF4vyC7NEo&iK3SlFTaj32}cuM9PS>q%A) zyKd&BDJ;IPVa)Ws=Xb$~d@E~`6P*ii{WW{j$DOY8d$@~=17_%_Gmk^fs@sex?v2?| zgUVhI!*4XQsT`7KT%R@=RH>-`Nd%@ey|i!HRcJl%08OhCcYFRDXSg5o97)Qb{bbSE z){H^9+34a53?6KSB`D*q;Hc@%Xvxuc29U*xc$`)*y3h3cy}ufK2V^H$m^eN;5T)6# zi~;=PGOn^@?88w)$N2+qSX6sQ6!}R8x3ol+Z=TZuB`I-~K^Mf!`>$hneM8ufj0NIj zd0~SrvK`j(0~&o&!(~bK2idMf-VWbzcbIpVll;JgeqMK4jgsf8I>)SBu84aDKwim! zk{a=8H4FQwULwMtMCv?c$}|o&2YD=h$z#4B`Bs=76487K$m5WRxZDk#Rs{tE-bkO+ z9e9@%V&0Y1yO%5X|7xe1W+|c#en8GgU zkT=*=TEQ9%GHHju2AY~DZ+l%gy#*$4nGCBJ*Ek9UG+dwU! zfS}fsKy&(>YuiXuJb)TF=}0rBaqn?QeQ{^&^?58U1MW+ma~=i)DSfFipfA=~raHs} zd9+z$J=tNzlXH$$P)@SmH0vAX*;K;6WC^}e3(D~V$2h%4B5HYg+G*ZF2ZO6hut4@Z zx@H2cm2jnzLxt5GJnPgqQrW(bBf{FI13OEFG-N(H@_H??c#TC%VoWlzMhD1H1K`k; zY@(@-?AjWL@0mwwh2T%c5tI5iErNn^x{g7B>X&hB41HW_L8_v`sG^o^)}BFrR$P=* zPdT`3U@KgBrI+e0?tldll#eDNS+Gb$I@V@TO{gHnw;?-)p5MXgD7>^cZn5I;*PCb* zPzkfK(>)M<0JYoMV4w-+2A_9R82OEm6&H!5I}D^i)Qc_mk#<#Akm6I-kii@YWy%4E z?Y|r5A#F8}2ENfCeM#JUqLC8$lGxV^Ijkh}#RZex%H*R7A7;dw z&-_BP*W-Kk16J}ETMjIvdraH~2gP2RECAdX^`K}HSZ9M(JScEm&8=Il@C%JYq;kmZ zI!}YC`g8WrGpLJfYBc|hLWwPy^BHOp!23m(Y$S%cuP%#AsWg^NbedljCkn`cRiBnl z^xIdiU{{L3n$XmnpdTX3RVSE8uME^P=p}-M#tJGyuQ-mwm5H&VB_rai;^WvK(Md@DjTClKA4+=3a@TeH$PhoZg6-{SV zdm`;wMs>*c8I3lZG0 zx_I9d-w&p%xI6?BE(a#96?zmNriY9czK&L@B{KYtsN>X7x?oiOgBrk0h=oKU3q#tJ zV`6Rsg1}!*9hYH?*9uBc02V-!3+L;|Q;3KUHk7AK03jM{_8bg`@l~b~LFk5XmgN>(n;`y%Zjc`7UJvH7i&E9eJkt1Jn(qsvxLv-v z?q+Y~30P{@WmEeP){y0;|{u z_RW@vAqm}c2{tGqXHmk`bFnZF9;qf>@>tF;*NZ})o+c2$C*K}o`i+U3!Hh4jMp9FC z8e1wi9!%_k>QANR>$pzPSsZal5ZL1*t12Md)H1{(ICC#QHIjcA8yjyh#NhzD#o-(( zu7x=e!OlR)=run%nc-bnGImBniWU~J{tqt!t1>^1faRc(vWo}|8V7^B-L}}AhQ-c7 zL&XAODvo{Ay^s?T%lu(C$#Qp6+-krUezusYQ<{wtqWCAt3~M8pr?7WCu$+zzRB6Pz z{4AK$p;9zbg#&>_I4{|o<*fz%u7}WhkbP70+-l9LonT+1i+6q6SDY7%!xK+Y`}SXjIiz3k=ex332~S97O$xD zhufgQKmO#4rZzbjlVY(mmO-Tu19IYkZFq>=l%P0 z+Dzj}n9I&Zqz_14q}j^~MeH;n7z=}kEJ5D{V9n(qib)wdBTaRnpw%lsIheQXk1t*rcP8Nv0#YVVJrG#n)8Ynd7^wdIXk{t=b1VG`sv?=TI9Z5jG@&(n zA;O$X?tomb734r);l>x5j(?E%QH+~>sMstX1NIO}NYgr5kWEs@WR>doV3zgOek6AF z@X11L1PvJu)vCxZ0}we&%0{hLyg>VjM9$sz zyI#bQnYR5PE3*Et!f^x?bkKMRElA31RGWK(TONxU74^-uJ^F=}fsZ9Z=MP@AR1 zj##R*fW6Irrj%9nfst}VBv@^F?Isbo+(<~t8rhiu*vmi`Xps^!awl%%tBsHmB(f9I z+tjp1X$%f2ZqBG-X+}&ezDx*4cW4HYl@xuMj7F*uXS16Q%0nf&a)D83wZK_iE);qGfUw+ z_p1x(3{Ws;I2kwZIMgy3Z~5%i)L1L!p%E-446KEWXEsCZcQ;_ z{{(Lf?fUlXwt?tgS2G1dHLEB)AY+iY3fAV(tQEtq7x*(+oW#4jiWG_raa zUxXbG(M2si$`l4cbJaDr0P_fI?j*ixJ# z+XYij0jrtZn<#P4epB)ea*Qv=KzS2D4uEZ%H~?bzLmz(X;QWTxU`NrmU@pqJUc8i=vCIGc(Ylckg!4 z$4bjEr71t1j5S+tU>c-zh;D*JgFp$>sHG)g4-RRE@YYi<7uXZJ_u;-9C{|GItdJSJ z0W$D3*;et*|4!4`TrpQ$27Hi1(>IX~)1~9dKoX3rO=m=) zyvz2?Om2$?x*8fT2TP&epfBN%inGhXf4lpEpgCz!3RN&!0}o^9P$rW(v#O0{Ql%lf zSsSVc2d%4`YO`{99C(ZobD@Z|eR^(G?B6Iv!6Q3Jvp~Y>r&{f4*C3#WoH@527;vAf z!hmie&TEmF0(M-+GdZH7tqEtuF5DFK43P&fJ##3wsM6){vceo zhaWfD6SM>|RhC=hl9zHL&=!`k_lZSd${~%(K+M?&hBW5KSn0MZHsd;<8giYw)@}e9 zJ6aP=Y#@X-%*_^{3^#6@PbcK|>=QJ1?_eNBj?6(q>B}n%FA(R{`mxd_=D`X@Sbs~b zYp5@P!NZ9w>sfE}&0zJb3aW7%8!Krr7UtH-u~{=<#*L#6PI^)WE|zJ%I*`)3Mf)sp8b7|ZMsd5W*fR2&UkLC#aq45Lhz*vF7K3EL z$2pD>=4#RIxR+|B8^xz2XtCT1>sW#-RM}oY%ba?I<1FxP7Yl;tTcx4<@5BA;+A*Wa3tZBU)9@6 zoI)?UN95IVH-L6eJL@DmbtSjWn$HO8ldq1e>3-tm`nG&n6Lc`CLk+|)Se z%mGq{CPj*iwTbjHY`RM`vGVMWFJ=aOtuvi~fyU2)hnt>!Dmpd2sX`NCW`HBR6KVF7 zu?a}1N@ozlqKxmc@M?SNe>=J+EWFs9&m`+?{3GWV&B|ALq$(w;1Az}8i31nFLmw{& zeMNm?no&UXrzRA5J^KjeY|+qJG~ZqjXh;=dCBaU`oLg?Bs_87zu8$>fe$5=kQ70-H z`GqitY~aTxAATcK8%$X;Z*HvvE(e{S7!x9#6f7hkmD$;e<6sNv4ud(7rF~N?3iNEK!SzJel z_PoBMe+X)~g|x!L+s&6quFUdyMHmnyHJ84~mjf%~T(rJ~oz$Ui+zoVSh}Y|D*B;V? zb39g0@~0S&rICx1{hhRCI0JU*OAH$PiOf0b?K0i@Zz)0SHC#w7hA9MWnO@Vr@cr1xT;47Pgaa83;UnK zib>LRAO2)MCuoh+D`mQ#tDfb}>#5>j>eyxAD?5Cu*L4qncRDq1>-;cxk$R3ci&p*l zR}Gs$rQPnD*R_L|HgJ2fcyCWxNO<~_}?-wha?2nqb}8UNQ5hJ^pgKy3K$pZkBWhuFOi!FMK9{V}{OHGgd3l#f5;1+(m* zjznp9MtEmUvHZoPy3S~bder%p`d^FcS2m4+?CQjH=hOes+g^DMqw;EIwUx}O?<@^w zwZ9d$d1iW8773{%W)plF?%H+JeeJ?O&+ZhNdZ?*k!sF&njP|B{_%X09iTguYU5U^F zbuXg(M$OO2O)9tEdPPa`4z!;yvdn}Bfm4j{-qRo7t~d~<*huCFjvIs@G!!WpN|Kj? z{ETo)C?G`@{6Gc&s6`Ckf2Ea6+sHA3r(=Pt^AKZR)|W~JlY!($s6vg*ZW~QXIx;k? zQP=3gU@0AL#VF$-M8yR{GlIX=xosUWatH(e4UHusKy_q+=kyMTG$Y^i1%x}TuWJ_` zVfwHi3B*g+GVe#B7xX2O8B2sNVFb!PGe4S3xE>DUL_PY<#+9IsRZc9`qka0JMG#C! zMAN&oOZUNEk?xcK-uEB-tD+rw*p9>p*sZNGyH2BkbtTCNSIVn*Vf|bkrq-DM2=DqA z^$&vpV~}{7*A1CEl@%6gsN@O#%?B-PxO54cED808-@{z$uHrQXxf77#u~g1UF52`m zgeL6k^)DF(=3Y{gP1Tbe%H?J7Bad(R%ibao6#=9`NG9=~hX%$zYh%#n>6q-X*bX6h z9_68{tXJ;qrK3VLKcTBqSirdw z{W!*qq)dFkW}K*XI8XS(SvvC<4Hj;JoBME0i8YIdR>r%lu*OhdjP#GLz>QDQ;cN2G z93PE_QxxJqQ2yZ-zQdw_1!9_oQNDcg={z!XeDmspq&a zc7d7x4BsRV5)eI5^i<_tVFY(bn{pP(pk=@#qsU} ztSh5L^J0y&^-yrO4(>MN-j4HV+c;}I9KbX!Dh4 znODY!D%qa--Iar|L@1I`Vq3Q1DsgNzg98Jq+OU$rKJ+3kE!yb^% zxfy&%4pY=0{%(%7mh%Xy!A^i;%njy|Jm+ix(Z%;7={C0w+uX!ql;IlnH-)PbPEX+A zl}JA13s}zA7VdPccq`sSgeebEGDBX7rXY$-#_njK%!0L0mkQj$^a=hB{Pt>8P|t^E zybSfRCna34axv<@$vp-bO4ZE~TIL^kwJ8jgr=E%jn$O_8H*{N%Z$1E1h}WFVC)iX8 znl;hNw1*Eotm+NZ8LPG~<2S8#IyB(sgf{F3i_hTtgw6Hzp!4}CXFo;|;eg8(F>VWG z_*OUWFh$x@PmGmzKe0ETpZboai0lb9Dyy6?Y$5-7DA_q)(=p!zX}pE@JuOKfbX4GM zU;046`s`ph=7aU@XaW>%+!9zXpe+2(lNcEM50m=6ZN6_zxX-cx z7I^ZgI4*OVN`2EW(g9!6bq9fH{o$l?xc_3*&ahjLQ;)eBF*R{-wFYj4(gl(9^WU!&%pl^rXlYIma!;%2IfR4anKs*e6&YNNfz+Hyclbi{hK7ZxRTQ)$NhNdq*%S_?OKCR$HFx3urOp)_7LqGx@PpVjw8*ANI5^$;-_gtTScmR z%P=qGvAg^;HFWIVC%sN1lcy~c^%Uw}=h9~@I?ng$+25Od^!G>`U$!`<@MvZemphrK z{>C;c1B*tFvi~uZg%z8Xb>k_vFX^VzNOzn1_pkd@qRodGClLR(P`TP{2cJs~eN&x% z%DOem@AII^Vqu+XCYg|f%l4T*ss{i05|%Icn+$?dQtkLsha`;VdhOE+r_b(oZFd~$J3A~S1{hVQPQz?8w0q2$@Q!Rz-+yDoU7n1- zs;#-=i%V|&*|Y$yfN%eX)pa%QV3qq=?|UPaJRxE;`|9qKITI`dW#TB+^);B9>&kmN z4xKIwNK4XYhVOPY4=-?6zx$(Ee(k}5OjdF~+xO;}D-P!_QTEj;SKOi5whMyHmVy`9 z3dpHFA+ItMmr+$ta`!~R6mR8@Ni=KIKl1X2xpcH|a0F-Ymk4~nz9OctY+U=3(k+&w zuI=Mm!$l7xWtL}g*f@zC=I>Lu+Vh#*T2G#U#SJ8oh+Ib$5^_8FPhas3vD{rGASU`>y~}xGkd_l9@m*ftW*cFW?Hfr_%NjMz=ZWC-VfYt z-k&R&v$`T%!&nXpX%ELAiZ;Af>vC@t$Et?n5i*+< zv)PJon&v*Qq<7eo!qkVLQ}FT4y@g%J4VrVVJxaY;Av=~7C7XO^meGT#_d1-|&$NMN z;PZ}B2+leko5kYeHb<^=OrX1t$%lo?U{^_sUm7EO4f*&=hl(_KU7_vX4fSfl)IB;H z&^P&(`{<7t4~18x%7P+VC&JP&MAJ=DQ2!Fe3zc2aWth$YGI`q0wv@|ws{h0X7zFXh zV@#-cT%Rh_14KJNzK|e>XocLA%#;q_*z^pUXYl7}>{Ln2g_OVNAspz%H-M5llVCmU z;k${CIEZ+EW~%D+gC80ulv)xZZ={3Pd?U-@-Z z6(>2gpcQg{Gh!G~)Y!g@yc}_>Dni|otUUpxja}Mlr=(K?4znbBt7M9Sb#lv?zoKjP zynXVBU|tSi=MygJXvklwFc81y2@Ud#?v{=}rg|$)#dYnK7Sdj03Y_?c1}I7dW6e=B+5pNIX;@fv@yN`T1*Ka3%Yo;Kd3-zbZt*S?ZBsJ%ylXu%?`R#L)ux`03DBC4=j*fSEylp0w!|hsKE|n9J%4w zJ)1%9K~jyL@hG3EAg8Pi3S*9;=N2Ef?;Gc9hfxKOIfq%OW;RG)Udwvs3J|-gB>M}F}Ht`=hi4|bQ7GgV_9LKj0_zfyh?-8)(jU6J+iSPh*5k2*zC7bLvJ z{9fRU9c>OYf5!U;e$K_k#XV@+raEwFROe!;S!Iw;TY&}gHM(pApr#I};NlDD8psz- z0*tkM_US=yH`5`7f|~3*^(00Y~!(SXr)`iR3#Wz$2P@ z%OTrqgt2KOo!V2>6H`@l=$`%qEd&1E3AtQD>Af}D$ZfOw1Yk#C-LB9or8w@lCUVWu zxt(i2x-SGSCl>?jo4Hxlu+60xbN1Bauo8 zh!WZ4JNxWk*7)YT!bx-VPPJm4{yyym`H^p@4N6Z7*@-7qV;p9=qLWSQPeBxN7{?-` zayk#reu@9hiul&5FeukIRzOHKKIk9g7a$w64NQj1L07h>=o@$tb3R0&t;BUB#T$6+ zGbykZBsa~ZHoJVzSF#Oi5*c;jh+l|i9+jyI)Bz1HIOwvWL-@eD410VeQs|k+t6%&T z_X@%^mO>Z20sC`YRf}%$zBwivoNq?1(0#vRfbad@VJOo|XWv4_fCu86Hd+6(PoJ4qg$`R_J7G@-mJFhaP+VowXpk8AF7DY-*^YW8 zEl(-lvWxRxW|8lJscD4 z8LP?nH&$9IDR_}N8m>E1!z6F_os<2BQi1|ZG>{?dmZiE{UH%qujoj3YdO-a?@es9% zbJzjO7?&H+>Z~qS<*TyPd{7br>f?#MTtNe-_zmY9{fGu6+aQszTR?K97|cll86|d6 zbO(TNQj2}qLF-c113ll!aH*xOO-w+7mT;Tdk;{bniDLE zg6K4}@=%|q>}0{@&p=Q^3c>z~?Fgt3M#*R@$?BEJqcLBXmE^fY=b;`TO)a33aLRn2 z5F9<^!g2ol=K*p02O>^#D6i}Ia$APhh7P!o+x_kiIy3`J@z_~w1#lz@N& zbQ0_BaK*xGIL7hqK%DV5l+Nog^A=A(&43zC1$dHMB~5dI)N_PiEEVADwgWc3a?a?w zUU+NE&?s-mFnHX#SBlu(hT$)2IK=x-1#k3o&=)t$t(C$9DiT(&7-&@u+t-hTyFug<6#-U!G588Hub%~-N>~M#WEe$%s+^_*2GdtdZq%kL9eiEyx{55hCuPC z-Afd>;F-z6r4a(w;j3_Ocqy4^OjePJg+tM--T=cJz+XmL&T9f-Eie*$at6hs(a_8U2NSagtpwGAH{OI#E@Q28m1$!b%dl(QqNx|Op_#xFa?~=iE!ncj$ zK$PB>ODQ#11^}AmS6G3g^Q%SPEBTkxB$4VlyL9Y|L#`P$56BlotP;qVoxRd~Kjk|} z8;vpk@d(N|CPZjcxH#`23gr7LgL7cySgB4H8UVm~yKC}HBMs%w+Kxw!^rLr8Fvjdr z{3ou!@jUVoG=-uOLV{}kLZf&RdwI0t`WU=d2vMPIv}+g1tH^?Ux?kA0?h3b?SzLN= z6@wNS1J#&SULg5j`m@5)JjxeTC`xX6L;sJWMfaNYZYMjMk719Pz+sYu3G~zP(BgFW z?)x0Ch(m)Tc(6?=^MNmGc~y1masH=%AATt2BtLZVKIenG%b>*|C>7io?(i@K1{6oQ z;2(gdh0`8884gk5iP2fsir5T8HqDpMq4IkUQ3{aQ7y+NzM#e!=?@OOCBB6|FGgM-H zM^0Eh6<^kuYeap#-##kCTXYXkgc;b>PV`lx4+2hBOmfQeSV4kHwLTJuy~dL^Dsw9D&P@ zpQ_)7NqAv+$QaDf8*f2=pYKw#MsqUhqio3hX@+Sq3g_)U>_Bl;X~>>Q`2&lj*9A{g zVO9gggO=8gaGp@wxGLJWMQz8}SU3>BYp>iO1T`}9S$g(7H?<2f0$G?)pgam@_p|l2 z&{IU}veeT6>ypT=3g;n$93tBjqyJVmBKMJ2TjS=`;4bc4 zYA2Gw;-7h|e5~&Y!A12)$3x;{8p{L`xE%bOaKoGB8A_m{fHT43cnp|Hw4}E2(7JhM z+|$76aOAEO=W2ekLq6FZCB=jVF3;ZCVp?W+-`Hq>yPML@i8P8KfJ~N0 zN4j0w|~6Au2a7;-WvcI7T;!uY1Ann72Own3T{uL`QHx4U#xg$qmT9aU z>=%8;82Q{)d5+luTR&ZU;Z&q{k(M+vNIQAyKnqoed9H`kRC7D|K0N0tTSo*`-kp052{83uo>CQ&e7 zQjs3Fx9@-HMLE$*I$4ogHH11X+!`!k?k%CYTrtU(v3p*1E-(41`Fg3sx~DGJv`l>S z;{L{}v*!MKcLsZw-1-O8>s6H?vbA$ibhJn(=93+5M_^7JQsF^nEo&P%974Dyz{Gdn z|FQd3?F|+RP}S8Gjyj4bc#FwD2G}&dX`Y)T7p38GuZf#^=FryYrt@}V(-QSiXUnZF zneNFLr26WPmsKvkM%Pxm>%v!EudU-RAL%fBPSV|6=k{Rk{Zt-rMPp(H);yNM+`VdK zZ2U2FDfECG-iBGLl_qoQC&NP61}ouWFnvZClQYp8>T1VlB6oZGgQz&Caw-rIzwo@{ z1!TVSbG>B=Y`%y?t41ro#xUHVA2>UskSSSki_;L|>e3GVZH0ac;68GgN;DQ^c2=u) z5GpWax>`Q(sKJPc{#z%ahl@(c z)X2P#XeQo}cq|=-*eTSPTm2SFt7$%y7ihIIzQM4ZnVlGaBN3KfxS(p%i+So1UVx8R zB>~fXp=HRUb&`Au<3z9Dyhz1sS!1*$+fA97HFG%u%buIB1Nve$L87Hk2?kE>#E$@> znWdIR+uM25ulorMh?Ry@T3hpqO<@rc4`3m+7uy1;(;AqjS)Dt z^UE#3K4>BK8cAF2G0}h{Ic}imySkHmZkuv%F#gOW;P#$o z;GilousEYc#>&DTeQX(F;rQ(ZO*DBNIG4`oQdUp8%5E-)V8g6pyvxw}C{okKoFer@ z(}FpZ(O~6!Bxe@M4uCPDu;Z&9GNj?|tmrhPA>UZi9*y*&Spsu+r%t&FaAZ_e=Fkq{ zsFq%Xd+bETVd1L19Il7nLgfF3S0ssJI%bfsB3kBnhkM9(!inXF}O|C=hCnC7AvVhNG3 zJ^R-_<9YU$(DYojj9_c&kP#G__im-Xu%q-cVKL2ek?0}$ zX=pno(3gvnanM>d6e-LIB5;3}3eJ3<(}l0MHZFCVEHaik4E%cSvzZaE_5>eJuwDkH zj+IW-*QcyxxHZAP5RJEU)_$=j?4VSwW)WW-A+ayU*IyBwPKovAgU zN|IbAvxrp)K>tam-p%(~&rzLZvPER04Ud3v>;c~Ta4~KK4>vI_3$yo=`(^N`t>P$| zo=l90GYtrK;bEDkdk|_|sc|SWMn`8^y0A-&KRz=@)m?PmmN}d&Yxoc*HZ2wV!&VC% zXsBdUD-;v1ADN+^oUy`K-~7D$rW}p*hEsVMrPR!!%m~cV#~BXsxuCnn?`vqX<`z)!hW8=E+)RLXVZGklM$ zNo(mz(=c8>i^PUn)47mR`viRC=o$2MRC@gFdgtqV!~aKd30Z-enNXNY;9H|fj4bHN zmo-PHe#OoKvPo`F_%Pb>LxrzlM_6J(?Az=$8)#wc`5@T;j&w0X3b(M#O>;8Wx*ukJ zz$6~Gu?77oMSl58BLBW6{Ws)inx1m7IyD)bZ@Os@mC#9lRwo#c8EsRA1Tl>Wmc?stMRaY^hv9;`k{Q;G#Bc(U$K| zKKF?Puk{Yu4?mA?hp4LDq`+2Z@Ntb+4i)|7<=R|JSlHKiaJ-0ojM6J3LZBDZ=ScR) z(u20bq_phs=EQmYgZ;T-%DkqbUmlkLUmO*n9j=kB5P9x&$m(%|9S#0^Y%%fp+9;K7@?^#Fcy#6DJO@1z{C6Qw;mc&_Wjm`@J@**Kc z4S_sWeSTx4i*AY*%c<@7m>Ul~iN=el+o`AmGmOr^+yVvLIl#mV@?S4}YM>p7YfgY- zOetJXiQ~M-*)=(BG9N6!PvUkvDsXKI)Jd;NlD5c4=g>SV;^mi>* zl8q)*0~qPn*<=drrgkaPnSbA!hG#aPDWV<^X{FxcKz89DTc0hU{!@EZXxg!oYJ4ev z(?lV}$bl$(p%<;=H0Spj#<}8^V4({*DpV+6Vq<&ia;Df?Z#=Yn0=SJNF~1Z_;X!DF z#ZD|5DW{#NN>ngZllD`(K=JL-NU|=JBuI#jZX24jQ+!+QL(sWg!HEfa* z_4Y(=qM(54-bUsn;p{`&>CRALlW5FK0Qi|j2wK8HoWcKe2===|m1%R@1BZ=XJ>w6k zZO=;zKCML=JQf29BtSEtgUl2)5tTnF*zH}KPD+@VyVe^b+~lH4s%qkA>Zhf-S{=j@2Ai^*9qXZiTx$y zp~dEHnOS!?$_VdW4U(|fBYD*>RW||@c?mZk4Ox7V-N^h|37yROk2p6_ zhac+$_LoG5M2DH*>+>h%vQ2XNPw3&?3>9#~(FI%~9R^%N;z5q-_{RJFSJ0c)UXr7Y zNnWvDvj*zm+%P|lk6wSj{tm9uxA8tUI6B-%oPYm2gp+!b^mYDM;Ut$fmK~#6e*CVn z_Wv2*Q&ASkt(!sVCEdl1tu6jb!5sLn;{PdGA9p9zM7CBbIQrj%e`IaV2nzrIR2h4A zX3g-C*$4>FkMI1cZ7JmWKX2r}=KH96_5a@A|G&64?SAVNdimcIc(CpSK;Yj|}&@J09|SrPKya-3Hs{v}Ij^1lQ?QRG3` z!z(4MO#t;v^KcQdm5bvnX zD@!vQc^nfdQXRTrRNPj63Jhd&x{C-ZT^>mtq2mL?Q_Kpp@hxA%{y=pp*k5BF5w=B0MuY z`r(F;*H=z?`1|4d_WUv|Clz1P?d#APRfV|SMcj#Z+x{<4FPBi!e;LI+0VliPP7DM@ z2}{)FUBd6dtz%oi+RWsuhAUh+o@WGN~&nbdn-CN z*bbTm$H4TXtgp<`>^CuoTJu0$p)17l*2m-yXaSz0lcAWS=be7N8s9S-Qi61){?V@Y) zEsY=TtoBI0!$H(uca86cJ^nK!P_?0V4rW(8Xi)20>{90mYlR4hOtZq7KCB zKS+@s%y}9hc`F&+ZGd4vgh*vwc?r2+Px2Do{zHOc@!K9;&^nHSA73+Bg2kZX((y5l(a}hO5DBviy3%HlYVXlsJ6%}(FfJ|)=m?bmoJ*Bu`PV6p~e_ds4#>v+ObkoAoLC=-jxrkldOAeWF$zZ^(H-wcR!j|m0Yl}yhzC} zad>nW@>1*T6gr0tokT@xcLmF0?RtZZdkprGQd~m$1)Bd<6Ss${-FSKh7Yfh*8Z%~b zIfhJh+*Ogx7j`WE#ZSX8mp9Lr5*B#dq?LuZLb6eNG9^9-(NsDu|JGhewt5ngYLG{C n@atO@jr+@MC1L)CqX%|E2uLKU-qm^D4YJo<+^ZxE5Ar_%7vOId diff --git a/run/logs/debug.log b/run/logs/debug.log index 86ddd10..fc9fe29 100644 --- a/run/logs/debug.log +++ b/run/logs/debug.log @@ -1,2961 +1,2960 @@ -[23Feb2025 20:22:30.031] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.65, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.65, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] -[23Feb2025 20:22:30.033] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS -[23Feb2025 20:22:30.033] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.4 by Eclipse Adoptium; OS Linux arch amd64 version 6.6.67-gentoo -[23Feb2025 20:22:30.047] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,forgeclient,forgedatauserdev,testharness,forgeserverdev,forgeserveruserdev,forgejunitdev,forgeclientdev,forgeclientuserdev,forgeserver,forgejunituserdev,forgedatadev] -[23Feb2025 20:22:30.061] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,slf4jfixer,runtime_enum_extender,accesstransformer,runtimedistcleaner] -[23Feb2025 20:22:30.067] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services -[23Feb2025 20:22:30.071] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run -[23Feb2025 20:22:30.071] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods -[23Feb2025 20:22:30.072] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config -[23Feb2025 20:22:30.072] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml -[23Feb2025 20:22:30.103] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Got mod coordinates testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main from env -[23Feb2025 20:22:30.104] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{testproject=[/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main, /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main]}] -[23Feb2025 20:22:30.106] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: -[23Feb2025 20:22:30.110] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[23Feb2025 20:22:30.182] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[23Feb2025 20:22:30.236] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[23Feb2025 20:22:30.262] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] -[23Feb2025 20:22:30.263] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading -[23Feb2025 20:22:30.264] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin -[23Feb2025 20:22:30.264] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin -[23Feb2025 20:22:30.265] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml -[23Feb2025 20:22:30.266] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML 4.0.24 loading -[23Feb2025 20:22:30.266] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 11.0.4+main.d2e20e43 -[23Feb2025 20:22:30.267] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 10.0.1+139da711 -[23Feb2025 20:22:30.268] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found EventBus version : null -[23Feb2025 20:22:30.268] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner -[23Feb2025 20:22:30.269] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml -[23Feb2025 20:22:30.270] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services -[23Feb2025 20:22:30.294] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Received command line version data : VersionInfo[neoForgeVersion=21.1.65, fmlVersion=4.0.24, mcVersion=1.21.1, neoFormVersion=20240808.144430] -[23Feb2025 20:22:30.294] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing -[23Feb2025 20:22:30.295] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin -[23Feb2025 20:22:30.309] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@44ebcd03 -[23Feb2025 20:22:30.320] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT -[23Feb2025 20:22:30.331] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager -[23Feb2025 20:22:30.331] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) -[23Feb2025 20:22:30.332] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) -[23Feb2025 20:22:30.333] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) -[23Feb2025 20:22:30.334] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) -[23Feb2025 20:22:30.334] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) -[23Feb2025 20:22:30.336] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin -[23Feb2025 20:22:30.336] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml -[23Feb2025 20:22:30.336] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories -[23Feb2025 20:22:30.337] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run -[23Feb2025 20:22:30.337] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods -[23Feb2025 20:22:30.337] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config -[23Feb2025 20:22:30.338] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml -[23Feb2025 20:22:30.338] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Loading configuration -[23Feb2025 20:22:30.342] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler -[23Feb2025 20:22:30.343] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Using forgeclientuserdev as launch service -[23Feb2025 20:22:30.346] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml -[23Feb2025 20:22:30.346] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning -[23Feb2025 20:22:30.347] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin -[23Feb2025 20:22:30.347] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin -[23Feb2025 20:22:30.347] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml -[23Feb2025 20:22:30.348] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan -[23Feb2025 20:22:30.350] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Got mod coordinates testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main from env -[23Feb2025 20:22:30.350] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{testproject=[/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main, /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main]}] -[23Feb2025 20:22:30.363] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 4 implementations of IModFileCandidateLocator: -[23Feb2025 20:22:30.364] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.NeoForgeDevProvider from loader-4.0.24.jar -[23Feb2025 20:22:30.364] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.ModsFolderLocator from loader-4.0.24.jar -[23Feb2025 20:22:30.364] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.MavenDirectoryLocator from loader-4.0.24.jar -[23Feb2025 20:22:30.364] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.UserdevLocator from loader-4.0.24.jar -[23Feb2025 20:22:30.366] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModFileReader: -[23Feb2025 20:22:30.366] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.readers.JarModsDotTomlModFileReader from loader-4.0.24.jar -[23Feb2025 20:22:30.367] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - net.neoforged.fml.loading.moddiscovery.readers.NestedLibraryModReader from loader-4.0.24.jar -[23Feb2025 20:22:30.368] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of IDependencyLocator: -[23Feb2025 20:22:30.368] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator from loader-4.0.24.jar -[23Feb2025 20:22:30.390] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) GL version 4.6 (Core Profile) Mesa 24.2.8, AMD -[23Feb2025 20:22:30.417] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {minecraft} mods - versions {1.21.1} -[23Feb2025 20:22:30.423] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar -[23Feb2025 20:22:30.430] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} -[23Feb2025 20:22:30.432] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar -[23Feb2025 20:22:30.434] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with {cawezs_dimensional_connectivity} mods - versions {1.0.0} -[23Feb2025 20:22:30.435] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar -[23Feb2025 20:22:30.437] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with {iris} mods - versions {1.8.0-beta.5+mc1.21.1} -[23Feb2025 20:22:30.438] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar -[23Feb2025 20:22:30.439] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.2+mc1.21.1} -[23Feb2025 20:22:30.441] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] -[23Feb2025 20:22:30.442] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main -[23Feb2025 20:22:30.443] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} -[23Feb2025 20:22:30.449] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar -[23Feb2025 20:22:30.451] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} -[23Feb2025 20:22:30.453] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.accesstransformers/at-modlauncher/10.0.1/5aba50202aceead086bc09fbc2751c9f05cb4890/at-modlauncher-10.0.1.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.8.5/4433f50c07debefaed0553bd0068f4f48d449313/maven-artifact-3.8.5.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar because it was already located earlier -[23Feb2025 20:22:30.454] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.14.0/1ed471194b02f2c6cb734a0cd6f6f107c673afae/commons-lang3-3.14.0.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j2-impl/2.22.1/d7e6693c2606cb7e7335047d7bb96dec52db5665/log4j-slf4j2-impl-2.22.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.22.1/7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4/log4j-core-2.22.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.22.1/bea6fede6328fabafd7e68363161a7ea6605abd1/log4j-api-2.22.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.4/4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c/jopt-simple-5.0.4.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.1.2-jre/5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318/guava-32.1.2-jre.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar because it was already located earlier -[23Feb2025 20:22:30.455] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.3.0/cf43b5391de623b36fe066a21127baef82c64022/plexus-utils-3.3.0.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.github.oshi/oshi-core/6.4.10/b1d8ab82d11d92fd639b56d639f8f46f739dd5fa/oshi-core-6.4.10.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar because it was already located earlier -[23Feb2025 20:22:30.456] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar because it was already located earlier -[23Feb2025 20:22:30.457] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-buffer/4.1.97.Final/f8f3d8644afa5e6e1a40a3a6aeb9d9aa970ecb4f/netty-buffer-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-codec/4.1.97.Final/384ba4d75670befbedb45c4d3b497a93639c206d/netty-codec-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.97.Final/7cceacaf11df8dc63f23d0fb58e9d4640fc88404/netty-common-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.1.97.Final/abb86c6906bf512bf2b797a41cd7d2e8d3cd7c36/netty-handler-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-resolver/4.1.97.Final/cec8348108dc76c47cf87c669d514be52c922144/netty-resolver-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-classes-epoll/4.1.97.Final/795da37ded759e862457a82d9d92c4d39ce8ecee/netty-transport-classes-epoll-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-unix-common/4.1.97.Final/d469d84265ab70095b01b40886cabdd433b6e664/netty-transport-native-unix-common-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport/4.1.97.Final/f37380d23c9bb079bc702910833b2fd532c9abd0/netty-transport-4.1.97.Final.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna-platform/5.14.0/28934d48aed814f11e4c584da55c49fa7032b31b/jna-platform-5.14.0.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar because it was already located earlier -[23Feb2025 20:22:30.458] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.26.0/659feffdd12280201c8aacb8f7be94f9a883c824/commons-compress-1.26.0.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/149070a5480900347071b7074779531f25a6e3dc/lwjgl-freetype-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/a03684c5e4b1b1dbbe0d29dbbdc27b985b6840f2/lwjgl-glfw-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/4f86728bf449b1dd61251c4e0ac01df1389cb51e/lwjgl-jemalloc-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/3037360cc4595079bea240af250b6d1a527e0905/lwjgl-openal-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/62c70a4b00ca5391882b0f4b787c1588d24f1c86/lwjgl-opengl-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/fd1271ccd9d85eff2fa31f3fd543e02ccfaf5041/lwjgl-stb-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.459] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/d8d58daa0c3e5fd906fee96f5fddbcbc07cc308b/lwjgl-tinyfd-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.1.97.Final/5514744c588190ffda076b35a9b8c9f24946a960/netty-transport-native-epoll-4.1.97.Final-linux-aarch_64.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.1.97.Final/54188f271e388e7f313aea995e82f58ce2cdb809/netty-transport-native-epoll-4.1.97.Final-linux-x86_64.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.18.0/89b684257096f548fa39a7df9fdaa409d4d4df91/error_prone_annotations-2.18.0.jar because it was already located earlier -[23Feb2025 20:22:30.460] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar because it was already located earlier -[23Feb2025 20:22:30.461] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Found 2 mods for first modid neoforge, selecting most recent based on version data -[23Feb2025 20:22:30.461] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Selected file neoforge-21.1.65-minecraft.jar for modid neoforge with version 21.1.65 -[23Feb2025 20:22:30.507] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.509] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} -[23Feb2025 20:22:30.510] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.511] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} -[23Feb2025 20:22:30.512] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} -[23Feb2025 20:22:30.514] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.515] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} -[23Feb2025 20:22:30.532] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.533] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} -[23Feb2025 20:22:30.533] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.534] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} -[23Feb2025 20:22:30.540] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.541] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} -[23Feb2025 20:22:30.541] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.542] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} -[23Feb2025 20:22:30.548] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection -[23Feb2025 20:22:30.549] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {minecraft} mods - versions {1.21.1} -[23Feb2025 20:22:30.550] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] -[23Feb2025 20:22:30.551] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with {iris} mods - versions {1.8.0-beta.5+mc1.21.1} -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.fantastic.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.vertexformat.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config iris-batched-entity-rendering.mixins.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.sodium.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.dh.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.forge.json -[23Feb2025 20:22:30.552] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.553] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} -[23Feb2025 20:22:30.553] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] -[23Feb2025 20:22:30.553] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.mixins.json -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.debughud.mixins.json -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.554] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.mixins.json -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.client.mixins.json -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with {cawezs_dimensional_connectivity} mods - versions {1.0.0} -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] -[23Feb2025 20:22:30.555] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.2+mc1.21.1} -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium.mixins.json -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-forge.mixins.json -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] -[23Feb2025 20:22:30.556] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar -[23Feb2025 20:22:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} -[23Feb2025 20:22:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[3,]]] -[23Feb2025 20:22:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json -[23Feb2025 20:22:30.557] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate -[23Feb2025 20:22:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} -[23Feb2025 20:22:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] -[23Feb2025 20:22:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.mixins.json -[23Feb2025 20:22:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.client.mixins.json -[23Feb2025 20:22:30.558] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] -[23Feb2025 20:22:30.558] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml -[23Feb2025 20:22:30.568] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: -[23Feb2025 20:22:30.568] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.24.jar -[23Feb2025 20:22:30.568] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.24.jar -[23Feb2025 20:22:30.568] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.24.jar -[23Feb2025 20:22:30.569] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.24 -[23Feb2025 20:22:30.569] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.24 -[23Feb2025 20:22:30.569] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.24 -[23Feb2025 20:22:30.572] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] -[23Feb2025 20:22:30.573] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft -[23Feb2025 20:22:30.573] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge -[23Feb2025 20:22:30.574] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 18 mod requirements (16 mandatory, 2 optional) -[23Feb2025 20:22:30.575] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.658] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.659] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc -[23Feb2025 20:22:30.665] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers -[23Feb2025 20:22:30.665] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin -[23Feb2025 20:22:30.667] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin -[23Feb2025 20:22:30.667] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml -[23Feb2025 20:22:30.667] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers -[23Feb2025 20:22:30.667] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it -[23Feb2025 20:22:30.668] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: -[23Feb2025 20:22:30.669] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.neoforge.coremods.NeoForgeCoreMod from neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[23Feb2025 20:22:30.674] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@68c87fc3 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[23Feb2025 20:22:30.674] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@68c87fc3 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[23Feb2025 20:22:30.674] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@68c87fc3 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[23Feb2025 20:22:30.675] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@68c87fc3 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[23Feb2025 20:22:30.677] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@76c548f to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/biome/Biome;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@6f38a289 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/server/commands/SummonCommand;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/npc/Villager;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Spider;} {} {V} -[23Feb2025 20:22:30.679] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/raid/Raid;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Strider;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/server/commands/RaidCommand;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/EntityType;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@61e3cf4d to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} -[23Feb2025 20:22:30.680] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml -[23Feb2025 20:22:30.885] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[23Feb2025 20:22:30.885] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc] -[23Feb2025 20:22:30.885] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] -[23Feb2025 20:22:30.924] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-rendering-data-attachment-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[23Feb2025 20:22:30.928] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 -[23Feb2025 20:22:30.929] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.931] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.client.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.933] [main/DEBUG] [mixin/]: Mixin config sodium.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.935] [main/DEBUG] [mixin/]: Mixin config sodium-forge.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.936] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.938] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.fantastic.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.942] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.vertexformat.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.943] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by iris-batched-entity-rendering.mixins.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.945] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.compat.sodium.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.947] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.compat.dh.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.948] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.forge.json is lower than the default level supported by the current mixin service (JAVA_16). -[23Feb2025 20:22:30.949] [main/DEBUG] [mixin/]: Compatibility level JAVA_21 specified by fabric-renderer-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[23Feb2025 20:22:30.950] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 -[23Feb2025 20:22:30.950] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.951] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-renderer-api-v1.debughud.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[23Feb2025 20:22:30.951] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.953] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-block-view-api-v2.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[23Feb2025 20:22:30.953] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.954] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-block-view-api-v2.client.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). -[23Feb2025 20:22:30.954] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.client.mixins.json does not specify "minVersion" or "requiredFeatures" property -[23Feb2025 20:22:30.955] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.956] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_rendering_data_attachment_v1) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(sodium) -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] -[23Feb2025 20:22:30.957] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(iris) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_renderer_api_v1) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.958] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_api_base) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_dimensional_connectivity) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_dimensional_connectivity)] -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.959] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.960] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_block_view_api_v2) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[23Feb2025 20:22:30.961] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: inject() running with 13 agents -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@73ad4ecc] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_dimensional_connectivity)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] -[23Feb2025 20:22:30.963] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[23Feb2025 20:22:30.964] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.65, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[23Feb2025 20:22:30.993] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] -[23Feb2025 20:22:30.994] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.mixins.json -[23Feb2025 20:22:30.998] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.client.mixins.json -[23Feb2025 20:22:30.999] [main/DEBUG] [mixin/]: Selecting config sodium.mixins.json -[23Feb2025 20:22:31.009] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.ForgeMixinOverrides@72725ee1 for service interface net.caffeinemc.mods.sodium.client.services.PlatformMixinOverrides -[23Feb2025 20:22:31.013] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.NeoForgeRuntimeInformation@7e00ed0f for service interface net.caffeinemc.mods.sodium.client.services.PlatformRuntimeInformation -[23Feb2025 20:22:31.014] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found -[23Feb2025 20:22:31.014] [main/DEBUG] [mixin/]: Selecting config sodium-forge.mixins.json -[23Feb2025 20:22:31.015] [main/WARN] [mixin/]: Reference map 'sodium.refmap.json' for sodium-forge.mixins.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.015] [main/DEBUG] [mixin/]: Selecting config mixins.iris.json -[23Feb2025 20:22:31.015] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.015] [main/DEBUG] [mixin/]: Selecting config mixins.iris.fantastic.json -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.fantastic.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.016] [main/DEBUG] [mixin/]: Selecting config mixins.iris.vertexformat.json -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.vertexformat.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.016] [main/DEBUG] [mixin/]: Selecting config iris-batched-entity-rendering.mixins.json -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for iris-batched-entity-rendering.mixins.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.017] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.sodium.json -[23Feb2025 20:22:31.017] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.compat.sodium.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.017] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.dh.json -[23Feb2025 20:22:31.018] [main/WARN] [mixin/]: Reference map '' for mixins.iris.compat.dh.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.018] [main/DEBUG] [mixin/]: Selecting config mixins.iris.forge.json -[23Feb2025 20:22:31.019] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.mixins.json -[23Feb2025 20:22:31.019] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.debughud.mixins.json -[23Feb2025 20:22:31.019] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json -[23Feb2025 20:22:31.020] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.mixins.json -[23Feb2025 20:22:31.020] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.client.mixins.json -[23Feb2025 20:22:31.020] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json -[23Feb2025 20:22:31.050] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null -[23Feb2025 20:22:31.081] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[23Feb2025 20:22:31.083] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[23Feb2025 20:22:31.084] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[23Feb2025 20:22:31.086] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[23Feb2025 20:22:31.087] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[23Feb2025 20:22:31.089] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[23Feb2025 20:22:31.108] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.mixins.json (2) -[23Feb2025 20:22:31.138] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.client.mixins.json (1) -[23Feb2025 20:22:31.152] [main/DEBUG] [mixin/]: Preparing sodium.mixins.json (79) -[23Feb2025 20:22:31.189] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.FogRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.190] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.ClientLevelMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.190] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.LevelRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.377] [main/DEBUG] [mixin/]: Preparing sodium-forge.mixins.json (14) -[23Feb2025 20:22:31.414] [main/DEBUG] [mixin/]: Preparing mixins.iris.json (94) -[23Feb2025 20:22:31.525] [main/DEBUG] [mixin/]: Preparing mixins.iris.fantastic.json (5) -[23Feb2025 20:22:31.530] [main/DEBUG] [mixin/]: Preparing mixins.iris.vertexformat.json (8) -[23Feb2025 20:22:31.538] [main/DEBUG] [mixin/]: Preparing iris-batched-entity-rendering.mixins.json (18) -[23Feb2025 20:22:31.551] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.sodium.json (15) -[23Feb2025 20:22:31.572] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.dh.json (4) -[23Feb2025 20:22:31.576] [main/DEBUG] [mixin/]: Preparing mixins.iris.forge.json (7) -[23Feb2025 20:22:31.579] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) -[23Feb2025 20:22:31.580] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/entity/RenderFlame for mixins.iris.forge.json:MixinRenderFlame from mod iris -[23Feb2025 20:22:31.581] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) -[23Feb2025 20:22:31.581] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/armor/MekaSuitArmor for mixins.iris.forge.json:MixinRenderMekasuit from mod iris -[23Feb2025 20:22:31.585] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) -[23Feb2025 20:22:31.585] [main/DEBUG] [mixin/]: Skipping virtual target blusunrize/immersiveengineering/client/utils/IEGLShaders for mixins.iris.forge.json:MixinVBOIE from mod iris -[23Feb2025 20:22:31.585] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.mixins.json (4) -[23Feb2025 20:22:31.587] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.debughud.mixins.json (1) -[23Feb2025 20:22:31.587] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) -[23Feb2025 20:22:31.590] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.mixins.json (2) -[23Feb2025 20:22:31.591] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.client.mixins.json (2) -[23Feb2025 20:22:31.594] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) -[23Feb2025 20:22:31.686] [main/DEBUG] [mixin/]: Prepared 248 mixins in 0.691 sec (2.8ms avg) (0ms load, 0ms transform, 0ms plugin) -[23Feb2025 20:22:31.690] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). -[23Feb2025 20:22:31.692] [main/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo -[23Feb2025 20:22:31.692] [main/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo -[23Feb2025 20:22:31.696] [main/DEBUG] [mixin/]: Mixing texture.MixinAbstractTexture from mixins.iris.json into net.minecraft.client.renderer.texture.AbstractTexture -[23Feb2025 20:22:31.698] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinAbstractTexture from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:31.768] [main/DEBUG] [mixin/]: Mixing texture.SimpleTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SimpleTexture -[23Feb2025 20:22:31.768] [main/DEBUG] [mixin/]: mixins.iris.json:texture.SimpleTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:31.776] [main/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.VertexConsumerMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexConsumer -[23Feb2025 20:22:31.776] [main/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.matrix_stack.VertexConsumerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:31.825] [main/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.GuiGraphicsMixin from sodium.mixins.json into net.minecraft.client.gui.GuiGraphics -[23Feb2025 20:22:31.825] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:31.832] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.833] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.833] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.833] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.833] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.833] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.849] [main/DEBUG] [mixin/]: Mixing core.MinecraftMixin from sodium.mixins.json into net.minecraft.client.Minecraft -[23Feb2025 20:22:31.851] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:31.863] [main/DEBUG] [mixin/]: Mixing EntrypointMixin from sodium-forge.mixins.json into net.minecraft.client.Minecraft -[23Feb2025 20:22:31.864] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:31.864] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$sodium$loadConfig$0(Lnet/neoforged/fml/ModContainer;)Ljava/lang/String; to md0982db$sodium$lambda$sodium$loadConfig$0$0 in sodium-forge.mixins.json:EntrypointMixin from mod sodium -[23Feb2025 20:22:31.870] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Images from mixins.iris.json into net.minecraft.client.Minecraft -[23Feb2025 20:22:31.870] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:31.896] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Keybinds from mixins.iris.json into net.minecraft.client.Minecraft -[23Feb2025 20:22:31.896] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:31.900] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_PipelineManagement from mixins.iris.json into net.minecraft.client.Minecraft -[23Feb2025 20:22:31.900] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.932] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.933] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:31.934] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:31.935] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:31.935] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:32.100] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework -[23Feb2025 20:22:32.102] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple -[23Feb2025 20:22:32.102] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 -[23Feb2025 20:22:32.133] [main/DEBUG] [mixin/]: Mixing texture.MixinResourceLocation from mixins.iris.json into net.minecraft.resources.ResourceLocation -[23Feb2025 20:22:32.134] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:32.140] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$blockDUMMY(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:32.142] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$allowInvalidPaths(CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:32.578] [main/DEBUG] [mixin/]: Mixing MixinSystemReport from mixins.iris.json into net.minecraft.SystemReport -[23Feb2025 20:22:32.579] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:32.579] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$1()Ljava/lang/String; to md0982db$iris$lambda$fillSystemDetails$1$0 in mixins.iris.json:MixinSystemReport from mod iris -[23Feb2025 20:22:32.579] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$0(Ljava/lang/StringBuilder;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to md0982db$iris$lambda$fillSystemDetails$0$1 in mixins.iris.json:MixinSystemReport from mod iris -[23Feb2025 20:22:32.589] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:32.589] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:32.589] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:32.604] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@65f58c6e -[23Feb2025 20:22:32.639] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[23Feb2025 20:22:32.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[23Feb2025 20:22:32.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat -[23Feb2025 20:22:32.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[23Feb2025 20:22:32.646] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[23Feb2025 20:22:32.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[23Feb2025 20:22:32.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[23Feb2025 20:22:32.647] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[23Feb2025 20:22:32.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[23Feb2025 20:22:32.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[23Feb2025 20:22:32.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[23Feb2025 20:22:32.648] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[23Feb2025 20:22:32.649] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[23Feb2025 20:22:32.650] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[23Feb2025 20:22:32.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[23Feb2025 20:22:32.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.653] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[23Feb2025 20:22:32.654] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[23Feb2025 20:22:32.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[23Feb2025 20:22:32.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[23Feb2025 20:22:32.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[23Feb2025 20:22:32.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[23Feb2025 20:22:32.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[23Feb2025 20:22:32.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[23Feb2025 20:22:32.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[23Feb2025 20:22:32.662] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[23Feb2025 20:22:32.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[23Feb2025 20:22:32.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[23Feb2025 20:22:32.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[23Feb2025 20:22:32.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[23Feb2025 20:22:32.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[23Feb2025 20:22:32.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[23Feb2025 20:22:32.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[23Feb2025 20:22:32.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[23Feb2025 20:22:32.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[23Feb2025 20:22:32.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[23Feb2025 20:22:32.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[23Feb2025 20:22:32.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[23Feb2025 20:22:32.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[23Feb2025 20:22:32.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[23Feb2025 20:22:32.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[23Feb2025 20:22:32.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[23Feb2025 20:22:32.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.679] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[23Feb2025 20:22:32.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[23Feb2025 20:22:32.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[23Feb2025 20:22:32.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[23Feb2025 20:22:32.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[23Feb2025 20:22:32.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo -[23Feb2025 20:22:32.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[23Feb2025 20:22:32.693] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@65f58c6e -[23Feb2025 20:22:32.745] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 175 milliseconds -[23Feb2025 20:22:34.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo -[23Feb2025 20:22:34.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo -[23Feb2025 20:22:34.926] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry -[23Feb2025 20:22:34.974] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockViewMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.BlockGetter -[23Feb2025 20:22:34.974] [pool-14-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockViewMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:34.977] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBlockStateBehavior from mixins.iris.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase -[23Feb2025 20:22:34.978] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:34.981] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris->@Inject::getShadeBrightness(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:34.985] [pool-14-thread-1/DEBUG] [mixin/]: Mixing WorldViewMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.LevelReader -[23Feb2025 20:22:34.985] [pool-14-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:WorldViewMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.023] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.render.immediate.DirectionMixin from sodium.mixins.json into net.minecraft.core.Direction -[23Feb2025 20:22:35.024] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.DirectionMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.121] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.options.render_layers.LeavesBlockMixin from sodium.mixins.json into net.minecraft.world.level.block.LeavesBlock -[23Feb2025 20:22:35.123] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.LeavesBlockMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.336] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntity -[23Feb2025 20:22:35.337] [pool-14-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:BlockEntityMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.337] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.block.entity.BlockEntity -[23Feb2025 20:22:35.337] [pool-14-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockEntityMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.484] [pool-14-thread-1/DEBUG] [mixin/]: Mixing core.render.BlockEntityTypeMixin from sodium.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType -[23Feb2025 20:22:35.484] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:core.render.BlockEntityTypeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.490] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType -[23Feb2025 20:22:35.600] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBiome from mixins.iris.json into net.minecraft.world.level.biome.Biome -[23Feb2025 20:22:35.600] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiome from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:35.601] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.world.biome.BiomeMixin from sodium-forge.mixins.json into net.minecraft.world.level.biome.Biome -[23Feb2025 20:22:35.601] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:features.world.biome.BiomeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:35.606] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:features.world.biome.BiomeMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:35.955] [pool-14-thread-1/DEBUG] [mixin/]: Mixing AuxiliaryLightManagerMixin from sodium-forge.mixins.json into net.neoforged.neoforge.common.world.AuxiliaryLightManager -[23Feb2025 20:22:35.955] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:AuxiliaryLightManagerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:36.258] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinItem from mixins.iris.json into net.minecraft.world.item.Item -[23Feb2025 20:22:36.258] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinItem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:36.312] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false -[23Feb2025 20:22:36.312] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21 -[23Feb2025 20:22:36.312] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available -[23Feb2025 20:22:36.313] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available -[23Feb2025 20:22:36.313] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available -[23Feb2025 20:22:36.313] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available -[23Feb2025 20:22:36.313] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled -[23Feb2025 20:22:36.314] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true -[23Feb2025 20:22:36.314] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 (in module io.netty.common) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.common -[23Feb2025 20:22:36.315] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.(long, {int,long}): unavailable -[23Feb2025 20:22:36.315] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available -[23Feb2025 20:22:36.315] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 4011851776 bytes (maybe) -[23Feb2025 20:22:36.315] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir) -[23Feb2025 20:22:36.316] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model) -[23Feb2025 20:22:36.316] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes -[23Feb2025 20:22:36.316] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1 -[23Feb2025 20:22:36.317] [pool-14-thread-1/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available -[23Feb2025 20:22:36.317] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false -[23Feb2025 20:22:37.016] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBiomes from mixins.iris.json into net.minecraft.world.level.biome.Biomes -[23Feb2025 20:22:37.016] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.019] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris->@Inject::iris$registerBiome(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:37.119] [pool-14-thread-1/DEBUG] [mixin/]: Mixing DimensionTypeAccessor from mixins.iris.json into net.minecraft.world.level.dimension.DimensionType -[23Feb2025 20:22:37.120] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:DimensionTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.836] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.837] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.844] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[23Feb2025 20:22:37.845] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[23Feb2025 20:22:37.846] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.857] [Render thread/DEBUG] [mixin/]: Mixing workarounds.event_loop.RenderSystemMixin from sodium.mixins.json into com.mojang.blaze3d.systems.RenderSystem -[23Feb2025 20:22:37.858] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.event_loop.RenderSystemMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.858] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem -[23Feb2025 20:22:37.858] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.858] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem -[23Feb2025 20:22:37.858] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.860] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem -[23Feb2025 20:22:37.860] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.860] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Ljava/lang/Runnable;)V to md0982db$iris$lambda$static$1$0 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris -[23Feb2025 20:22:37.860] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to md0982db$iris$lambda$static$0$1 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris -[23Feb2025 20:22:37.872] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::iris$onRendererInit(IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.873] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(ILnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.873] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.874] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogStart(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.874] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogEnd(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.878] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from mixins.iris.json into com.mojang.blaze3d.vertex.ByteBufferBuilder -[23Feb2025 20:22:37.878] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.878] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.ByteBufferBuilder -[23Feb2025 20:22:37.878] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.881] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.VertexSortingMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexSorting -[23Feb2025 20:22:37.881] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.sorting.VertexSortingMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.885] [Render thread/DEBUG] [mixin/]: Mixing features.render.compositing.RenderTargetMixin from sodium.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget -[23Feb2025 20:22:37.885] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.887] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget -[23Feb2025 20:22:37.887] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.887] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget -[23Feb2025 20:22:37.887] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.887] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$onBindFramebuffer$0(ZLnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md0982db$iris$lambda$iris$onBindFramebuffer$0$0 in mixins.iris.json:state_tracking.MixinRenderTarget from mod iris -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium->@Inject::blitToScreen(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:37.890] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:37.894] [Render thread/DEBUG] [mixin/]: Mixing core.world.biome.ClientLevelMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientLevel -[23Feb2025 20:22:37.895] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.896] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientLevelMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientLevel -[23Feb2025 20:22:37.896] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.898] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinClientLevel from mixins.iris.vertexformat.json into net.minecraft.client.multiplayer.ClientLevel -[23Feb2025 20:22:37.898] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinClientLevel from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:37.902] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:37.907] [Render thread/DEBUG] [mixin/]: Mixing MixinTitleScreen from mixins.iris.json into net.minecraft.client.gui.screens.TitleScreen -[23Feb2025 20:22:37.907] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.909] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:37.909] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:37.909] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:37.916] [Render thread/DEBUG] [mixin/]: Mixing MixinLocalPlayer from mixins.iris.json into net.minecraft.client.player.LocalPlayer -[23Feb2025 20:22:37.926] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLocalPlayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:37.935] [Render thread/DEBUG] [mixin/]: Mixing features.gui.screen.LevelLoadingScreenMixin from sodium.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen -[23Feb2025 20:22:37.935] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:37.936] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$renderChunks$0(Lit/unimi/dsi/fastutil/objects/Object2IntMap$Entry;)V to md0982db$sodium$lambda$renderChunks$0$0 in sodium.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium -[23Feb2025 20:22:37.983] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/assets/.mcassetsroot' uses unexpected schema -[23Feb2025 20:22:37.983] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/data/.mcassetsroot' uses unexpected schema -[23Feb2025 20:22:37.998] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] -[23Feb2025 20:22:38.004] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev -[23Feb2025 20:22:38.007] [Render thread/DEBUG] [mixin/]: Mixing MixinOptions_Entrypoint from mixins.iris.json into net.minecraft.client.Options -[23Feb2025 20:22:38.007] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.007] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinOptions_CloudsOverride from mixins.iris.json into net.minecraft.client.Options -[23Feb2025 20:22:38.008] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.008] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$overrideCloudsType$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md0982db$iris$lambda$iris$overrideCloudsType$0$0 in mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris -[23Feb2025 20:22:38.010] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.010] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.010] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.010] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris->@Inject::iris$overrideCloudsType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.069] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 -[23Feb2025 20:22:38.070] [Render thread/DEBUG] [mixin/]: Mixing core.WindowMixin from sodium.mixins.json into com.mojang.blaze3d.platform.Window -[23Feb2025 20:22:38.070] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.079] [Render thread/DEBUG] [mixin/]: Mixing workarounds.context_creation.WindowMixin from sodium.mixins.json into com.mojang.blaze3d.platform.Window -[23Feb2025 20:22:38.080] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.083] [Render thread/DEBUG] [mixin/]: Mixing MixinWindow from mixins.iris.json into com.mojang.blaze3d.platform.Window -[23Feb2025 20:22:38.083] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinWindow from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.087] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::postContextReady(Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.087] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::preSwapBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.099] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD -[23Feb2025 20:22:38.100] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) -[23Feb2025 20:22:38.100] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.2.8 -[23Feb2025 20:22:38.101] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: mixins.iris.json:GlStateManagerAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getBLEND()Lcom/mojang/blaze3d/platform/GlStateManager$BlendState; to getBLEND$iris_$md$0982db$0 in mixins.iris.json:GlStateManagerAccessor from mod iris -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getCOLOR_MASK()Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask; to getCOLOR_MASK$iris_$md$0982db$1 in mixins.iris.json:GlStateManagerAccessor from mod iris -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getDEPTH()Lcom/mojang/blaze3d/platform/GlStateManager$DepthState; to getDEPTH$iris_$md$0982db$2 in mixins.iris.json:GlStateManagerAccessor from mod iris -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getActiveTexture()I to getActiveTexture$iris_$md$0982db$3 in mixins.iris.json:GlStateManagerAccessor from mod iris -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getTEXTURES()[Lcom/mojang/blaze3d/platform/GlStateManager$TextureState; to getTEXTURES$iris_$md$0982db$4 in mixins.iris.json:GlStateManagerAccessor from mod iris -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_BlendOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.102] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.103] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_DepthColorOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.103] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.109] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_FramebufferBinding from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.109] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.110] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.110] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.110] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to md0982db$iris$lambda$static$0$5 in mixins.iris.json:statelisteners.MixinGlStateManager from mod iris -[23Feb2025 20:22:38.111] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager -[23Feb2025 20:22:38.111] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.116] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendDisableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.116] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendEnableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.116] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncLock(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.116] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncSeparateLock(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$colorMaskLock(ZZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$depthMaskLock(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$resetTessellation(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind2(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$trackFramebufferDelete(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFunc(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFuncSeparate(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onTexImage2D(IIIIIIIILjava/nio/IntBuffer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTexture(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.117] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTextures([ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.121] [Render thread/DEBUG] [mixin/]: Mixing MixinBooleanState from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState -[23Feb2025 20:22:38.121] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.124] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.BooleanStateAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState -[23Feb2025 20:22:38.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.BooleanStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.126] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris->@Inject::iris$setUnknownState(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.136] [Render thread/DEBUG] [mixin/]: Mixing features.textures.NativeImageAccessor from sodium.mixins.json into com.mojang.blaze3d.platform.NativeImage -[23Feb2025 20:22:38.136] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.NativeImageAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[23Feb2025 20:22:38.148] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[23Feb2025 20:22:38.149] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.150] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.151] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[23Feb2025 20:22:38.152] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[23Feb2025 20:22:38.153] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[23Feb2025 20:22:38.154] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[23Feb2025 20:22:38.155] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[23Feb2025 20:22:38.156] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[23Feb2025 20:22:38.157] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[23Feb2025 20:22:38.158] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[23Feb2025 20:22:38.159] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[23Feb2025 20:22:38.160] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[23Feb2025 20:22:38.161] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[23Feb2025 20:22:38.162] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[23Feb2025 20:22:38.163] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[23Feb2025 20:22:38.164] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[23Feb2025 20:22:38.165] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[23Feb2025 20:22:38.166] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[23Feb2025 20:22:38.167] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[23Feb2025 20:22:38.168] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[23Feb2025 20:22:38.169] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo -[23Feb2025 20:22:38.173] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[23Feb2025 20:22:38.188] [Render thread/INFO] [Iris/]: Debug functionality is disabled. -[23Feb2025 20:22:38.190] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. -[23Feb2025 20:22:38.197] [Render thread/DEBUG] [mixin/]: Mixing core.render.VertexFormatMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexFormat -[23Feb2025 20:22:38.198] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.199] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormat from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormat -[23Feb2025 20:22:38.199] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.201] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.201] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.201] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.202] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onSetupBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.202] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onClearBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.203] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormatElement from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormatElement -[23Feb2025 20:22:38.203] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.204] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris->@Inject::iris$fixGenericAttributes(ILcom/mojang/blaze3d/vertex/VertexFormatElement$Usage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.209] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties -[23Feb2025 20:22:38.239] [Render thread/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 16 threads for parallel mod-loading -[23Feb2025 20:22:38.247] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering_data_attachment_v1.generated.GeneratedEntryPoint] -[23Feb2025 20:22:38.249] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.caffeinemc.mods.sodium.neoforge.SodiumForgeMod] -[23Feb2025 20:22:38.249] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.irisshaders.iris.platform.IrisForgeMod] -[23Feb2025 20:22:38.249] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.renderer_api.generated.GeneratedEntryPoint] -[23Feb2025 20:22:38.250] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.api_base.generated.GeneratedEntryPoint] -[23Feb2025 20:22:38.250] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.client.ClientNeoForgeMod] -[23Feb2025 20:22:38.253] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.cawezsdimensionalconnectivity.CawezsDimensionalConnectivityMod] -[23Feb2025 20:22:38.254] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod] -[23Feb2025 20:22:38.255] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.block_view_api.generated.GeneratedEntryPoint] -[23Feb2025 20:22:38.260] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_renderer_api_v1 -[23Feb2025 20:22:38.259] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_data_attachment_v1 -[23Feb2025 20:22:38.260] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_api_base -[23Feb2025 20:22:38.260] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_block_view_api_v2 -[23Feb2025 20:22:38.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderTypeAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderType -[23Feb2025 20:22:38.264] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.264] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType -[23Feb2025 20:22:38.264] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.265] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderTypeAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType -[23Feb2025 20:22:38.265] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.266] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iris -[23Feb2025 20:22:38.266] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method shouldSortOnUpload()Z in net.minecraft.client.renderer.RenderType was not merged -[23Feb2025 20:22:38.270] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderStateShardAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderStateShard -[23Feb2025 20:22:38.270] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.270] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getTranslucentTransparency()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getTranslucentTransparency$iris_$md$0982db$0 in mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris -[23Feb2025 20:22:38.271] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderStateShardAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderStateShard -[23Feb2025 20:22:38.271] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.271] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getNO_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getNO_TRANSPARENCY$iris_$md$0982db$1 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris -[23Feb2025 20:22:38.271] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getGLINT_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getGLINT_TRANSPARENCY$iris_$md$0982db$2 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris -[23Feb2025 20:22:38.271] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getCRUMBLING_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getCRUMBLING_TRANSPARENCY$iris_$md$0982db$3 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris -[23Feb2025 20:22:38.274] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCompositeRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeRenderType -[23Feb2025 20:22:38.275] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.277] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris->@Inject::batchedentityrendering$onCompositeInit(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.279] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found NeoForge version 21.1.65 -[23Feb2025 20:22:38.279] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found FML version 4.0.24 -[23Feb2025 20:22:38.279] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 -[23Feb2025 20:22:38.284] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.gui.hooks.console.GameRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.GameRenderer -[23Feb2025 20:22:38.284] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.285] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.GameRenderer -[23Feb2025 20:22:38.285] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:GameRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.286] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from mixins.iris.json into net.minecraft.client.renderer.GameRenderer -[23Feb2025 20:22:38.286] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.301] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelViewBobbing from mixins.iris.json into net.minecraft.client.renderer.GameRenderer -[23Feb2025 20:22:38.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.306] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer_NightVisionCompat from mixins.iris.json into net.minecraft.client.renderer.GameRenderer -[23Feb2025 20:22:38.306] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.330] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.330] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.330] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideParticleShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorNormalShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideSolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidDiffuseShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideBeaconBeamShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityAlphaShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityEyesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.331] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentEmissiveShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLeashShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLightningShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCrumblingShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLinesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.332] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris->@Inject::iris$safecheckNightvisionStrength(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.340] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.shader.uniform.ShaderInstanceMixin from sodium.mixins.json into net.minecraft.client.renderer.ShaderInstance -[23Feb2025 20:22:38.341] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.342] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.json into net.minecraft.client.renderer.ShaderInstance -[23Feb2025 20:22:38.342] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.forge.json into net.minecraft.client.renderer.ShaderInstance -[23Feb2025 20:22:38.345] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.356] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.357] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.365] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.TextureAtlasMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.365] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.366] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.texture.TextureAtlasAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.366] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.texture.TextureAtlasAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.366] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureAtlasMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.366] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.TextureAtlasAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.TextureAtlasAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.pbr.MixinTextureAtlas from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-client.toml for neoforge tracking -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking -[23Feb2025 20:22:38.367] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking -[23Feb2025 20:22:38.368] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.SpriteAtlasTextureMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium->@Inject::preReturnSprite(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.372] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getTexturesByName()Ljava/util/Map; in net.minecraft.client.renderer.texture.TextureAtlas was not merged -[23Feb2025 20:22:38.381] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompositeStateAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeState -[23Feb2025 20:22:38.382] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:CompositeStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.386] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer -[23Feb2025 20:22:38.386] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.386] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext; to md0982db$sodium$lambda$new$0$0 in sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium -[23Feb2025 20:22:38.388] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererAccessor from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer -[23Feb2025 20:22:38.388] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.388] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Invoker method sodium$hasAnimatedTexture(Lnet/minecraft/world/item/ItemStack;)Z to hasAnimatedTexture$sodium_$md$0982db$1 in sodium.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium -[23Feb2025 20:22:38.389] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.model.item.ItemRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer -[23Feb2025 20:22:38.389] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.item.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.393] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinItemRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.ItemRenderer -[23Feb2025 20:22:38.393] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.401] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium->@Inject::beforeRenderItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.401] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.item.ItemRendererMixin from mod sodium->@Inject::renderModelFast(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/item/ItemStack;IILcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.401] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.401] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.401] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.402] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.402] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.402] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.407] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinTheEndPortalRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.TheEndPortalRenderer -[23Feb2025 20:22:38.407] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.411] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris->@Inject::iris$onRender(Lnet/minecraft/world/level/block/entity/TheEndPortalBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.417] [modloading-worker-0/DEBUG] [mixin/]: Mixing immediate.MixinLevelRenderer from mixins.iris.vertexformat.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.417] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.417] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.417] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.419] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_EntityListSorting from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.419] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.419] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$1(Ljava/util/Map;Lnet/minecraft/world/entity/Entity;)V to md0982db$iris$lambda$batchedentityrendering$sortEntityList$1$0 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris -[23Feb2025 20:22:38.419] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$0(Lnet/minecraft/world/entity/EntityType;)Ljava/util/List; to md0982db$iris$lambda$batchedentityrendering$sortEntityList$0$1 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris -[23Feb2025 20:22:38.421] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.world.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.421] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.424] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.weather.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.424] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.options.weather.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.424] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.gui.outlines.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.425] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.431] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.world.clouds.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.431] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.432] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.432] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:LevelRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.433] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.433] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.433] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$endLevelRender$0(Lnet/irisshaders/iris/UpdateChecker$BetaInfo;)V to md0982db$iris$lambda$iris$endLevelRender$0$2 in mixins.iris.json:MixinLevelRenderer from mod iris -[23Feb2025 20:22:38.438] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_SkipRendering from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.439] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.442] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_Sky from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.442] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.443] [modloading-worker-0/DEBUG] [mixin/]: Mixing fabulous.MixinDisableFabulousGraphics from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.443] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.444] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.444] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.444] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinLevelRenderer_SunMoonToggle from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.444] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.446] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.fantastic.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.446] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.446] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectTransParticles$1(Lnet/minecraft/client/particle/ParticleRenderType;)Z to md0982db$iris$lambda$redirectTransParticles$1$3 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris -[23Feb2025 20:22:38.446] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectSolidParticles$0(Lnet/minecraft/client/particle/ParticleRenderType;)Z to md0982db$iris$lambda$redirectSolidParticles$0$4 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris -[23Feb2025 20:22:38.447] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinPreventRebuildNearInShadowPass from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer -[23Feb2025 20:22:38.447] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.536] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.537] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.538] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.539] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.546] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::replaceBlockEntityIteration(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.546] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium->@Inject::drawBoxFast(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;DDDDDDFFFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.546] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::renderClouds(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.546] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.546] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.547] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.548] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris->@Inject::preRenderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.549] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.569] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.frustum.FrustumMixin from sodium.mixins.json into net.minecraft.client.renderer.culling.Frustum -[23Feb2025 20:22:38.569] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.frustum.FrustumMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.576] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodium -[23Feb2025 20:22:38.578] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge -[23Feb2025 20:22:38.579] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.server.command.ConfigCommand to GAME -[23Feb2025 20:22:38.580] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.filters.GenericPacketSplitter to MOD -[23Feb2025 20:22:38.592] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true -[23Feb2025 20:22:38.592] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true -[23Feb2025 20:22:38.593] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7aea505e -[23Feb2025 20:22:38.597] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 -[23Feb2025 20:22:38.597] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numHeapArenas: 32 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numDirectArenas: 32 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.pageSize: 8192 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxOrder: 9 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.chunkSize: 4194304 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.smallCacheSize: 256 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.normalCacheSize: 64 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimInterval: 8192 -[23Feb2025 20:22:38.598] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 -[23Feb2025 20:22:38.599] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.useCacheForAllThreads: false -[23Feb2025 20:22:38.599] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 -[23Feb2025 20:22:38.605] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: pooled -[23Feb2025 20:22:38.605] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0 -[23Feb2025 20:22:38.605] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384 -[23Feb2025 20:22:38.610] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.NetworkInitialization to MOD -[23Feb2025 20:22:38.611] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.ConfigurationInitialization to MOD -[23Feb2025 20:22:38.612] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.MonsterRoomHooks to GAME -[23Feb2025 20:22:38.612] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$CommonHandler to MOD -[23Feb2025 20:22:38.613] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$ColorRegisterHandler to MOD -[23Feb2025 20:22:38.613] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.model.data.ModelDataManager to GAME -[23Feb2025 20:22:38.614] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelDataMixin from sodium-forge.mixins.json into net.neoforged.neoforge.client.model.data.ModelData -[23Feb2025 20:22:38.614] [modloading-worker-0/DEBUG] [mixin/]: sodium-forge.mixins.json:ModelDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.615] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ParticleBoundsDebugRenderer to GAME -[23Feb2025 20:22:38.616] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.PoseStackMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.PoseStack -[23Feb2025 20:22:38.616] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.matrix_stack.PoseStackMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.620] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ClientHooks$ClientEvents to MOD -[23Feb2025 20:22:38.621] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer to GAME -[23Feb2025 20:22:38.621] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.attachment.AttachmentInternals to GAME -[23Feb2025 20:22:38.626] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_dimensional_connectivity -[23Feb2025 20:22:38.626] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.potion.ShiftedMobEffect to MOD -[23Feb2025 20:22:38.628] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.GeneratedefaultProcedure to MOD -[23Feb2025 20:22:38.628] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.GeneratefloorsProcedure to GAME -[23Feb2025 20:22:38.629] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.TeleportplayerProcedure to GAME -[23Feb2025 20:22:38.649] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_mantle_to_stratus -[23Feb2025 20:22:38.649] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.InvertedDimension$InvertedSpecialEffectsHandler to MOD -[23Feb2025 20:22:38.649] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinDimensionSpecialEffects from mixins.iris.json into net.minecraft.client.renderer.DimensionSpecialEffects -[23Feb2025 20:22:38.649] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.650] [ForkJoinPool.commonPool-worker-10/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. -[23Feb2025 20:22:38.650] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris->@Inject::iris$getSunriseColor(FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.652] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.HeightsDimension$HeightsSpecialEffectsHandler to MOD -[23Feb2025 20:22:38.652] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.DepthsDimension$DepthsSpecialEffectsHandler to MOD -[23Feb2025 20:22:38.653] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsTrunkDecorator to MOD -[23Feb2025 20:22:38.654] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsLeaveDecorator to MOD -[23Feb2025 20:22:38.655] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsFruitDecorator to MOD -[23Feb2025 20:22:38.656] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.network.CawezsMantleToStratusModVariables$EventBusVariableHandlers to GAME -[23Feb2025 20:22:38.657] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.network.CawezsMantleToStratusModVariables to MOD -[23Feb2025 20:22:38.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.procedures.DetectCDCProcedure to GAME -[23Feb2025 20:22:38.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.item.BuriedArmorItem to MOD -[23Feb2025 20:22:38.660] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.item.HeavenArmorItem to MOD -[23Feb2025 20:22:38.661] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModModels to MOD -[23Feb2025 20:22:38.662] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModEntityRenderers to MOD -[23Feb2025 20:22:38.663] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModEntities to MOD -[23Feb2025 20:22:38.664] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModTabs to MOD -[23Feb2025 20:22:38.664] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModItems$ItemsClientSideHandler to MOD -[23Feb2025 20:22:38.749] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT -[23Feb2025 20:22:38.754] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-client.toml -[23Feb2025 20:22:38.754] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-client.toml -[23Feb2025 20:22:38.759] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-client.toml for changes -[23Feb2025 20:22:38.759] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON -[23Feb2025 20:22:38.760] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml -[23Feb2025 20:22:38.760] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-common.toml -[23Feb2025 20:22:38.760] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-common.toml for changes -[23Feb2025 20:22:38.760] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackLoaderMixin from sodium-forge.mixins.json into net.neoforged.neoforge.resource.ResourcePackLoader -[23Feb2025 20:22:38.761] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:ResourcePackLoaderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.761] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$changeSet$0(Ljava/util/Map$Entry;Ljava/util/Map$Entry;)I to md0982db$sodium$lambda$changeSet$0$0 in sodium-forge.mixins.json:ResourcePackLoaderMixin from mod sodium -[23Feb2025 20:22:38.798] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumGameOptions from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gui.SodiumGameOptions -[23Feb2025 20:22:38.798] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.799] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris->@Inject::iris$writeIrisConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.806] [Render thread/DEBUG] [mixin/]: Mixing MixinClientLanguage from mixins.iris.json into net.minecraft.client.resources.language.ClientLanguage -[23Feb2025 20:22:38.806] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.810] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::injectFrom(Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.810] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::check(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:38.810] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntries(Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.810] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntriesToTranslationChecks(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.812] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinTextureManager from mixins.iris.json into net.minecraft.client.renderer.texture.TextureManager -[23Feb2025 20:22:38.812] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.814] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.814] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.814] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.814] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.845] [Render thread/DEBUG] [mixin/]: Mixing features.render.gui.font.BakedGlyphMixin from sodium.mixins.json into net.minecraft.client.gui.font.glyphs.BakedGlyph -[23Feb2025 20:22:38.845] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.848] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium->@Inject::drawFast(ZFFLorg/joml/Matrix4f;Lcom/mojang/blaze3d/vertex/VertexConsumer;FFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.862] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.BlockColorsMixin from sodium.mixins.json into net.minecraft.client.color.block.BlockColors -[23Feb2025 20:22:38.862] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.865] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.865] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.865] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.869] [Render thread/DEBUG] [mixin/]: Mixing ClientHooksMixin from sodium-forge.mixins.json into net.neoforged.neoforge.client.ClientHooks -[23Feb2025 20:22:38.870] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:ClientHooksMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.879] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.ItemColorsMixin from sodium.mixins.json into net.minecraft.client.color.item.ItemColors -[23Feb2025 20:22:38.880] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.881] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.881] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.881] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.884] [Render thread/DEBUG] [mixin/]: Mixing MixinSheets from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.Sheets -[23Feb2025 20:22:38.884] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.885] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris->@Inject::setSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.891] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinBlockEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher -[23Feb2025 20:22:38.891] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.891] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md0982db$iris$lambda$iris$wrapBufferSource$0$0 in mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris -[23Feb2025 20:22:38.893] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.893] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.893] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.895] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.shadows.EntityRenderDispatcherMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher -[23Feb2025 20:22:38.896] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.898] [Render thread/DEBUG] [mixin/]: Mixing MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher -[23Feb2025 20:22:38.898] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.899] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher -[23Feb2025 20:22:38.899] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.899] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md0982db$iris$lambda$iris$beginEntityRender$0$0 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium->@Inject::renderShadowPartFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$maybeSuppressEntityShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::renderBlockShadow(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.905] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.912] [Render thread/DEBUG] [mixin/]: Mixing core.render.world.RenderBuffersMixin from sodium.mixins.json into net.minecraft.client.renderer.RenderBuffers -[23Feb2025 20:22:38.912] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.RenderBuffersMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.913] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderBuffers from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderBuffers -[23Feb2025 20:22:38.913] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.913] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$1(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to md0982db$iris$lambda$freeAndDeleteBuffers$1$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris -[23Feb2025 20:22:38.913] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$0(Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to md0982db$iris$lambda$freeAndDeleteBuffers$0$1 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris -[23Feb2025 20:22:38.913] [Render thread/DEBUG] [mixin/]: Renaming @Unique field outlineBufferSourceLnet/minecraft/client/renderer/OutlineBufferSource; to fd0982db$iris$outlineBufferSource$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris -[23Feb2025 20:22:38.917] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.917] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceCrumblingBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.917] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceOutlineBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.918] [Render thread/DEBUG] [mixin/]: Mixing immediate.MixinBufferSource from mixins.iris.vertexformat.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource -[23Feb2025 20:22:38.918] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.918] [Render thread/DEBUG] [mixin/]: Mixing BufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource -[23Feb2025 20:22:38.918] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:BufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.919] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferSource from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource -[23Feb2025 20:22:38.919] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.921] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.923] [Render thread/DEBUG] [mixin/]: Mixing SectionBufferBuilderPackAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.SectionBufferBuilderPack -[23Feb2025 20:22:38.924] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:SectionBufferBuilderPackAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.930] [Render thread/DEBUG] [mixin/]: Mixing texture.AnimationMetadataSectionAccessor from mixins.iris.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSection -[23Feb2025 20:22:38.930] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.AnimationMetadataSectionAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.933] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.BakedModelMixin from sodium.mixins.json into net.minecraft.client.resources.model.BakedModel -[23Feb2025 20:22:38.933] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.BakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.933] [Render thread/DEBUG] [mixin/]: Mixing client.BakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.BakedModel -[23Feb2025 20:22:38.947] [Render thread/DEBUG] [mixin/]: Mixing OutlineBufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.OutlineBufferSource -[23Feb2025 20:22:38.948] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:OutlineBufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.ModelBlockRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/NonTerrainBlockRenderContext; to md0982db$sodium$lambda$new$0$0 in sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.ModelBlockRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.block.ModelBlockRendererMixin from sodium-forge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer -[23Feb2025 20:22:38.951] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.954] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.954] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.954] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.954] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.954] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium->@Inject::renderFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/client/resources/model/BakedModel;FFFIILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.960] [Render thread/DEBUG] [mixin/]: Mixing AbstractBlockRenderContextMixin from sodium-forge.mixins.json into net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext -[23Feb2025 20:22:38.960] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:AbstractBlockRenderContextMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.963] [Render thread/DEBUG] [mixin/]: Mixing core.model.TextureAtlasSpriteMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite -[23Feb2025 20:22:38.963] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.TextureAtlasSpriteMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.965] [Render thread/DEBUG] [mixin/]: Mixing MixinItemInHandRenderer from mixins.iris.json into net.minecraft.client.renderer.ItemInHandRenderer -[23Feb2025 20:22:38.965] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.966] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris->@Inject::iris$skipTranslucentHands(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:38.968] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.json into net.minecraft.client.particle.ParticleEngine -[23Feb2025 20:22:38.968] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.968] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$finishDrawingParticles$1(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md0982db$iris$lambda$iris$finishDrawingParticles$1$0 in mixins.iris.json:MixinParticleEngine from mod iris -[23Feb2025 20:22:38.968] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginDrawingParticles$0(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md0982db$iris$lambda$iris$beginDrawingParticles$0$1 in mixins.iris.json:MixinParticleEngine from mod iris -[23Feb2025 20:22:38.969] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.fantastic.json into net.minecraft.client.particle.ParticleEngine -[23Feb2025 20:22:38.969] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinParticleEngine from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.970] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.972] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureSheetParticleMixin from sodium.mixins.json into net.minecraft.client.particle.TextureSheetParticle -[23Feb2025 20:22:38.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.974] [Render thread/DEBUG] [mixin/]: Mixing features.render.particle.SingleQuadParticleMixin from sodium.mixins.json into net.minecraft.client.particle.SingleQuadParticle -[23Feb2025 20:22:38.974] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.particle.SingleQuadParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:38.977] [Render thread/DEBUG] [mixin/]: Mixing MixinTerrainParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.TerrainParticle -[23Feb2025 20:22:38.977] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.978] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.978] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.978] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.978] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$overrideParticleSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.981] [Render thread/DEBUG] [mixin/]: Mixing MixinStationaryItemParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.BlockMarker -[23Feb2025 20:22:38.981] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:38.982] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:38.982] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:38.982] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:38.982] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$overrideParticleRenderType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:38.993] [Render thread/DEBUG] [mixin/]: Mixing MixinFireworkSparkParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.FireworkParticles$SparkParticle -[23Feb2025 20:22:38.994] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinFireworkSparkParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.015] [Render thread/DEBUG] [mixin/]: Mixing LightTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.LightTexture -[23Feb2025 20:22:39.016] [Render thread/DEBUG] [mixin/]: mixins.iris.json:LightTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.016] [Render thread/DEBUG] [mixin/]: Mixing MixinLightTexture from mixins.iris.json into net.minecraft.client.renderer.LightTexture -[23Feb2025 20:22:39.016] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.017] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.017] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.017] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.017] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::storeDarknessValue(Lnet/minecraft/world/entity/LivingEntity;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: Hardware information: -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.2.8) -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: OS: Linux (6.6.67-gentoo) -[23Feb2025 20:22:39.022] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexBuffer from mixins.iris.json into com.mojang.blaze3d.vertex.VertexBuffer -[23Feb2025 20:22:39.022] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.023] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::unbindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.023] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.023] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.023] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.024] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinBufferBuilder_SeparateAo from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder -[23Feb2025 20:22:39.025] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinBufferBuilder_SeparateAo from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.026] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.BufferBuilderMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder -[23Feb2025 20:22:39.026] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.026] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder -[23Feb2025 20:22:39.026] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.027] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder -[23Feb2025 20:22:39.027] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.031] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder_SegmentRendering from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder -[23Feb2025 20:22:39.031] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.037] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.038] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.038] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.038] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.044] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.MeshDataMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.MeshData -[23Feb2025 20:22:39.044] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.sorting.MeshDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.048] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumWorldRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer -[23Feb2025 20:22:39.048] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.048] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/irisshaders/iris/shadows/ShadowRenderer;Lnet/minecraft/client/renderer/RenderBuffers;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/Camera;DDDFZZ)I to md0982db$iris$lambda$static$0$0 in mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris -[23Feb2025 20:22:39.050] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris->@Inject::checkRenderShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/RenderBuffers;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;FLnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/client/player/LocalPlayer;Lcom/llamalad7/mixinextras/sugar/ref/LocalBooleanRef;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:39.052] [Render thread/DEBUG] [mixin/]: Mixing MixinShadowRenderer from mixins.iris.forge.json into net.irisshaders.iris.shadows.ShadowRenderer -[23Feb2025 20:22:39.052] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.054] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.054] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.054] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.054] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.062] [Render thread/DEBUG] [mixin/]: Mixing features.options.overlays.GuiMixin from sodium.mixins.json into net.minecraft.client.gui.Gui -[23Feb2025 20:22:39.062] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.overlays.GuiMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.062] [Render thread/DEBUG] [mixin/]: Mixing gui.MixinGui from mixins.iris.json into net.minecraft.client.gui.Gui -[23Feb2025 20:22:39.062] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.064] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris->@Inject::iris$handleHudHidingScreens(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:39.064] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris->@Inject::iris$disableVignetteRendering(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:39.069] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.debug.DebugScreenOverlayMixin from sodium.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay -[23Feb2025 20:22:39.069] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.debug.DebugScreenOverlayMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.071] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from mixins.iris.json into net.minecraft.client.gui.components.DebugScreenOverlay -[23Feb2025 20:22:39.071] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.071] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShadowDebugText$1(Ljava/util/List;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md0982db$iris$lambda$iris$appendShadowDebugText$1$0 in mixins.iris.json:MixinDebugScreenOverlay from mod iris -[23Feb2025 20:22:39.071] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShaderPackText$0(Ljava/util/List;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to md0982db$iris$lambda$iris$appendShaderPackText$0$1 in mixins.iris.json:MixinDebugScreenOverlay from mod iris -[23Feb2025 20:22:39.073] [Render thread/DEBUG] [mixin/]: Mixing DebugHudMixin from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay -[23Feb2025 20:22:39.073] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.073] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from iris-batched-entity-rendering.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay -[23Feb2025 20:22:39.073] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.076] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.076] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.076] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.076] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.076] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.077] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.077] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.077] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.102] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] -[23Feb2025 20:22:39.122] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.cull.EntityRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer -[23Feb2025 20:22:39.123] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.cull.EntityRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.123] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderer -[23Feb2025 20:22:39.123] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.125] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.136] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHumanoidArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer -[23Feb2025 20:22:39.136] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.137] [Render thread/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from mixins.iris.forge.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer -[23Feb2025 20:22:39.137] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.141] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.142] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinElytraLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.ElytraLayer -[23Feb2025 20:22:39.142] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.145] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.145] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.145] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.146] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.146] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.146] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.163] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEnderDragonRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EnderDragonRenderer -[23Feb2025 20:22:39.163] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.164] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId(FFFFILcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.164] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.168] [Render thread/DEBUG] [mixin/]: Mixing MixinFishingHookRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer -[23Feb2025 20:22:39.168] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.169] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.169] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.169] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.174] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHorseArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer -[23Feb2025 20:22:39.174] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.188] [Render thread/DEBUG] [mixin/]: Mixing MixinLightningBoltRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.LightningBoltRenderer -[23Feb2025 20:22:39.188] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightningBoltRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.224] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.ModelPartMixin from sodium.mixins.json into net.minecraft.client.model.geom.ModelPart -[23Feb2025 20:22:39.224] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.ModelPartMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.232] [Render thread/DEBUG] [mixin/]: Mixing MixinChainedJsonException from mixins.iris.json into net.minecraft.server.ChainedJsonException -[23Feb2025 20:22:39.232] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.232] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris->@Inject::iris$changeShaderParseException(Ljava/lang/Exception;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.233] [Render thread/DEBUG] [mixin/]: Mixing MixinUniform from mixins.iris.json into com.mojang.blaze3d.shaders.Uniform -[23Feb2025 20:22:39.233] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.234] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris->@Inject::iris$glGetUniformLocation(ILjava/lang/CharSequence;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.236] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramType from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type -[23Feb2025 20:22:39.236] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.237] [Render thread/DEBUG] [mixin/]: Mixing ProgramTypeAccessor from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type -[23Feb2025 20:22:39.237] [Render thread/DEBUG] [mixin/]: mixins.iris.json:ProgramTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.237] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method createProgramType(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)Lcom/mojang/blaze3d/shaders/Program$Type; to createProgramType$iris_$md$0982db$0 in mixins.iris.json:ProgramTypeAccessor from mod iris -[23Feb2025 20:22:39.240] [Render thread/DEBUG] [mixin/]: Mixing MixinProgram from mixins.iris.json into com.mojang.blaze3d.shaders.Program -[23Feb2025 20:22:39.240] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.242] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris->@Inject::iris$causeException(Lcom/mojang/blaze3d/shaders/Program$Type;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;Lcom/mojang/blaze3d/preprocessor/GlslPreprocessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.243] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramManager from mixins.iris.json into com.mojang.blaze3d.shaders.ProgramManager -[23Feb2025 20:22:39.243] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.244] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris->@Inject::iris$releaseGeometry(Lcom/mojang/blaze3d/shaders/Shader;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.267] [Render thread/ERROR] [com.mojang.text2speech.Narrator/]: Error while loading the narrator +[28Feb2025 10:55:11.516] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.65, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.65, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] +[28Feb2025 10:55:11.518] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS +[28Feb2025 10:55:11.520] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.4 by Eclipse Adoptium; OS Linux arch amd64 version 6.6.67-gentoo +[28Feb2025 10:55:11.538] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,forgeclient,forgedatauserdev,testharness,forgeserverdev,forgeserveruserdev,forgejunitdev,forgeclientdev,forgeclientuserdev,forgeserver,forgejunituserdev,forgedatadev] +[28Feb2025 10:55:11.556] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,slf4jfixer,runtime_enum_extender,accesstransformer,runtimedistcleaner] +[28Feb2025 10:55:11.565] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services +[28Feb2025 10:55:11.570] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run +[28Feb2025 10:55:11.570] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods +[28Feb2025 10:55:11.570] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config +[28Feb2025 10:55:11.570] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml +[28Feb2025 10:55:11.616] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Got mod coordinates testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main from env +[28Feb2025 10:55:11.618] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{testproject=[/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main, /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main]}] +[28Feb2025 10:55:11.619] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: +[28Feb2025 10:55:11.626] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[28Feb2025 10:55:11.692] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[28Feb2025 10:55:11.744] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[28Feb2025 10:55:11.770] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] +[28Feb2025 10:55:11.770] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading +[28Feb2025 10:55:11.771] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin +[28Feb2025 10:55:11.771] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin +[28Feb2025 10:55:11.771] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml +[28Feb2025 10:55:11.772] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML 4.0.24 loading +[28Feb2025 10:55:11.773] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 11.0.4+main.d2e20e43 +[28Feb2025 10:55:11.773] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 10.0.1+139da711 +[28Feb2025 10:55:11.774] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found EventBus version : null +[28Feb2025 10:55:11.774] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner +[28Feb2025 10:55:11.775] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml +[28Feb2025 10:55:11.775] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services +[28Feb2025 10:55:11.796] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Received command line version data : VersionInfo[neoForgeVersion=21.1.65, fmlVersion=4.0.24, mcVersion=1.21.1, neoFormVersion=20240808.144430] +[28Feb2025 10:55:11.797] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing +[28Feb2025 10:55:11.798] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin +[28Feb2025 10:55:11.810] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@44ebcd03 +[28Feb2025 10:55:11.819] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT +[28Feb2025 10:55:11.822] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager +[28Feb2025 10:55:11.823] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) +[28Feb2025 10:55:11.823] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) +[28Feb2025 10:55:11.823] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) +[28Feb2025 10:55:11.824] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) +[28Feb2025 10:55:11.824] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) +[28Feb2025 10:55:11.825] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin +[28Feb2025 10:55:11.825] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml +[28Feb2025 10:55:11.826] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories +[28Feb2025 10:55:11.826] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run +[28Feb2025 10:55:11.827] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods +[28Feb2025 10:55:11.827] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config +[28Feb2025 10:55:11.827] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml +[28Feb2025 10:55:11.827] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Loading configuration +[28Feb2025 10:55:11.831] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler +[28Feb2025 10:55:11.832] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Using forgeclientuserdev as launch service +[28Feb2025 10:55:11.835] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml +[28Feb2025 10:55:11.835] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning +[28Feb2025 10:55:11.843] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin +[28Feb2025 10:55:11.844] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin +[28Feb2025 10:55:11.844] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml +[28Feb2025 10:55:11.844] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan +[28Feb2025 10:55:11.846] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Got mod coordinates testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:testproject%%/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main from env +[28Feb2025 10:55:11.847] [main/DEBUG] [net.neoforged.fml.loading.targets.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{testproject=[/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main, /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main]}] +[28Feb2025 10:55:11.860] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 4 implementations of IModFileCandidateLocator: +[28Feb2025 10:55:11.861] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.NeoForgeDevProvider from loader-4.0.24.jar +[28Feb2025 10:55:11.861] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.ModsFolderLocator from loader-4.0.24.jar +[28Feb2025 10:55:11.861] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.MavenDirectoryLocator from loader-4.0.24.jar +[28Feb2025 10:55:11.861] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.UserdevLocator from loader-4.0.24.jar +[28Feb2025 10:55:11.862] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModFileReader: +[28Feb2025 10:55:11.863] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.readers.JarModsDotTomlModFileReader from loader-4.0.24.jar +[28Feb2025 10:55:11.863] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - net.neoforged.fml.loading.moddiscovery.readers.NestedLibraryModReader from loader-4.0.24.jar +[28Feb2025 10:55:11.864] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of IDependencyLocator: +[28Feb2025 10:55:11.864] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator from loader-4.0.24.jar +[28Feb2025 10:55:11.891] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) GL version 4.6 (Core Profile) Mesa 24.2.8, AMD +[28Feb2025 10:55:11.911] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {minecraft} mods - versions {1.21.1} +[28Feb2025 10:55:11.928] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar +[28Feb2025 10:55:11.939] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} +[28Feb2025 10:55:11.942] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar +[28Feb2025 10:55:11.945] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with {cawezs_dimensional_connectivity} mods - versions {1.0.0} +[28Feb2025 10:55:11.946] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar +[28Feb2025 10:55:11.949] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with {iris} mods - versions {1.8.0-beta.5+mc1.21.1} +[28Feb2025 10:55:11.950] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar +[28Feb2025 10:55:11.951] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.2+mc1.21.1} +[28Feb2025 10:55:11.953] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] +[28Feb2025 10:55:11.954] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main +[28Feb2025 10:55:11.956] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} +[28Feb2025 10:55:11.963] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar +[28Feb2025 10:55:11.964] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} +[28Feb2025 10:55:11.967] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.accesstransformers/at-modlauncher/10.0.1/5aba50202aceead086bc09fbc2751c9f05cb4890/at-modlauncher-10.0.1.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar because it was already located earlier +[28Feb2025 10:55:11.968] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.8.5/4433f50c07debefaed0553bd0068f4f48d449313/maven-artifact-3.8.5.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.14.0/1ed471194b02f2c6cb734a0cd6f6f107c673afae/commons-lang3-3.14.0.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j2-impl/2.22.1/d7e6693c2606cb7e7335047d7bb96dec52db5665/log4j-slf4j2-impl-2.22.1.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.22.1/7183a25510a02ad00cc6a95d3b3d2a7d3c5a8dc4/log4j-core-2.22.1.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.22.1/bea6fede6328fabafd7e68363161a7ea6605abd1/log4j-api-2.22.1.jar because it was already located earlier +[28Feb2025 10:55:11.969] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.4/4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c/jopt-simple-5.0.4.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/guava/32.1.2-jre/5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318/guava-32.1.2-jre.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.3.0/cf43b5391de623b36fe066a21127baef82c64022/plexus-utils-3.3.0.jar because it was already located earlier +[28Feb2025 10:55:11.970] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.github.oshi/oshi-core/6.4.10/b1d8ab82d11d92fd639b56d639f8f46f739dd5fa/oshi-core-6.4.10.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar because it was already located earlier +[28Feb2025 10:55:11.971] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-buffer/4.1.97.Final/f8f3d8644afa5e6e1a40a3a6aeb9d9aa970ecb4f/netty-buffer-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-codec/4.1.97.Final/384ba4d75670befbedb45c4d3b497a93639c206d/netty-codec-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.972] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.97.Final/7cceacaf11df8dc63f23d0fb58e9d4640fc88404/netty-common-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.1.97.Final/abb86c6906bf512bf2b797a41cd7d2e8d3cd7c36/netty-handler-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-resolver/4.1.97.Final/cec8348108dc76c47cf87c669d514be52c922144/netty-resolver-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-classes-epoll/4.1.97.Final/795da37ded759e862457a82d9d92c4d39ce8ecee/netty-transport-classes-epoll-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-unix-common/4.1.97.Final/d469d84265ab70095b01b40886cabdd433b6e664/netty-transport-native-unix-common-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport/4.1.97.Final/f37380d23c9bb079bc702910833b2fd532c9abd0/netty-transport-4.1.97.Final.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna-platform/5.14.0/28934d48aed814f11e4c584da55c49fa7032b31b/jna-platform-5.14.0.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.26.0/659feffdd12280201c8aacb8f7be94f9a883c824/commons-compress-1.26.0.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar because it was already located earlier +[28Feb2025 10:55:11.973] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/149070a5480900347071b7074779531f25a6e3dc/lwjgl-freetype-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/a03684c5e4b1b1dbbe0d29dbbdc27b985b6840f2/lwjgl-glfw-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/4f86728bf449b1dd61251c4e0ac01df1389cb51e/lwjgl-jemalloc-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/3037360cc4595079bea240af250b6d1a527e0905/lwjgl-openal-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/62c70a4b00ca5391882b0f4b787c1588d24f1c86/lwjgl-opengl-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/fd1271ccd9d85eff2fa31f3fd543e02ccfaf5041/lwjgl-stb-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/d8d58daa0c3e5fd906fee96f5fddbcbc07cc308b/lwjgl-tinyfd-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.1.97.Final/5514744c588190ffda076b35a9b8c9f24946a960/netty-transport-native-epoll-4.1.97.Final-linux-aarch_64.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/io.netty/netty-transport-native-epoll/4.1.97.Final/54188f271e388e7f313aea995e82f58ce2cdb809/netty-transport-native-epoll-4.1.97.Final-linux-x86_64.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/b421526c5f297295adef1c886e5246c39d4ac629/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar because it was already located earlier +[28Feb2025 10:55:11.974] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar because it was already located earlier +[28Feb2025 10:55:11.975] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar because it was already located earlier +[28Feb2025 10:55:11.975] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.errorprone/error_prone_annotations/2.18.0/89b684257096f548fa39a7df9fdaa409d4d4df91/error_prone_annotations-2.18.0.jar because it was already located earlier +[28Feb2025 10:55:11.975] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Skipping /home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar because it was already located earlier +[28Feb2025 10:55:11.976] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Found 2 mods for first modid neoforge, selecting most recent based on version data +[28Feb2025 10:55:11.976] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Selected file neoforge-21.1.65-minecraft.jar for modid neoforge with version 21.1.65 +[28Feb2025 10:55:12.010] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.012] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} +[28Feb2025 10:55:12.014] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.015] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} +[28Feb2025 10:55:12.016] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.017] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} +[28Feb2025 10:55:12.018] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.019] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} +[28Feb2025 10:55:12.049] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.051] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} +[28Feb2025 10:55:12.051] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.052] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} +[28Feb2025 10:55:12.059] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.060] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} +[28Feb2025 10:55:12.061] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.061] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} +[28Feb2025 10:55:12.067] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection +[28Feb2025 10:55:12.068] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {minecraft} mods - versions {1.21.1} +[28Feb2025 10:55:12.070] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] +[28Feb2025 10:55:12.070] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with {iris} mods - versions {1.8.0-beta.5+mc1.21.1} +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/iris-neoforge-1.8.0-beta.5+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.fantastic.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.vertexformat.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config iris-batched-entity-rendering.mixins.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.sodium.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.dh.json +[28Feb2025 10:55:12.072] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.forge.json +[28Feb2025 10:55:12.073] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.073] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-api-base-0.4.42+d1308ded19.jar with {fabric_api_base} mods - versions {0.4.42+d1308ded19} +[28Feb2025 10:55:12.073] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[28Feb2025 10:55:12.073] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.074] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-renderer-api-v1-3.4.0+acb05a3919.jar with {fabric_renderer_api_v1} mods - versions {3.4.0+acb05a3919} +[28Feb2025 10:55:12.074] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[28Feb2025 10:55:12.074] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.mixins.json +[28Feb2025 10:55:12.074] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.debughud.mixins.json +[28Feb2025 10:55:12.074] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-rendering-data-attachment-v1-0.3.48+73761d2e19.jar with {fabric_rendering_data_attachment_v1} mods - versions {0.3.48+73761d2e19} +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.mixins.json +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.client.mixins.json +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with {cawezs_dimensional_connectivity} mods - versions {1.0.0} +[28Feb2025 10:55:12.075] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/cawezs_dimensional_connectivity-1.0.0-neoforge-1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.2+mc1.21.1} +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods/sodium-neoforge-0.6.0-beta.2+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium.mixins.json +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-forge.mixins.json +[28Feb2025 10:55:12.076] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main +[28Feb2025 10:55:12.077] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} +[28Feb2025 10:55:12.077] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[28Feb2025 10:55:12.077] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar +[28Feb2025 10:55:12.078] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.65-minecraft.jar with {neoforge} mods - versions {21.1.65} +[28Feb2025 10:55:12.078] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[3,]]] +[28Feb2025 10:55:12.078] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json +[28Feb2025 10:55:12.078] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[28Feb2025 10:55:12.079] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar with {fabric_block_view_api_v2} mods - versions {1.0.10+9afaaf8c19} +[28Feb2025 10:55:12.079] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[28Feb2025 10:55:12.079] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.mixins.json +[28Feb2025 10:55:12.079] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.client.mixins.json +[28Feb2025 10:55:12.079] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] +[28Feb2025 10:55:12.080] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml +[28Feb2025 10:55:12.095] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: +[28Feb2025 10:55:12.095] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.24.jar +[28Feb2025 10:55:12.096] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.24.jar +[28Feb2025 10:55:12.096] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.24.jar +[28Feb2025 10:55:12.096] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.24 +[28Feb2025 10:55:12.096] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.24 +[28Feb2025 10:55:12.097] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.24 +[28Feb2025 10:55:12.100] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] +[28Feb2025 10:55:12.101] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft +[28Feb2025 10:55:12.101] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge +[28Feb2025 10:55:12.102] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 18 mod requirements (16 mandatory, 2 optional) +[28Feb2025 10:55:12.103] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) +[28Feb2025 10:55:12.204] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.204] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.204] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.204] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.205] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.205] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.205] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc +[28Feb2025 10:55:12.211] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers +[28Feb2025 10:55:12.212] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin +[28Feb2025 10:55:12.214] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin +[28Feb2025 10:55:12.214] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml +[28Feb2025 10:55:12.214] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers +[28Feb2025 10:55:12.215] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it +[28Feb2025 10:55:12.216] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: +[28Feb2025 10:55:12.216] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.neoforge.coremods.NeoForgeCoreMod from neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[28Feb2025 10:55:12.227] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@31464a43 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[28Feb2025 10:55:12.227] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@31464a43 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[28Feb2025 10:55:12.228] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@31464a43 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[28Feb2025 10:55:12.229] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@c35172e]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@31464a43 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[28Feb2025 10:55:12.233] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@56d93692 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/biome/Biome;} {} {V} +[28Feb2025 10:55:12.234] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@627d8516 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@5c10285a to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/server/commands/SummonCommand;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} +[28Feb2025 10:55:12.235] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/npc/Villager;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Spider;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/raid/Raid;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/monster/Strider;} {} {V} +[28Feb2025 10:55:12.236] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/server/commands/RaidCommand;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/EntityType;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6b667cb3 to Target : cpw.mods.modlauncher.api.TargetType@c35172e {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} +[28Feb2025 10:55:12.237] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml +[28Feb2025 10:55:12.871] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[28Feb2025 10:55:12.872] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc] +[28Feb2025 10:55:12.872] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] +[28Feb2025 10:55:13.001] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-rendering-data-attachment-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[28Feb2025 10:55:13.020] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 +[28Feb2025 10:55:13.021] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.028] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.client.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.041] [main/DEBUG] [mixin/]: Mixin config sodium.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.048] [main/DEBUG] [mixin/]: Mixin config sodium-forge.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.057] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.063] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.fantastic.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.070] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.vertexformat.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.075] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by iris-batched-entity-rendering.mixins.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.080] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.compat.sodium.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.085] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.compat.dh.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.090] [main/DEBUG] [mixin/]: Compatibility level JAVA_8 specified by mixins.iris.forge.json is lower than the default level supported by the current mixin service (JAVA_16). +[28Feb2025 10:55:13.094] [main/DEBUG] [mixin/]: Compatibility level JAVA_21 specified by fabric-renderer-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[28Feb2025 10:55:13.095] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 +[28Feb2025 10:55:13.096] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.101] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-renderer-api-v1.debughud.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[28Feb2025 10:55:13.102] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.109] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-block-view-api-v2.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[28Feb2025 10:55:13.110] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.113] [main/DEBUG] [mixin/]: Compatibility level JAVA_17 specified by fabric-block-view-api-v2.client.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13). +[28Feb2025 10:55:13.114] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.client.mixins.json does not specify "minVersion" or "requiredFeatures" property +[28Feb2025 10:55:13.118] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[28Feb2025 10:55:13.118] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.119] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.119] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.119] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.119] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.120] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.120] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) +[28Feb2025 10:55:13.120] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[28Feb2025 10:55:13.120] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.121] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.121] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.121] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.121] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.122] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_rendering_data_attachment_v1) +[28Feb2025 10:55:13.122] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] +[28Feb2025 10:55:13.122] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) +[28Feb2025 10:55:13.123] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) +[28Feb2025 10:55:13.123] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) +[28Feb2025 10:55:13.123] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) +[28Feb2025 10:55:13.124] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) +[28Feb2025 10:55:13.124] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) +[28Feb2025 10:55:13.124] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) +[28Feb2025 10:55:13.124] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[28Feb2025 10:55:13.124] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sodium) +[28Feb2025 10:55:13.125] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sodium) +[28Feb2025 10:55:13.125] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sodium) +[28Feb2025 10:55:13.125] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sodium) +[28Feb2025 10:55:13.125] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sodium) +[28Feb2025 10:55:13.126] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(sodium) +[28Feb2025 10:55:13.126] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(sodium) +[28Feb2025 10:55:13.126] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] +[28Feb2025 10:55:13.127] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(iris) +[28Feb2025 10:55:13.127] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(iris) +[28Feb2025 10:55:13.128] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(iris) +[28Feb2025 10:55:13.128] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(iris) +[28Feb2025 10:55:13.128] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(iris) +[28Feb2025 10:55:13.128] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(iris) +[28Feb2025 10:55:13.129] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(iris) +[28Feb2025 10:55:13.129] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] +[28Feb2025 10:55:13.129] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.130] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.130] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.130] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.130] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.131] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.131] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_renderer_api_v1) +[28Feb2025 10:55:13.131] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] +[28Feb2025 10:55:13.131] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.133] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.133] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.134] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.134] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.134] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.135] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_api_base) +[28Feb2025 10:55:13.135] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] +[28Feb2025 10:55:13.135] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.135] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.136] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.136] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.138] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.138] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.138] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_dimensional_connectivity) +[28Feb2025 10:55:13.138] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_dimensional_connectivity)] +[28Feb2025 10:55:13.139] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.139] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.139] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.139] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.147] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.148] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.149] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) +[28Feb2025 10:55:13.149] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[28Feb2025 10:55:13.149] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.150] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.150] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.150] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.150] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.150] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.151] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_block_view_api_v2) +[28Feb2025 10:55:13.151] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] +[28Feb2025 10:55:13.152] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.152] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.153] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.153] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.153] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.154] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.154] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.154] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[28Feb2025 10:55:13.155] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) +[28Feb2025 10:55:13.158] [main/DEBUG] [mixin/]: inject() running with 13 agents +[28Feb2025 10:55:13.159] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[28Feb2025 10:55:13.159] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@3cee53dc] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] +[28Feb2025 10:55:13.160] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_dimensional_connectivity)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] +[28Feb2025 10:55:13.161] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[28Feb2025 10:55:13.164] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.65, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[28Feb2025 10:55:13.244] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] +[28Feb2025 10:55:13.244] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.mixins.json +[28Feb2025 10:55:13.255] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.client.mixins.json +[28Feb2025 10:55:13.256] [main/DEBUG] [mixin/]: Selecting config sodium.mixins.json +[28Feb2025 10:55:13.296] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.ForgeMixinOverrides@54657dd2 for service interface net.caffeinemc.mods.sodium.client.services.PlatformMixinOverrides +[28Feb2025 10:55:13.307] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.NeoForgeRuntimeInformation@6d7cada5 for service interface net.caffeinemc.mods.sodium.client.services.PlatformRuntimeInformation +[28Feb2025 10:55:13.309] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found +[28Feb2025 10:55:13.310] [main/DEBUG] [mixin/]: Selecting config sodium-forge.mixins.json +[28Feb2025 10:55:13.311] [main/WARN] [mixin/]: Reference map 'sodium.refmap.json' for sodium-forge.mixins.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.311] [main/DEBUG] [mixin/]: Selecting config mixins.iris.json +[28Feb2025 10:55:13.312] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.313] [main/DEBUG] [mixin/]: Selecting config mixins.iris.fantastic.json +[28Feb2025 10:55:13.313] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.fantastic.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.314] [main/DEBUG] [mixin/]: Selecting config mixins.iris.vertexformat.json +[28Feb2025 10:55:13.315] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.vertexformat.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.315] [main/DEBUG] [mixin/]: Selecting config iris-batched-entity-rendering.mixins.json +[28Feb2025 10:55:13.316] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for iris-batched-entity-rendering.mixins.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.316] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.sodium.json +[28Feb2025 10:55:13.317] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.compat.sodium.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.317] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.dh.json +[28Feb2025 10:55:13.320] [main/WARN] [mixin/]: Reference map '' for mixins.iris.compat.dh.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.320] [main/DEBUG] [mixin/]: Selecting config mixins.iris.forge.json +[28Feb2025 10:55:13.321] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.mixins.json +[28Feb2025 10:55:13.322] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.debughud.mixins.json +[28Feb2025 10:55:13.323] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json +[28Feb2025 10:55:13.323] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.mixins.json +[28Feb2025 10:55:13.324] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.client.mixins.json +[28Feb2025 10:55:13.325] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json +[28Feb2025 10:55:13.410] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null +[28Feb2025 10:55:13.485] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[28Feb2025 10:55:13.489] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[28Feb2025 10:55:13.491] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[28Feb2025 10:55:13.494] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[28Feb2025 10:55:13.497] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[28Feb2025 10:55:13.502] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[28Feb2025 10:55:13.532] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.mixins.json (2) +[28Feb2025 10:55:13.596] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.client.mixins.json (1) +[28Feb2025 10:55:13.631] [main/DEBUG] [mixin/]: Preparing sodium.mixins.json (79) +[28Feb2025 10:55:13.714] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.FogRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:13.715] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.ClientLevelMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:13.716] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.LevelRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:14.356] [main/DEBUG] [mixin/]: Preparing sodium-forge.mixins.json (14) +[28Feb2025 10:55:14.438] [main/DEBUG] [mixin/]: Preparing mixins.iris.json (94) +[28Feb2025 10:55:14.733] [main/DEBUG] [mixin/]: Preparing mixins.iris.fantastic.json (5) +[28Feb2025 10:55:14.743] [main/DEBUG] [mixin/]: Preparing mixins.iris.vertexformat.json (8) +[28Feb2025 10:55:14.776] [main/DEBUG] [mixin/]: Preparing iris-batched-entity-rendering.mixins.json (18) +[28Feb2025 10:55:14.802] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.sodium.json (15) +[28Feb2025 10:55:14.865] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.dh.json (4) +[28Feb2025 10:55:14.871] [main/DEBUG] [mixin/]: Preparing mixins.iris.forge.json (7) +[28Feb2025 10:55:14.879] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) +[28Feb2025 10:55:14.880] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/entity/RenderFlame for mixins.iris.forge.json:MixinRenderFlame from mod iris +[28Feb2025 10:55:14.882] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) +[28Feb2025 10:55:14.882] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/armor/MekaSuitArmor for mixins.iris.forge.json:MixinRenderMekasuit from mod iris +[28Feb2025 10:55:14.891] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) +[28Feb2025 10:55:14.891] [main/DEBUG] [mixin/]: Skipping virtual target blusunrize/immersiveengineering/client/utils/IEGLShaders for mixins.iris.forge.json:MixinVBOIE from mod iris +[28Feb2025 10:55:14.892] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.mixins.json (4) +[28Feb2025 10:55:14.895] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.debughud.mixins.json (1) +[28Feb2025 10:55:14.897] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) +[28Feb2025 10:55:14.903] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.mixins.json (2) +[28Feb2025 10:55:14.908] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.client.mixins.json (2) +[28Feb2025 10:55:14.914] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) +[28Feb2025 10:55:15.137] [main/DEBUG] [mixin/]: Prepared 248 mixins in 1.891 sec (7.6ms avg) (0ms load, 0ms transform, 0ms plugin) +[28Feb2025 10:55:15.150] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[28Feb2025 10:55:15.152] [main/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo +[28Feb2025 10:55:15.154] [main/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo +[28Feb2025 10:55:15.166] [main/DEBUG] [mixin/]: Mixing texture.MixinAbstractTexture from mixins.iris.json into net.minecraft.client.renderer.texture.AbstractTexture +[28Feb2025 10:55:15.172] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinAbstractTexture from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:15.378] [main/DEBUG] [mixin/]: Mixing texture.SimpleTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SimpleTexture +[28Feb2025 10:55:15.379] [main/DEBUG] [mixin/]: mixins.iris.json:texture.SimpleTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:15.397] [main/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.VertexConsumerMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexConsumer +[28Feb2025 10:55:15.398] [main/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.matrix_stack.VertexConsumerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:15.632] [main/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.GuiGraphicsMixin from sodium.mixins.json into net.minecraft.client.gui.GuiGraphics +[28Feb2025 10:55:15.632] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:15.655] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:15.656] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.656] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:15.657] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:15.657] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.657] [main/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.GuiGraphicsMixin from mod sodium->@Inject::preDrawSprite(IIIIILnet/minecraft/client/renderer/texture/TextureAtlasSprite;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:15.726] [main/DEBUG] [mixin/]: Mixing core.MinecraftMixin from sodium.mixins.json into net.minecraft.client.Minecraft +[28Feb2025 10:55:15.731] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:15.771] [main/DEBUG] [mixin/]: Mixing EntrypointMixin from sodium-forge.mixins.json into net.minecraft.client.Minecraft +[28Feb2025 10:55:15.772] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:15.773] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$sodium$loadConfig$0(Lnet/neoforged/fml/ModContainer;)Ljava/lang/String; to md3a2c11$sodium$lambda$sodium$loadConfig$0$0 in sodium-forge.mixins.json:EntrypointMixin from mod sodium +[28Feb2025 10:55:15.790] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Images from mixins.iris.json into net.minecraft.client.Minecraft +[28Feb2025 10:55:15.791] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:15.868] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Keybinds from mixins.iris.json into net.minecraft.client.Minecraft +[28Feb2025 10:55:15.869] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:15.884] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_PipelineManagement from mixins.iris.json into net.minecraft.client.Minecraft +[28Feb2025 10:55:15.885] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:15.996] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:15.996] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.997] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:15.998] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:15.998] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.998] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:15.999] [main/DEBUG] [mixin/]: sodium.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: sodium-forge.mixins.json:EntrypointMixin from mod sodium->@Inject::sodium$loadConfig(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Images from mod iris->@Inject::iris$setupImages(Lnet/minecraft/client/main/GameConfig;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.000] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_Keybinds from mod iris->@Inject::iris$onTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLeave(Lnet/minecraft/client/gui/screens/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$trackLastDimensionOnLevelChange(Lnet/minecraft/client/multiplayer/ClientLevel;Lnet/minecraft/client/gui/screens/ReceivingLevelScreen$Reason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:16.001] [main/DEBUG] [mixin/]: mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris->@Inject::iris$resetPipeline(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:16.339] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework +[28Feb2025 10:55:16.344] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple +[28Feb2025 10:55:16.344] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 +[28Feb2025 10:55:16.395] [main/DEBUG] [mixin/]: Mixing texture.MixinResourceLocation from mixins.iris.json into net.minecraft.resources.ResourceLocation +[28Feb2025 10:55:16.397] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:16.406] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$blockDUMMY(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:16.406] [main/DEBUG] [mixin/]: mixins.iris.json:texture.MixinResourceLocation from mod iris->@Inject::iris$allowInvalidPaths(CLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:17.614] [main/DEBUG] [mixin/]: Mixing MixinSystemReport from mixins.iris.json into net.minecraft.SystemReport +[28Feb2025 10:55:17.615] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:17.616] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$1()Ljava/lang/String; to md3a2c11$iris$lambda$fillSystemDetails$1$0 in mixins.iris.json:MixinSystemReport from mod iris +[28Feb2025 10:55:17.616] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$0(Ljava/lang/StringBuilder;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to md3a2c11$iris$lambda$fillSystemDetails$0$1 in mixins.iris.json:MixinSystemReport from mod iris +[28Feb2025 10:55:17.643] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:17.643] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:17.643] [main/DEBUG] [mixin/]: mixins.iris.json:MixinSystemReport from mod iris->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:17.687] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@3701e6e4 +[28Feb2025 10:55:17.803] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[28Feb2025 10:55:17.805] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[28Feb2025 10:55:17.813] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat +[28Feb2025 10:55:17.827] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[28Feb2025 10:55:17.827] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[28Feb2025 10:55:17.827] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[28Feb2025 10:55:17.827] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[28Feb2025 10:55:17.828] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[28Feb2025 10:55:17.832] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[28Feb2025 10:55:17.833] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[28Feb2025 10:55:17.833] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[28Feb2025 10:55:17.833] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[28Feb2025 10:55:17.835] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.835] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.835] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[28Feb2025 10:55:17.835] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[28Feb2025 10:55:17.836] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[28Feb2025 10:55:17.836] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[28Feb2025 10:55:17.837] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[28Feb2025 10:55:17.837] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[28Feb2025 10:55:17.838] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[28Feb2025 10:55:17.839] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.840] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.840] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[28Feb2025 10:55:17.840] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[28Feb2025 10:55:17.840] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[28Feb2025 10:55:17.841] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[28Feb2025 10:55:17.841] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[28Feb2025 10:55:17.841] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[28Feb2025 10:55:17.841] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[28Feb2025 10:55:17.841] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[28Feb2025 10:55:17.842] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[28Feb2025 10:55:17.845] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[28Feb2025 10:55:17.845] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[28Feb2025 10:55:17.846] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[28Feb2025 10:55:17.846] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[28Feb2025 10:55:17.846] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[28Feb2025 10:55:17.847] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[28Feb2025 10:55:17.847] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[28Feb2025 10:55:17.847] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[28Feb2025 10:55:17.847] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[28Feb2025 10:55:17.848] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.849] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[28Feb2025 10:55:17.850] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[28Feb2025 10:55:17.851] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[28Feb2025 10:55:17.852] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[28Feb2025 10:55:17.854] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[28Feb2025 10:55:17.854] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[28Feb2025 10:55:17.854] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[28Feb2025 10:55:17.854] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[28Feb2025 10:55:17.854] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.855] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[28Feb2025 10:55:17.856] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[28Feb2025 10:55:17.857] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[28Feb2025 10:55:17.858] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[28Feb2025 10:55:17.858] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[28Feb2025 10:55:17.858] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[28Feb2025 10:55:17.858] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[28Feb2025 10:55:17.859] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[28Feb2025 10:55:17.859] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[28Feb2025 10:55:17.859] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.859] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.859] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[28Feb2025 10:55:17.860] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[28Feb2025 10:55:17.860] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[28Feb2025 10:55:17.860] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[28Feb2025 10:55:17.860] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[28Feb2025 10:55:17.860] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[28Feb2025 10:55:17.861] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[28Feb2025 10:55:17.862] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[28Feb2025 10:55:17.862] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[28Feb2025 10:55:17.863] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[28Feb2025 10:55:17.863] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[28Feb2025 10:55:17.864] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[28Feb2025 10:55:17.864] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[28Feb2025 10:55:17.864] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[28Feb2025 10:55:17.865] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[28Feb2025 10:55:17.865] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[28Feb2025 10:55:17.865] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[28Feb2025 10:55:17.866] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.867] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.868] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[28Feb2025 10:55:17.869] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[28Feb2025 10:55:17.870] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[28Feb2025 10:55:17.871] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[28Feb2025 10:55:17.871] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[28Feb2025 10:55:17.873] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[28Feb2025 10:55:17.873] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[28Feb2025 10:55:17.873] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[28Feb2025 10:55:17.873] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[28Feb2025 10:55:17.873] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.874] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[28Feb2025 10:55:17.875] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[28Feb2025 10:55:17.876] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[28Feb2025 10:55:17.877] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[28Feb2025 10:55:17.878] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[28Feb2025 10:55:17.879] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[28Feb2025 10:55:17.880] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[28Feb2025 10:55:17.880] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[28Feb2025 10:55:17.880] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[28Feb2025 10:55:17.880] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[28Feb2025 10:55:17.881] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[28Feb2025 10:55:17.881] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[28Feb2025 10:55:17.881] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[28Feb2025 10:55:17.881] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[28Feb2025 10:55:17.882] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[28Feb2025 10:55:17.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.884] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[28Feb2025 10:55:17.885] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[28Feb2025 10:55:17.886] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[28Feb2025 10:55:17.887] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[28Feb2025 10:55:17.888] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[28Feb2025 10:55:17.888] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[28Feb2025 10:55:17.888] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[28Feb2025 10:55:17.888] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[28Feb2025 10:55:17.889] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[28Feb2025 10:55:17.889] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[28Feb2025 10:55:17.889] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[28Feb2025 10:55:17.889] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[28Feb2025 10:55:17.890] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.891] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[28Feb2025 10:55:17.892] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.893] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.894] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[28Feb2025 10:55:17.894] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[28Feb2025 10:55:17.894] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[28Feb2025 10:55:17.894] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[28Feb2025 10:55:17.895] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[28Feb2025 10:55:17.895] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[28Feb2025 10:55:17.895] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[28Feb2025 10:55:17.895] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[28Feb2025 10:55:17.895] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.896] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.897] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[28Feb2025 10:55:17.898] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[28Feb2025 10:55:17.899] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[28Feb2025 10:55:17.899] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.899] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[28Feb2025 10:55:17.900] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[28Feb2025 10:55:17.901] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[28Feb2025 10:55:17.901] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[28Feb2025 10:55:17.901] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.901] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.901] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[28Feb2025 10:55:17.902] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[28Feb2025 10:55:17.902] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[28Feb2025 10:55:17.902] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[28Feb2025 10:55:17.903] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[28Feb2025 10:55:17.903] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[28Feb2025 10:55:17.903] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[28Feb2025 10:55:17.903] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[28Feb2025 10:55:17.903] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[28Feb2025 10:55:17.904] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[28Feb2025 10:55:17.905] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[28Feb2025 10:55:17.906] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[28Feb2025 10:55:17.907] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[28Feb2025 10:55:17.908] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[28Feb2025 10:55:17.908] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[28Feb2025 10:55:17.909] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[28Feb2025 10:55:17.909] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[28Feb2025 10:55:17.909] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[28Feb2025 10:55:17.909] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[28Feb2025 10:55:17.909] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[28Feb2025 10:55:17.910] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[28Feb2025 10:55:17.911] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[28Feb2025 10:55:17.912] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[28Feb2025 10:55:17.913] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[28Feb2025 10:55:17.914] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[28Feb2025 10:55:17.915] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[28Feb2025 10:55:17.916] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[28Feb2025 10:55:17.917] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.918] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[28Feb2025 10:55:17.919] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[28Feb2025 10:55:17.920] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[28Feb2025 10:55:17.921] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[28Feb2025 10:55:17.921] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[28Feb2025 10:55:17.922] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[28Feb2025 10:55:17.922] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[28Feb2025 10:55:17.922] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[28Feb2025 10:55:17.922] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[28Feb2025 10:55:17.923] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[28Feb2025 10:55:17.923] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[28Feb2025 10:55:17.923] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[28Feb2025 10:55:17.923] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.924] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.924] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[28Feb2025 10:55:17.924] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[28Feb2025 10:55:17.924] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[28Feb2025 10:55:17.924] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[28Feb2025 10:55:17.925] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[28Feb2025 10:55:17.925] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[28Feb2025 10:55:17.925] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[28Feb2025 10:55:17.926] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[28Feb2025 10:55:17.927] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[28Feb2025 10:55:17.927] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[28Feb2025 10:55:17.927] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[28Feb2025 10:55:17.927] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[28Feb2025 10:55:17.927] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[28Feb2025 10:55:17.928] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[28Feb2025 10:55:17.929] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[28Feb2025 10:55:17.930] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[28Feb2025 10:55:17.930] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[28Feb2025 10:55:17.931] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[28Feb2025 10:55:17.931] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[28Feb2025 10:55:17.932] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[28Feb2025 10:55:17.932] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[28Feb2025 10:55:17.932] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[28Feb2025 10:55:17.932] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[28Feb2025 10:55:17.932] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[28Feb2025 10:55:17.933] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[28Feb2025 10:55:17.934] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[28Feb2025 10:55:17.935] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[28Feb2025 10:55:17.936] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[28Feb2025 10:55:17.937] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[28Feb2025 10:55:17.939] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[28Feb2025 10:55:17.939] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[28Feb2025 10:55:17.939] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[28Feb2025 10:55:17.940] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[28Feb2025 10:55:17.940] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[28Feb2025 10:55:17.940] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[28Feb2025 10:55:17.941] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[28Feb2025 10:55:17.941] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[28Feb2025 10:55:17.941] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[28Feb2025 10:55:17.941] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[28Feb2025 10:55:17.942] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[28Feb2025 10:55:17.943] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[28Feb2025 10:55:17.944] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.945] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[28Feb2025 10:55:17.946] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[28Feb2025 10:55:17.946] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[28Feb2025 10:55:17.946] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[28Feb2025 10:55:17.947] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[28Feb2025 10:55:17.948] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[28Feb2025 10:55:17.948] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[28Feb2025 10:55:17.948] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[28Feb2025 10:55:17.948] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[28Feb2025 10:55:17.949] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[28Feb2025 10:55:17.950] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.951] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[28Feb2025 10:55:17.952] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[28Feb2025 10:55:17.953] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[28Feb2025 10:55:17.954] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[28Feb2025 10:55:17.954] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[28Feb2025 10:55:17.955] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[28Feb2025 10:55:17.955] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[28Feb2025 10:55:17.955] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[28Feb2025 10:55:17.955] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[28Feb2025 10:55:17.956] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.957] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.958] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[28Feb2025 10:55:17.959] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.960] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[28Feb2025 10:55:17.960] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[28Feb2025 10:55:17.960] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[28Feb2025 10:55:17.960] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[28Feb2025 10:55:17.960] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[28Feb2025 10:55:17.966] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[28Feb2025 10:55:17.999] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[28Feb2025 10:55:18.004] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@3701e6e4 +[28Feb2025 10:55:18.161] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 565 milliseconds +[28Feb2025 10:55:20.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[28Feb2025 10:55:20.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[28Feb2025 10:55:20.277] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry +[28Feb2025 10:55:20.326] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockViewMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.BlockGetter +[28Feb2025 10:55:20.327] [pool-14-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockViewMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.329] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBlockStateBehavior from mixins.iris.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[28Feb2025 10:55:20.330] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:20.332] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBlockStateBehavior from mod iris->@Inject::getShadeBrightness(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:20.335] [pool-14-thread-1/DEBUG] [mixin/]: Mixing WorldViewMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.LevelReader +[28Feb2025 10:55:20.335] [pool-14-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:WorldViewMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.365] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.render.immediate.DirectionMixin from sodium.mixins.json into net.minecraft.core.Direction +[28Feb2025 10:55:20.365] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.DirectionMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.453] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.options.render_layers.LeavesBlockMixin from sodium.mixins.json into net.minecraft.world.level.block.LeavesBlock +[28Feb2025 10:55:20.454] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.LeavesBlockMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.606] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[28Feb2025 10:55:20.606] [pool-14-thread-1/DEBUG] [mixin/]: fabric-rendering-data-attachment-v1.mixins.json:BlockEntityMixin from mod fabric_rendering_data_attachment_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.607] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[28Feb2025 10:55:20.607] [pool-14-thread-1/DEBUG] [mixin/]: fabric-block-view-api-v2.mixins.json:BlockEntityMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.760] [pool-14-thread-1/DEBUG] [mixin/]: Mixing core.render.BlockEntityTypeMixin from sodium.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[28Feb2025 10:55:20.760] [pool-14-thread-1/DEBUG] [mixin/]: sodium.mixins.json:core.render.BlockEntityTypeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.763] [pool-14-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[28Feb2025 10:55:20.864] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBiome from mixins.iris.json into net.minecraft.world.level.biome.Biome +[28Feb2025 10:55:20.864] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiome from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:20.865] [pool-14-thread-1/DEBUG] [mixin/]: Mixing features.world.biome.BiomeMixin from sodium-forge.mixins.json into net.minecraft.world.level.biome.Biome +[28Feb2025 10:55:20.865] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:features.world.biome.BiomeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:20.871] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:features.world.biome.BiomeMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:21.210] [pool-14-thread-1/DEBUG] [mixin/]: Mixing AuxiliaryLightManagerMixin from sodium-forge.mixins.json into net.neoforged.neoforge.common.world.AuxiliaryLightManager +[28Feb2025 10:55:21.211] [pool-14-thread-1/DEBUG] [mixin/]: sodium-forge.mixins.json:AuxiliaryLightManagerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:21.983] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinItem from mixins.iris.json into net.minecraft.world.item.Item +[28Feb2025 10:55:21.983] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinItem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:22.079] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false +[28Feb2025 10:55:22.079] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21 +[28Feb2025 10:55:22.079] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available +[28Feb2025 10:55:22.079] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available +[28Feb2025 10:55:22.080] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available +[28Feb2025 10:55:22.080] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available +[28Feb2025 10:55:22.080] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled +[28Feb2025 10:55:22.081] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true +[28Feb2025 10:55:22.081] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 (in module io.netty.common) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.common +[28Feb2025 10:55:22.082] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.(long, {int,long}): unavailable +[28Feb2025 10:55:22.082] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available +[28Feb2025 10:55:22.083] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 4011851776 bytes (maybe) +[28Feb2025 10:55:22.083] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir) +[28Feb2025 10:55:22.083] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model) +[28Feb2025 10:55:22.084] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes +[28Feb2025 10:55:22.084] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1 +[28Feb2025 10:55:22.085] [pool-14-thread-1/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available +[28Feb2025 10:55:22.085] [pool-14-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false +[28Feb2025 10:55:22.909] [pool-14-thread-1/DEBUG] [mixin/]: Mixing MixinBiomes from mixins.iris.json into net.minecraft.world.level.biome.Biomes +[28Feb2025 10:55:22.909] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:22.911] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:MixinBiomes from mod iris->@Inject::iris$registerBiome(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:23.061] [pool-14-thread-1/DEBUG] [mixin/]: Mixing DimensionTypeAccessor from mixins.iris.json into net.minecraft.world.level.dimension.DimensionType +[28Feb2025 10:55:23.062] [pool-14-thread-1/DEBUG] [mixin/]: mixins.iris.json:DimensionTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.775] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.775] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.777] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[28Feb2025 10:55:23.778] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[28Feb2025 10:55:23.778] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.785] [Render thread/DEBUG] [mixin/]: Mixing workarounds.event_loop.RenderSystemMixin from sodium.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[28Feb2025 10:55:23.785] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.event_loop.RenderSystemMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.786] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[28Feb2025 10:55:23.786] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.786] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[28Feb2025 10:55:23.786] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.787] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[28Feb2025 10:55:23.787] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.787] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Ljava/lang/Runnable;)V to md3a2c11$iris$lambda$static$1$0 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[28Feb2025 10:55:23.787] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to md3a2c11$iris$lambda$static$0$1 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[28Feb2025 10:55:23.797] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::iris$onRendererInit(IZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.798] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(ILnet/minecraft/resources/ResourceLocation;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.798] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderSystem from mod iris->@Inject::_setShaderTexture(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.799] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogStart(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.799] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinRenderSystem from mod iris->@Inject::iris$onFogEnd(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.802] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from mixins.iris.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[28Feb2025 10:55:23.802] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.802] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[28Feb2025 10:55:23.802] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinByteBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.806] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.VertexSortingMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexSorting +[28Feb2025 10:55:23.806] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.sorting.VertexSortingMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.811] [Render thread/DEBUG] [mixin/]: Mixing features.render.compositing.RenderTargetMixin from sodium.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[28Feb2025 10:55:23.811] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.813] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[28Feb2025 10:55:23.813] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.814] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[28Feb2025 10:55:23.814] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.814] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$onBindFramebuffer$0(ZLnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md3a2c11$iris$lambda$iris$onBindFramebuffer$0$0 in mixins.iris.json:state_tracking.MixinRenderTarget from mod iris +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium->@Inject::blitToScreen(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinRenderTarget from mod iris->@Inject::iris$onDestroyBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.816] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinRenderTarget from mod iris->@Inject::iris$onBindFramebuffer(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.820] [Render thread/DEBUG] [mixin/]: Mixing core.world.biome.ClientLevelMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[28Feb2025 10:55:23.821] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.822] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientLevelMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[28Feb2025 10:55:23.822] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.824] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinClientLevel from mixins.iris.vertexformat.json into net.minecraft.client.multiplayer.ClientLevel +[28Feb2025 10:55:23.825] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinClientLevel from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.829] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.830] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.830] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.biome.ClientLevelMixin from mod sodium->@Inject::captureSeed(Lnet/minecraft/client/multiplayer/ClientPacketListener;Lnet/minecraft/client/multiplayer/ClientLevel$ClientLevelData;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/core/Holder;IILjava/util/function/Supplier;Lnet/minecraft/client/renderer/LevelRenderer;ZJLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.830] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.830] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.830] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientLevelMixin from mod sodium->@Inject::sodium$trackChunkUnload(Lnet/minecraft/world/level/chunk/LevelChunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.836] [Render thread/DEBUG] [mixin/]: Mixing MixinLocalPlayer from mixins.iris.json into net.minecraft.client.player.LocalPlayer +[28Feb2025 10:55:23.844] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLocalPlayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.853] [Render thread/DEBUG] [mixin/]: Mixing features.gui.screen.LevelLoadingScreenMixin from sodium.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen +[28Feb2025 10:55:23.853] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:23.853] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$renderChunks$0(Lit/unimi/dsi/fastutil/objects/Object2IntMap$Entry;)V to md3a2c11$sodium$lambda$renderChunks$0$0 in sodium.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium +[28Feb2025 10:55:23.866] [Render thread/DEBUG] [mixin/]: Mixing MixinTitleScreen from mixins.iris.json into net.minecraft.client.gui.screens.TitleScreen +[28Feb2025 10:55:23.866] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.867] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.867] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.867] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinTitleScreen from mod iris->@Inject::iris$firstInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.908] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/assets/.mcassetsroot' uses unexpected schema +[28Feb2025 10:55:23.908] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/data/.mcassetsroot' uses unexpected schema +[28Feb2025 10:55:23.921] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[28Feb2025 10:55:23.926] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[28Feb2025 10:55:23.928] [Render thread/DEBUG] [mixin/]: Mixing MixinOptions_Entrypoint from mixins.iris.json into net.minecraft.client.Options +[28Feb2025 10:55:23.929] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.929] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinOptions_CloudsOverride from mixins.iris.json into net.minecraft.client.Options +[28Feb2025 10:55:23.929] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:23.929] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$overrideCloudsType$0(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md3a2c11$iris$lambda$iris$overrideCloudsType$0$0 in mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris +[28Feb2025 10:55:23.931] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:23.931] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:23.931] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinOptions_Entrypoint from mod iris->@Inject::iris$beforeLoadOptions(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:23.931] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris->@Inject::iris$overrideCloudsType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:23.987] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[28Feb2025 10:55:23.988] [Render thread/DEBUG] [mixin/]: Mixing core.WindowMixin from sodium.mixins.json into com.mojang.blaze3d.platform.Window +[28Feb2025 10:55:23.988] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.000] [Render thread/DEBUG] [mixin/]: Mixing workarounds.context_creation.WindowMixin from sodium.mixins.json into com.mojang.blaze3d.platform.Window +[28Feb2025 10:55:24.000] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.004] [Render thread/DEBUG] [mixin/]: Mixing MixinWindow from mixins.iris.json into com.mojang.blaze3d.platform.Window +[28Feb2025 10:55:24.004] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinWindow from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.008] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::postContextReady(Lcom/mojang/blaze3d/platform/WindowEventHandler;Lcom/mojang/blaze3d/platform/ScreenManager;Lcom/mojang/blaze3d/platform/DisplayData;Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.009] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium->@Inject::preSwapBuffers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.2.8 +[28Feb2025 10:55:24.023] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.023] [Render thread/DEBUG] [mixin/]: mixins.iris.json:GlStateManagerAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getBLEND()Lcom/mojang/blaze3d/platform/GlStateManager$BlendState; to getBLEND$iris_$md$3a2c11$0 in mixins.iris.json:GlStateManagerAccessor from mod iris +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getCOLOR_MASK()Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask; to getCOLOR_MASK$iris_$md$3a2c11$1 in mixins.iris.json:GlStateManagerAccessor from mod iris +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getDEPTH()Lcom/mojang/blaze3d/platform/GlStateManager$DepthState; to getDEPTH$iris_$md$3a2c11$2 in mixins.iris.json:GlStateManagerAccessor from mod iris +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getActiveTexture()I to getActiveTexture$iris_$md$3a2c11$3 in mixins.iris.json:GlStateManagerAccessor from mod iris +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getTEXTURES()[Lcom/mojang/blaze3d/platform/GlStateManager$TextureState; to getTEXTURES$iris_$md$3a2c11$4 in mixins.iris.json:GlStateManagerAccessor from mod iris +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_BlendOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.024] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.025] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_DepthColorOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.025] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.034] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_FramebufferBinding from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.034] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.035] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.036] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.036] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to md3a2c11$iris$lambda$static$0$5 in mixins.iris.json:statelisteners.MixinGlStateManager from mod iris +[28Feb2025 10:55:24.036] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[28Feb2025 10:55:24.036] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendDisableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendEnableLock(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncLock(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_BlendOverride from mod iris->@Inject::iris$blendFuncSeparateLock(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$colorMaskLock(ZZZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$depthMaskLock(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_DepthColorOverride from mod iris->@Inject::iris$resetTessellation(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$avoidRedundantBind2(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinGlStateManager_FramebufferBinding from mod iris->@Inject::iris$trackFramebufferDelete(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFunc(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.MixinGlStateManager from mod iris->@Inject::iris$onBlendFuncSeparate(IIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.044] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onTexImage2D(IIIIIIIILjava/nio/IntBuffer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.045] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTexture(ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.045] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinGlStateManager from mod iris->@Inject::iris$onDeleteTextures([ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.048] [Render thread/DEBUG] [mixin/]: Mixing MixinBooleanState from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[28Feb2025 10:55:24.048] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.053] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.BooleanStateAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[28Feb2025 10:55:24.053] [Render thread/DEBUG] [mixin/]: mixins.iris.json:statelisteners.BooleanStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.054] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBooleanState from mod iris->@Inject::iris$setUnknownState(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.066] [Render thread/DEBUG] [mixin/]: Mixing features.textures.NativeImageAccessor from sodium.mixins.json into com.mojang.blaze3d.platform.NativeImage +[28Feb2025 10:55:24.066] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.NativeImageAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.079] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[28Feb2025 10:55:24.079] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[28Feb2025 10:55:24.080] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[28Feb2025 10:55:24.081] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[28Feb2025 10:55:24.082] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[28Feb2025 10:55:24.083] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[28Feb2025 10:55:24.084] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[28Feb2025 10:55:24.085] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[28Feb2025 10:55:24.086] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[28Feb2025 10:55:24.087] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[28Feb2025 10:55:24.088] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[28Feb2025 10:55:24.089] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[28Feb2025 10:55:24.090] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.091] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[28Feb2025 10:55:24.092] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[28Feb2025 10:55:24.093] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[28Feb2025 10:55:24.094] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[28Feb2025 10:55:24.095] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[28Feb2025 10:55:24.096] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[28Feb2025 10:55:24.097] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[28Feb2025 10:55:24.098] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[28Feb2025 10:55:24.099] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[28Feb2025 10:55:24.100] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[28Feb2025 10:55:24.101] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[28Feb2025 10:55:24.106] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[28Feb2025 10:55:24.124] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[28Feb2025 10:55:24.127] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[28Feb2025 10:55:24.139] [Render thread/DEBUG] [mixin/]: Mixing core.render.VertexFormatMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexFormat +[28Feb2025 10:55:24.139] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.140] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormat from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormat +[28Feb2025 10:55:24.140] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.143] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.143] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.143] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.VertexFormatMixin from mod sodium->@Inject::afterInit(Ljava/util/List;Ljava/util/List;Lit/unimi/dsi/fastutil/ints/IntList;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.143] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onSetupBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.143] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormat from mod iris->@Inject::iris$onClearBufferState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.145] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormatElement from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormatElement +[28Feb2025 10:55:24.145] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.146] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinVertexFormatElement from mod iris->@Inject::iris$fixGenericAttributes(ILcom/mojang/blaze3d/vertex/VertexFormatElement$Usage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.153] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties +[28Feb2025 10:55:24.187] [Render thread/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 16 threads for parallel mod-loading +[28Feb2025 10:55:24.199] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering_data_attachment_v1.generated.GeneratedEntryPoint] +[28Feb2025 10:55:24.202] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.caffeinemc.mods.sodium.neoforge.SodiumForgeMod] +[28Feb2025 10:55:24.203] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.irisshaders.iris.platform.IrisForgeMod] +[28Feb2025 10:55:24.204] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.renderer_api.generated.GeneratedEntryPoint] +[28Feb2025 10:55:24.204] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.api_base.generated.GeneratedEntryPoint] +[28Feb2025 10:55:24.206] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.client.ClientNeoForgeMod] +[28Feb2025 10:55:24.211] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.cawezsdimensionalconnectivity.CawezsDimensionalConnectivityMod] +[28Feb2025 10:55:24.212] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod] +[28Feb2025 10:55:24.213] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.block_view_api.generated.GeneratedEntryPoint] +[28Feb2025 10:55:24.220] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_data_attachment_v1 +[28Feb2025 10:55:24.221] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_renderer_api_v1 +[28Feb2025 10:55:24.221] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_api_base +[28Feb2025 10:55:24.221] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_block_view_api_v2 +[28Feb2025 10:55:24.227] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderTypeAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderType +[28Feb2025 10:55:24.227] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.228] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[28Feb2025 10:55:24.228] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iris +[28Feb2025 10:55:24.228] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.229] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderTypeAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[28Feb2025 10:55:24.229] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.231] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method shouldSortOnUpload()Z in net.minecraft.client.renderer.RenderType was not merged +[28Feb2025 10:55:24.236] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderStateShardAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderStateShard +[28Feb2025 10:55:24.236] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.236] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getTranslucentTransparency()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getTranslucentTransparency$iris_$md$3a2c11$0 in mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris +[28Feb2025 10:55:24.237] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderStateShardAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderStateShard +[28Feb2025 10:55:24.237] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.237] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getNO_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getNO_TRANSPARENCY$iris_$md$3a2c11$1 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[28Feb2025 10:55:24.237] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getGLINT_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getGLINT_TRANSPARENCY$iris_$md$3a2c11$2 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[28Feb2025 10:55:24.237] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getCRUMBLING_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getCRUMBLING_TRANSPARENCY$iris_$md$3a2c11$3 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[28Feb2025 10:55:24.242] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCompositeRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeRenderType +[28Feb2025 10:55:24.242] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.246] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinCompositeRenderType from mod iris->@Inject::batchedentityrendering$onCompositeInit(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.249] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found NeoForge version 21.1.65 +[28Feb2025 10:55:24.249] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found FML version 4.0.24 +[28Feb2025 10:55:24.249] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 +[28Feb2025 10:55:24.253] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.gui.hooks.console.GameRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.GameRenderer +[28Feb2025 10:55:24.253] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.255] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[28Feb2025 10:55:24.255] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:GameRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.256] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[28Feb2025 10:55:24.256] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.273] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelViewBobbing from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[28Feb2025 10:55:24.273] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.279] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer_NightVisionCompat from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[28Feb2025 10:55:24.279] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.300] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideParticleShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overridePositionTexColorNormalShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideSolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityCutoutShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEnergySwirlShadowShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideGlintShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidDiffuseShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntitySolidShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideBeaconBeamShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.301] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityAlphaShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityEyesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideEntityTranslucentEmissiveShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLeashShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLightningShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideCrumblingShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextBackgroundShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideTextIntensityShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$overrideLinesShader(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$startFrame(Lnet/minecraft/client/DeltaTracker;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$logSystem(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ItemInHandRenderer;Lnet/minecraft/server/packs/resources/ResourceManager;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer from mod iris->@Inject::iris$runColorSpace(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinModelViewBobbing from mod iris->@Inject::iris$saveShadersOn(Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.302] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris->@Inject::iris$safecheckNightvisionStrength(Lnet/minecraft/world/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.313] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.shader.uniform.ShaderInstanceMixin from sodium.mixins.json into net.minecraft.client.renderer.ShaderInstance +[28Feb2025 10:55:24.313] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.317] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.json into net.minecraft.client.renderer.ShaderInstance +[28Feb2025 10:55:24.317] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.321] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.forge.json into net.minecraft.client.renderer.ShaderInstance +[28Feb2025 10:55:24.321] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.327] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.shader.uniform.ShaderInstanceMixin from mod sodium->@Inject::initCache(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::name(Lnet/minecraft/server/packs/resources/ResourceProvider;Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$lockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::onTail(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinShaderInstance from mod iris->@Inject::iris$unlockDepthColorState(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.328] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShaderInstance from mod iris->@Inject::iris$setupGeometryShader(Lnet/minecraft/server/packs/resources/ResourceProvider;Lnet/minecraft/resources/ResourceLocation;Lcom/mojang/blaze3d/vertex/VertexFormat;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.343] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.TextureAtlasMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.344] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.texture.TextureAtlasAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.345] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.texture.TextureAtlasAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureAtlasMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.345] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.345] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.TextureAtlasAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.346] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.TextureAtlasAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.346] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.pbr.MixinTextureAtlas from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.346] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.347] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.SpriteAtlasTextureMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.TextureAtlasMixin from mod sodium->@Inject::sodium$deleteSpriteFinder(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureAtlasMixin from mod sodium->@Inject::preReturnSprite(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinTextureAtlas from mod iris->@Inject::iris$onTailCycleAnimationFrames(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.SpriteAtlasTextureMixin from mod fabric_renderer_api_v1->@Inject::uploadHook(Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.353] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getTexturesByName()Ljava/util/Map; in net.minecraft.client.renderer.texture.TextureAtlas was not merged +[28Feb2025 10:55:24.357] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-client.toml for neoforge tracking +[28Feb2025 10:55:24.357] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking +[28Feb2025 10:55:24.358] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking +[28Feb2025 10:55:24.364] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompositeStateAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeState +[28Feb2025 10:55:24.365] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:CompositeStateAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.369] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[28Feb2025 10:55:24.370] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.370] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext; to md3a2c11$sodium$lambda$new$0$0 in sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium +[28Feb2025 10:55:24.373] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererAccessor from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[28Feb2025 10:55:24.373] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.373] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Invoker method sodium$hasAnimatedTexture(Lnet/minecraft/world/item/ItemStack;)Z to hasAnimatedTexture$sodium_$md$3a2c11$1 in sodium.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium +[28Feb2025 10:55:24.374] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.model.item.ItemRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[28Feb2025 10:55:24.374] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.item.ItemRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.380] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinItemRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.ItemRenderer +[28Feb2025 10:55:24.380] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.388] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium->@Inject::beforeRenderItem(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.item.ItemRendererMixin from mod sodium->@Inject::renderModelFast(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/item/ItemStack;IILcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.389] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinItemRenderer from mod iris->@Inject::changeId3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.393] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinTheEndPortalRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.TheEndPortalRenderer +[28Feb2025 10:55:24.394] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.409] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinTheEndPortalRenderer from mod iris->@Inject::iris$onRender(Lnet/minecraft/world/level/block/entity/TheEndPortalBlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.421] [modloading-worker-0/DEBUG] [mixin/]: Mixing immediate.MixinLevelRenderer from mixins.iris.vertexformat.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.421] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.422] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.422] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.425] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_EntityListSorting from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.426] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.426] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$1(Ljava/util/Map;Lnet/minecraft/world/entity/Entity;)V to md3a2c11$iris$lambda$batchedentityrendering$sortEntityList$1$0 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[28Feb2025 10:55:24.426] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$0(Lnet/minecraft/world/entity/EntityType;)Ljava/util/List; to md3a2c11$iris$lambda$batchedentityrendering$sortEntityList$0$1 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[28Feb2025 10:55:24.430] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.world.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.431] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.434] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.weather.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.435] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.options.weather.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.435] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.gui.outlines.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.435] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.443] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.world.clouds.LevelRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.444] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.445] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.445] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:LevelRendererAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.445] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.445] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.446] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$endLevelRender$0(Lnet/irisshaders/iris/UpdateChecker$BetaInfo;)V to md3a2c11$iris$lambda$iris$endLevelRender$0$2 in mixins.iris.json:MixinLevelRenderer from mod iris +[28Feb2025 10:55:24.452] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_SkipRendering from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.452] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.456] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_Sky from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.456] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.457] [modloading-worker-0/DEBUG] [mixin/]: Mixing fabulous.MixinDisableFabulousGraphics from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.457] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.458] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.458] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.459] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinLevelRenderer_SunMoonToggle from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.459] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.460] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.fantastic.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.460] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinLevelRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.460] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectTransParticles$1(Lnet/minecraft/client/particle/ParticleRenderType;)Z to md3a2c11$iris$lambda$redirectTransParticles$1$3 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris +[28Feb2025 10:55:24.460] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectSolidParticles$0(Lnet/minecraft/client/particle/ParticleRenderType;)Z to md3a2c11$iris$lambda$redirectSolidParticles$0$4 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris +[28Feb2025 10:55:24.461] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinPreventRebuildNearInShadowPass from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[28Feb2025 10:55:24.461] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateBeginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris->@Inject::iris$immediateStateEndLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.525] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$preRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$postRenderEntity(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris->@Inject::batchedentityrendering$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::init(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/entity/EntityRenderDispatcher;Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/client/renderer/RenderBuffers;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onWorldChanged(Lnet/minecraft/client/multiplayer/ClientLevel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onTerrainUpdateScheduled(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.526] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.527] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.527] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.527] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::onRenderBlockEntities(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.LevelRendererMixin from mod sodium->@Inject::replaceBlockEntityIteration(Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.outlines.LevelRendererMixin from mod sodium->@Inject::drawBoxFast(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;DDDDDDFFFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::renderClouds(Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lnet/minecraft/server/packs/resources/ResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.world.clouds.LevelRendererMixin from mod sodium->@Inject::onClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setupPipeline(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.533] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endLevelRender(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderTerrainShadows(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$beginNormalSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setSunsetRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setMoonRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setStarRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setVoidRenderStage(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$renderSky$tiltSun(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endSky(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endClouds(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endTerrainLayer(Lnet/minecraft/client/renderer/RenderType;DDDLorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWeather(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.534] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$endWorldBorder(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$setDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$resetDebugRenderStage(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer from mod iris->@Inject::iris$beginTranslucents(Lnet/minecraft/client/DeltaTracker;ZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:MixinLevelRenderer_Sky from mod iris->@Inject::preRenderSky(Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;FLnet/minecraft/client/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris->@Inject::iris$disableFabulousGraphicsOnLevelRendererReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.535] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris->@Inject::iris$preventRebuildNearInShadowPass(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/culling/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.552] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.frustum.FrustumMixin from sodium.mixins.json into net.minecraft.client.renderer.culling.Frustum +[28Feb2025 10:55:24.552] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:core.render.frustum.FrustumMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.558] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodium +[28Feb2025 10:55:24.565] [ForkJoinPool.commonPool-worker-2/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. +[28Feb2025 10:55:24.574] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge +[28Feb2025 10:55:24.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.server.command.ConfigCommand to GAME +[28Feb2025 10:55:24.575] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.filters.GenericPacketSplitter to MOD +[28Feb2025 10:55:24.588] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true +[28Feb2025 10:55:24.588] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true +[28Feb2025 10:55:24.589] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2c9f77e +[28Feb2025 10:55:24.593] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +[28Feb2025 10:55:24.593] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numHeapArenas: 32 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numDirectArenas: 32 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.pageSize: 8192 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxOrder: 9 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.chunkSize: 4194304 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.smallCacheSize: 256 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.normalCacheSize: 64 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimInterval: 8192 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.useCacheForAllThreads: false +[28Feb2025 10:55:24.594] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 +[28Feb2025 10:55:24.600] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: pooled +[28Feb2025 10:55:24.600] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0 +[28Feb2025 10:55:24.600] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384 +[28Feb2025 10:55:24.606] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.NetworkInitialization to MOD +[28Feb2025 10:55:24.606] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.ConfigurationInitialization to MOD +[28Feb2025 10:55:24.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.MonsterRoomHooks to GAME +[28Feb2025 10:55:24.608] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$CommonHandler to MOD +[28Feb2025 10:55:24.609] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$ColorRegisterHandler to MOD +[28Feb2025 10:55:24.609] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.model.data.ModelDataManager to GAME +[28Feb2025 10:55:24.610] [modloading-worker-0/DEBUG] [mixin/]: Mixing ModelDataMixin from sodium-forge.mixins.json into net.neoforged.neoforge.client.model.data.ModelData +[28Feb2025 10:55:24.610] [modloading-worker-0/DEBUG] [mixin/]: sodium-forge.mixins.json:ModelDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.611] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ParticleBoundsDebugRenderer to GAME +[28Feb2025 10:55:24.612] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.PoseStackMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[28Feb2025 10:55:24.612] [modloading-worker-0/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.matrix_stack.PoseStackMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.615] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ClientHooks$ClientEvents to MOD +[28Feb2025 10:55:24.615] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer to GAME +[28Feb2025 10:55:24.616] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.attachment.AttachmentInternals to GAME +[28Feb2025 10:55:24.620] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_dimensional_connectivity +[28Feb2025 10:55:24.620] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.potion.ShiftedMobEffect to MOD +[28Feb2025 10:55:24.622] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.GeneratedefaultProcedure to MOD +[28Feb2025 10:55:24.622] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.GeneratefloorsProcedure to GAME +[28Feb2025 10:55:24.623] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsdimensionalconnectivity.procedures.TeleportplayerProcedure to GAME +[28Feb2025 10:55:24.651] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_mantle_to_stratus +[28Feb2025 10:55:24.651] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.InvertedDimension$InvertedSpecialEffectsHandler to MOD +[28Feb2025 10:55:24.651] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinDimensionSpecialEffects from mixins.iris.json into net.minecraft.client.renderer.DimensionSpecialEffects +[28Feb2025 10:55:24.651] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.652] [modloading-worker-0/DEBUG] [mixin/]: mixins.iris.json:sky.MixinDimensionSpecialEffects from mod iris->@Inject::iris$getSunriseColor(FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.654] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.HeightsDimension$HeightsSpecialEffectsHandler to MOD +[28Feb2025 10:55:24.654] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.DepthsDimension$DepthsSpecialEffectsHandler to MOD +[28Feb2025 10:55:24.655] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsTrunkDecorator to MOD +[28Feb2025 10:55:24.656] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsLeaveDecorator to MOD +[28Feb2025 10:55:24.656] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsFruitDecorator to MOD +[28Feb2025 10:55:24.657] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.network.CawezsMantleToStratusModVariables$EventBusVariableHandlers to GAME +[28Feb2025 10:55:24.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.network.CawezsMantleToStratusModVariables to MOD +[28Feb2025 10:55:24.658] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.procedures.DetectCDCProcedure to GAME +[28Feb2025 10:55:24.659] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.item.BuriedArmorItem to MOD +[28Feb2025 10:55:24.661] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.item.HeavenArmorItem to MOD +[28Feb2025 10:55:24.662] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModModels to MOD +[28Feb2025 10:55:24.663] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModEntityRenderers to MOD +[28Feb2025 10:55:24.664] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModEntities to MOD +[28Feb2025 10:55:24.665] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModItems$ItemsClientSideHandler to MOD +[28Feb2025 10:55:24.758] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT +[28Feb2025 10:55:24.765] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-client.toml +[28Feb2025 10:55:24.765] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-client.toml +[28Feb2025 10:55:24.771] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-client.toml for changes +[28Feb2025 10:55:24.771] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON +[28Feb2025 10:55:24.772] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml +[28Feb2025 10:55:24.772] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-common.toml +[28Feb2025 10:55:24.772] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-common.toml for changes +[28Feb2025 10:55:24.773] [Render thread/DEBUG] [mixin/]: Mixing ResourcePackLoaderMixin from sodium-forge.mixins.json into net.neoforged.neoforge.resource.ResourcePackLoader +[28Feb2025 10:55:24.773] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:ResourcePackLoaderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.773] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$changeSet$0(Ljava/util/Map$Entry;Ljava/util/Map$Entry;)I to md3a2c11$sodium$lambda$changeSet$0$0 in sodium-forge.mixins.json:ResourcePackLoaderMixin from mod sodium +[28Feb2025 10:55:24.821] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumGameOptions from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gui.SodiumGameOptions +[28Feb2025 10:55:24.822] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.823] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumGameOptions from mod iris->@Inject::iris$writeIrisConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.834] [Render thread/DEBUG] [mixin/]: Mixing MixinClientLanguage from mixins.iris.json into net.minecraft.client.resources.language.ClientLanguage +[28Feb2025 10:55:24.834] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.840] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::injectFrom(Ljava/lang/String;Ljava/util/List;Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.840] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::check(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/List;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:24.840] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntries(Ljava/lang/String;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.840] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientLanguage from mod iris->@Inject::iris$addLanguageEntriesToTranslationChecks(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.843] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinTextureManager from mixins.iris.json into net.minecraft.client.renderer.texture.TextureManager +[28Feb2025 10:55:24.843] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailReloadLambda(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onInnerDumpTextures(Ljava/nio/file/Path;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.845] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinTextureManager from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.876] [Render thread/DEBUG] [mixin/]: Mixing features.render.gui.font.BakedGlyphMixin from sodium.mixins.json into net.minecraft.client.gui.font.glyphs.BakedGlyph +[28Feb2025 10:55:24.876] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.879] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.gui.font.BakedGlyphMixin from mod sodium->@Inject::drawFast(ZFFLorg/joml/Matrix4f;Lcom/mojang/blaze3d/vertex/VertexConsumer;FFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.891] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.BlockColorsMixin from sodium.mixins.json into net.minecraft.client.color.block.BlockColors +[28Feb2025 10:55:24.891] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.894] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.894] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.894] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.BlockColorsMixin from mod sodium->@Inject::preRegisterColorProvider(Lnet/minecraft/client/color/block/BlockColor;[Lnet/minecraft/world/level/block/Block;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.898] [Render thread/DEBUG] [mixin/]: Mixing ClientHooksMixin from sodium-forge.mixins.json into net.neoforged.neoforge.client.ClientHooks +[28Feb2025 10:55:24.898] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:ClientHooksMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.908] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.ItemColorsMixin from sodium.mixins.json into net.minecraft.client.color.item.ItemColors +[28Feb2025 10:55:24.908] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.909] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.909] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.909] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.colors.ItemColorsMixin from mod sodium->@Inject::preRegisterColor(Lnet/minecraft/client/color/item/ItemColor;[Lnet/minecraft/world/level/ItemLike;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.912] [Render thread/DEBUG] [mixin/]: Mixing MixinSheets from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.Sheets +[28Feb2025 10:55:24.912] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.913] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinSheets from mod iris->@Inject::setSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.918] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinBlockEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[28Feb2025 10:55:24.918] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.918] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md3a2c11$iris$lambda$iris$wrapBufferSource$0$0 in mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris +[28Feb2025 10:55:24.919] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.919] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.919] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris->@Inject::iris$afterRender(Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.921] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.shadows.EntityRenderDispatcherMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[28Feb2025 10:55:24.921] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.924] [Render thread/DEBUG] [mixin/]: Mixing MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[28Feb2025 10:55:24.924] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.925] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[28Feb2025 10:55:24.925] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.926] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md3a2c11$iris$lambda$iris$beginEntityRender$0$0 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris +[28Feb2025 10:55:24.932] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.shadows.EntityRenderDispatcherMixin from mod sodium->@Inject::renderShadowPartFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$maybeSuppressEntityShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;FFLnet/minecraft/world/level/LevelReader;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::renderBlockShadow(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/chunk/ChunkAccess;Lnet/minecraft/world/level/LevelReader;Lnet/minecraft/core/BlockPos;DDDFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::iris$setFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinEntityRenderDispatcher from mod iris->@Inject::restoreFlameId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/Entity;Lorg/joml/Quaternionf;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.933] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris->@Inject::iris$endEntityRender(Lnet/minecraft/world/entity/Entity;DDDFFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.940] [Render thread/DEBUG] [mixin/]: Mixing core.render.world.RenderBuffersMixin from sodium.mixins.json into net.minecraft.client.renderer.RenderBuffers +[28Feb2025 10:55:24.941] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.world.RenderBuffersMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.941] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderBuffers from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderBuffers +[28Feb2025 10:55:24.941] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.942] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$1(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to md3a2c11$iris$lambda$freeAndDeleteBuffers$1$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[28Feb2025 10:55:24.942] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$0(Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to md3a2c11$iris$lambda$freeAndDeleteBuffers$0$1 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[28Feb2025 10:55:24.942] [Render thread/DEBUG] [mixin/]: Renaming @Unique field outlineBufferSourceLnet/minecraft/client/renderer/OutlineBufferSource; to fd3a2c11$iris$outlineBufferSource$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[28Feb2025 10:55:24.945] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.945] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceCrumblingBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.945] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris->@Inject::batchedentityrendering$replaceOutlineBufferSource(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:24.946] [Render thread/DEBUG] [mixin/]: Mixing immediate.MixinBufferSource from mixins.iris.vertexformat.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[28Feb2025 10:55:24.946] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.946] [Render thread/DEBUG] [mixin/]: Mixing BufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[28Feb2025 10:55:24.946] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:BufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.946] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferSource from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[28Feb2025 10:55:24.947] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferSource from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$beforeFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.950] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:immediate.MixinBufferSource from mod iris->@Inject::iris$afterFlushBuffer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/BufferBuilder;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.952] [Render thread/DEBUG] [mixin/]: Mixing SectionBufferBuilderPackAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.SectionBufferBuilderPack +[28Feb2025 10:55:24.952] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:SectionBufferBuilderPackAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.958] [Render thread/DEBUG] [mixin/]: Mixing texture.AnimationMetadataSectionAccessor from mixins.iris.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSection +[28Feb2025 10:55:24.958] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.AnimationMetadataSectionAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.961] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.BakedModelMixin from sodium.mixins.json into net.minecraft.client.resources.model.BakedModel +[28Feb2025 10:55:24.961] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.BakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.962] [Render thread/DEBUG] [mixin/]: Mixing client.BakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.BakedModel +[28Feb2025 10:55:24.971] [Render thread/DEBUG] [mixin/]: Mixing OutlineBufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.OutlineBufferSource +[28Feb2025 10:55:24.971] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:OutlineBufferSourceAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.975] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.ModelBlockRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[28Feb2025 10:55:24.975] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.976] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/NonTerrainBlockRenderContext; to md3a2c11$sodium$lambda$new$0$0 in sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium +[28Feb2025 10:55:24.976] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.ModelBlockRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[28Feb2025 10:55:24.976] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.976] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.block.ModelBlockRendererMixin from sodium-forge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[28Feb2025 10:55:24.976] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.979] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium->@Inject::onRender(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;ZLnet/minecraft/util/RandomSource;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.979] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.979] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.979] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.ModelBlockRendererMixin from mod sodium->@Inject::preRenderQuad(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lnet/minecraft/client/renderer/block/model/BakedQuad;FFFFIIIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.979] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:features.render.model.block.ModelBlockRendererMixin from mod sodium->@Inject::renderFast(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/client/resources/model/BakedModel;FFFIILnet/neoforged/neoforge/client/model/data/ModelData;Lnet/minecraft/client/renderer/RenderType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.984] [Render thread/DEBUG] [mixin/]: Mixing AbstractBlockRenderContextMixin from sodium-forge.mixins.json into net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext +[28Feb2025 10:55:24.984] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:AbstractBlockRenderContextMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.986] [Render thread/DEBUG] [mixin/]: Mixing core.model.TextureAtlasSpriteMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[28Feb2025 10:55:24.987] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.model.TextureAtlasSpriteMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:24.988] [Render thread/DEBUG] [mixin/]: Mixing MixinItemInHandRenderer from mixins.iris.json into net.minecraft.client.renderer.ItemInHandRenderer +[28Feb2025 10:55:24.988] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.989] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemInHandRenderer from mod iris->@Inject::iris$skipTranslucentHands(Lnet/minecraft/client/player/AbstractClientPlayer;FFLnet/minecraft/world/InteractionHand;FLnet/minecraft/world/item/ItemStack;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.json into net.minecraft.client.particle.ParticleEngine +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$finishDrawingParticles$1(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md3a2c11$iris$lambda$iris$finishDrawingParticles$1$0 in mixins.iris.json:MixinParticleEngine from mod iris +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginDrawingParticles$0(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md3a2c11$iris$lambda$iris$beginDrawingParticles$0$1 in mixins.iris.json:MixinParticleEngine from mod iris +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.fantastic.json into net.minecraft.client.particle.ParticleEngine +[28Feb2025 10:55:24.992] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinParticleEngine from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$beginDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:24.993] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinParticleEngine from mod iris->@Inject::iris$finishDrawingParticles(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.003] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureSheetParticleMixin from sodium.mixins.json into net.minecraft.client.particle.TextureSheetParticle +[28Feb2025 10:55:25.003] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.004] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.004] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.004] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.TextureSheetParticleMixin from mod sodium->@Inject::afterSetSprite(Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.004] [Render thread/DEBUG] [mixin/]: Mixing features.render.particle.SingleQuadParticleMixin from sodium.mixins.json into net.minecraft.client.particle.SingleQuadParticle +[28Feb2025 10:55:25.004] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.particle.SingleQuadParticleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: Mixing MixinTerrainParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.TerrainParticle +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDDDDLnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.008] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinTerrainParticle from mod iris->@Inject::iris$overrideParticleSheet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.011] [Render thread/DEBUG] [mixin/]: Mixing MixinStationaryItemParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.BlockMarker +[28Feb2025 10:55:25.011] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.012] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.012] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.012] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$resolveTranslucency(Lnet/minecraft/client/multiplayer/ClientLevel;DDDLnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.012] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinStationaryItemParticle from mod iris->@Inject::iris$overrideParticleRenderType(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.024] [Render thread/DEBUG] [mixin/]: Mixing MixinFireworkSparkParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.FireworkParticles$SparkParticle +[28Feb2025 10:55:25.024] [Render thread/DEBUG] [mixin/]: mixins.iris.fantastic.json:MixinFireworkSparkParticle from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.048] [Render thread/DEBUG] [mixin/]: Mixing LightTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[28Feb2025 10:55:25.048] [Render thread/DEBUG] [mixin/]: mixins.iris.json:LightTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.049] [Render thread/DEBUG] [mixin/]: Mixing MixinLightTexture from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[28Feb2025 10:55:25.049] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.050] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.050] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.050] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::resetDarknessValue(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.050] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightTexture from mod iris->@Inject::storeDarknessValue(Lnet/minecraft/world/entity/LivingEntity;FFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: Hardware information: +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.2.8) +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: OS: Linux (6.6.67-gentoo) +[28Feb2025 10:55:25.057] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexBuffer from mixins.iris.json into com.mojang.blaze3d.vertex.VertexBuffer +[28Feb2025 10:55:25.057] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.058] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::unbindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.058] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.058] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.058] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinVertexBuffer from mod iris->@Inject::bindHelper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.059] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinBufferBuilder_SeparateAo from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[28Feb2025 10:55:25.059] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinBufferBuilder_SeparateAo from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.060] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.BufferBuilderMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[28Feb2025 10:55:25.060] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.061] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[28Feb2025 10:55:25.061] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.062] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[28Feb2025 10:55:25.062] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.066] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder_SegmentRendering from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[28Feb2025 10:55:25.067] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.072] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:25.072] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.072] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::injectMidBlock(FFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$skipSodiumChange(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:MixinBufferBuilder from mod iris->@Inject::iris$beforeNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.073] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBufferBuilder_SegmentRendering from mod iris->@Inject::batchedentityrendering$onNext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.079] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.MeshDataMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.MeshData +[28Feb2025 10:55:25.079] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.immediate.buffer_builder.sorting.MeshDataMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.083] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumWorldRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer +[28Feb2025 10:55:25.083] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.083] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Lnet/irisshaders/iris/shadows/ShadowRenderer;Lnet/minecraft/client/renderer/RenderBuffers;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/Camera;DDDFZZ)I to md3a2c11$iris$lambda$static$0$0 in mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris +[28Feb2025 10:55:25.085] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris->@Inject::checkRenderShadow(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/RenderBuffers;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;FLnet/minecraft/client/renderer/MultiBufferSource$BufferSource;DDDLnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/world/level/block/entity/BlockEntity;Lnet/minecraft/client/player/LocalPlayer;Lcom/llamalad7/mixinextras/sugar/ref/LocalBooleanRef;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:25.087] [Render thread/DEBUG] [mixin/]: Mixing MixinShadowRenderer from mixins.iris.forge.json into net.irisshaders.iris.shadows.ShadowRenderer +[28Feb2025 10:55:25.087] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.089] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.089] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.089] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.089] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinShadowRenderer from mod iris->@Inject::render(Lnet/irisshaders/iris/mixin/LevelRendererAccessor;Lnet/minecraft/client/Camera;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.095] [Render thread/DEBUG] [mixin/]: Mixing features.options.overlays.GuiMixin from sodium.mixins.json into net.minecraft.client.gui.Gui +[28Feb2025 10:55:25.095] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.overlays.GuiMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.096] [Render thread/DEBUG] [mixin/]: Mixing gui.MixinGui from mixins.iris.json into net.minecraft.client.gui.Gui +[28Feb2025 10:55:25.096] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.097] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris->@Inject::iris$handleHudHidingScreens(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/client/DeltaTracker;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:25.097] [Render thread/DEBUG] [mixin/]: mixins.iris.json:gui.MixinGui from mod iris->@Inject::iris$disableVignetteRendering(Lnet/minecraft/client/gui/GuiGraphics;Lnet/minecraft/world/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:25.103] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.debug.DebugScreenOverlayMixin from sodium.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[28Feb2025 10:55:25.103] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.debug.DebugScreenOverlayMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.105] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from mixins.iris.json into net.minecraft.client.gui.components.DebugScreenOverlay +[28Feb2025 10:55:25.105] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.105] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShadowDebugText$1(Ljava/util/List;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to md3a2c11$iris$lambda$iris$appendShadowDebugText$1$0 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[28Feb2025 10:55:25.105] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShaderPackText$0(Ljava/util/List;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to md3a2c11$iris$lambda$iris$appendShaderPackText$0$1 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[28Feb2025 10:55:25.108] [Render thread/DEBUG] [mixin/]: Mixing DebugHudMixin from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[28Feb2025 10:55:25.108] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.108] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from iris-batched-entity-rendering.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[28Feb2025 10:55:25.108] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.111] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShaderPackText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinDebugScreenOverlay from mod iris->@Inject::iris$appendShadowDebugText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: fabric-renderer-api-v1.debughud.mixins.json:DebugHudMixin from mod fabric_renderer_api_v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.112] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinDebugScreenOverlay from mod iris->@Inject::batchedentityrendering$appendStats(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.139] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[28Feb2025 10:55:25.158] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.cull.EntityRendererMixin from sodium.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[28Feb2025 10:55:25.159] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.cull.EntityRendererMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.159] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderer +[28Feb2025 10:55:25.159] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::setNameTagId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.161] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEntityRenderer from mod iris->@Inject::resetId(Lnet/minecraft/world/entity/Entity;Lnet/minecraft/network/chat/Component;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.171] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHumanoidArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[28Feb2025 10:55:25.171] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.172] [Render thread/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from mixins.iris.forge.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[28Feb2025 10:55:25.173] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeIdF(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/EquipmentSlot;ILnet/minecraft/client/model/HumanoidModel;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/HumanoidModel;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHumanoidArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTempForge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.177] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinHumanoidArmorLayer from mod iris->@Inject::changeTrimTemp2Forge(Lnet/minecraft/core/Holder;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/item/armortrim/ArmorTrim;Lnet/minecraft/client/model/Model;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.178] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinElytraLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[28Feb2025 10:55:25.178] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/LivingEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.181] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinElytraLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.195] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEnderDragonRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[28Feb2025 10:55:25.196] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.197] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId(FFFFILcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.197] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinEnderDragonRenderer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.200] [Render thread/DEBUG] [mixin/]: Mixing MixinFishingHookRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer +[28Feb2025 10:55:25.200] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.201] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.201] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.201] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinFishingHookRenderer from mod iris->@Inject::capture(Lnet/minecraft/world/entity/projectile/FishingHook;FFLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.213] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHorseArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer +[28Feb2025 10:55:25.213] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/world/entity/animal/horse/Horse;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.218] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinHorseArmorLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.223] [Render thread/DEBUG] [mixin/]: Mixing MixinLightningBoltRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.LightningBoltRenderer +[28Feb2025 10:55:25.223] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinLightningBoltRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.276] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.ModelPartMixin from sodium.mixins.json into net.minecraft.client.model.geom.ModelPart +[28Feb2025 10:55:25.276] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.ModelPartMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.286] [Render thread/DEBUG] [mixin/]: Mixing MixinChainedJsonException from mixins.iris.json into net.minecraft.server.ChainedJsonException +[28Feb2025 10:55:25.286] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.287] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinChainedJsonException from mod iris->@Inject::iris$changeShaderParseException(Ljava/lang/Exception;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.288] [Render thread/DEBUG] [mixin/]: Mixing MixinUniform from mixins.iris.json into com.mojang.blaze3d.shaders.Uniform +[28Feb2025 10:55:25.288] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.289] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinUniform from mod iris->@Inject::iris$glGetUniformLocation(ILjava/lang/CharSequence;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.292] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramType from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[28Feb2025 10:55:25.292] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramType from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.292] [Render thread/DEBUG] [mixin/]: Mixing ProgramTypeAccessor from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[28Feb2025 10:55:25.292] [Render thread/DEBUG] [mixin/]: mixins.iris.json:ProgramTypeAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.292] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method createProgramType(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)Lcom/mojang/blaze3d/shaders/Program$Type; to createProgramType$iris_$md$3a2c11$0 in mixins.iris.json:ProgramTypeAccessor from mod iris +[28Feb2025 10:55:25.295] [Render thread/DEBUG] [mixin/]: Mixing MixinProgram from mixins.iris.json into com.mojang.blaze3d.shaders.Program +[28Feb2025 10:55:25.295] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.296] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgram from mod iris->@Inject::iris$causeException(Lcom/mojang/blaze3d/shaders/Program$Type;Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;Lcom/mojang/blaze3d/preprocessor/GlslPreprocessor;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.297] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramManager from mixins.iris.json into com.mojang.blaze3d.shaders.ProgramManager +[28Feb2025 10:55:25.297] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.298] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinProgramManager from mod iris->@Inject::iris$releaseGeometry(Lcom/mojang/blaze3d/shaders/Shader;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.320] [Render thread/ERROR] [com.mojang.text2speech.Narrator/]: Error while loading the narrator com.mojang.text2speech.Narrator$InitializeException: Failed to load library flite at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:69) ~[text2speech-1.17.9.jar%23103!/:?] at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux.(NarratorLinux.java:18) ~[text2speech-1.17.9.jar%23103!/:?] @@ -3077,356 +3076,364 @@ Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] at DevLaunch@1.0.1/net.neoforged.devlaunch.Main.main(Main.java:55) [DevLaunch-1.0.1.jar:?] -[23Feb2025 20:22:39.282] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/sodium, mod/fabric_rendering_data_attachment_v1, mod/iris, mod/fabric_renderer_api_v1, mod/fabric_api_base, mod/neoforge, mod/cawezs_dimensional_connectivity, mod/cawezs_mantle_to_stratus, mod/fabric_block_view_api_v2 -[23Feb2025 20:22:39.289] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.settings.OptionsScreenMixin from sodium.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen -[23Feb2025 20:22:39.289] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.290] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium->@Inject::open(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.303] [Render thread/DEBUG] [mixin/]: Mixing SimpleBakedModelAccessor from sodium-forge.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel -[23Feb2025 20:22:39.303] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:SimpleBakedModelAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.309] [Render thread/DEBUG] [mixin/]: Mixing features.textures.SpriteContentsInvoker from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.309] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.SpriteContentsInvoker from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.309] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.309] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.310] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.310] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.310] [Render thread/DEBUG] [mixin/]: Mixing features.textures.mipmaps.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.310] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.mipmaps.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.311] [Render thread/DEBUG] [mixin/]: Mixing features.textures.scan.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.311] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.scan.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.312] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.312] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.313] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.314] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.314] [Render thread/DEBUG] [mixin/]: Mixing texture.pbr.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents -[23Feb2025 20:22:39.314] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris->@Inject::onReturnCreateTicker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:39.319] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:39.323] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo -[23Feb2025 20:22:39.323] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsFrameInfoAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsFrameInfoAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsFrameInfoAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged -[23Feb2025 20:22:39.324] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getIndex()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged -[23Feb2025 20:22:39.341] [Worker-Main-11/DEBUG] [mixin/]: Mixing texture.pbr.MixinDirectoryLister from mixins.iris.json into net.minecraft.client.renderer.texture.atlas.sources.DirectoryLister -[23Feb2025 20:22:39.341] [Worker-Main-11/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.341] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$modifyForEachAction$0(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V to md0982db$iris$lambda$iris$modifyForEachAction$0$0 in mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris -[23Feb2025 20:22:39.345] [Worker-Main-11/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (Ljava/util/function/BiConsumer;)V -[23Feb2025 20:22:39.349] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading -[23Feb2025 20:22:39.370] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Common setup: 1 jobs -[23Feb2025 20:22:39.371] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 848.4 μs -[23Feb2025 20:22:39.382] [Render thread/DEBUG] [mixin/]: Mixing MixinFogRenderer from mixins.iris.json into net.minecraft.client.renderer.FogRenderer -[23Feb2025 20:22:39.382] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.385] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::iris$setupLegacyWaterFog(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.386] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::render(Lnet/minecraft/client/Camera;FLnet/minecraft/client/multiplayer/ClientLevel;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:39.405] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.textures.mipmaps.MipmapGeneratorMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.MipmapGenerator -[23Feb2025 20:22:39.405] [Worker-Main-15/DEBUG] [mixin/]: sodium.mixins.json:features.textures.mipmaps.MipmapGeneratorMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.426] [Worker-Main-4/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.AnimatedTextureAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture -[23Feb2025 20:22:39.432] [Worker-Main-4/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.AnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.432] [Worker-Main-4/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture -[23Feb2025 20:22:39.432] [Worker-Main-4/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:39.433] [Worker-Main-4/DEBUG] [mixin/]: Mixing texture.SpriteContentsAnimatedTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture -[23Feb2025 20:22:39.433] [Worker-Main-4/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAnimatedTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:39.433] [Worker-Main-4/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged -[23Feb2025 20:22:39.433] [Worker-Main-4/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged -[23Feb2025 20:22:39.466] [Worker-Main-14/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading -[23Feb2025 20:22:39.578] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Sided setup: 1 jobs -[23Feb2025 20:22:39.611] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 32.43 ms -[23Feb2025 20:22:40.082] [Worker-Main-12/DEBUG] [mixin/]: Mixing core.model.quad.BakedQuadMixin from sodium-forge.mixins.json into net.minecraft.client.renderer.block.model.BakedQuad -[23Feb2025 20:22:40.082] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.085] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.085] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.085] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.092] [Worker-Main-12/DEBUG] [mixin/]: Mixing features.model.MultiPartBakedModelMixin from sodium-forge.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel -[23Feb2025 20:22:40.092] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.092] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$getRenderTypes$2(I)[Lnet/minecraft/client/resources/model/BakedModel; to md0982db$sodium$lambda$getRenderTypes$2$0 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium -[23Feb2025 20:22:40.092] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$getQuads$1(I)[Lnet/minecraft/client/resources/model/BakedModel; to md0982db$sodium$lambda$getQuads$1$1 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium -[23Feb2025 20:22:40.092] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$storeClassInfo$0(Lorg/apache/commons/lang3/tuple/Pair;)Z to md0982db$sodium$lambda$storeClassInfo$0$2 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium -[23Feb2025 20:22:40.095] [Worker-Main-12/DEBUG] [mixin/]: Mixing client.MultipartBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel -[23Feb2025 20:22:40.095] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Lnet/minecraft/util/RandomSource;J)Lnet/minecraft/util/RandomSource; to md0982db$fabric_renderer_api_v1$lambda$emitBlockQuads$0$3 in fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1 -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.100] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.116] [Worker-Main-12/DEBUG] [mixin/]: Mixing features.model.WeightedBakedModelMixin from sodium-forge.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel -[23Feb2025 20:22:40.116] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.WeightedBakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.117] [Worker-Main-12/DEBUG] [mixin/]: Mixing client.WeightedBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel -[23Feb2025 20:22:40.118] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$emitItemQuads$1(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to md0982db$fabric_renderer_api_v1$lambda$emitItemQuads$1$0 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 -[23Feb2025 20:22:40.118] [Worker-Main-12/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to md0982db$fabric_renderer_api_v1$lambda$emitBlockQuads$0$1 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 -[23Feb2025 20:22:40.126] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.126] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.126] [Worker-Main-12/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.216] [Worker-Main-12/DEBUG] [mixin/]: Mixing ChunkRenderTypeSetAccessor from sodium-forge.mixins.json into net.neoforged.neoforge.client.ChunkRenderTypeSet -[23Feb2025 20:22:40.217] [Worker-Main-12/DEBUG] [mixin/]: sodium-forge.mixins.json:ChunkRenderTypeSetAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.217] [Worker-Main-12/DEBUG] [mixin/]: Renaming @Invoker method create(Ljava/util/BitSet;)Lnet/neoforged/neoforge/client/ChunkRenderTypeSet; to create$sodium_$md$0982db$0 in sodium-forge.mixins.json:ChunkRenderTypeSetAccessor from mod sodium -[23Feb2025 20:22:40.615] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play -[23Feb2025 20:22:40.616] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break -[23Feb2025 20:22:40.646] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo -[23Feb2025 20:22:40.647] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started -[23Feb2025 20:22:40.732] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas -[23Feb2025 20:22:40.735] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsTickerMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker -[23Feb2025 20:22:40.735] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.736] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsTickerAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker -[23Feb2025 20:22:40.736] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsTickerAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.736] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsTickerAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker -[23Feb2025 20:22:40.736] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsTickerAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:40.737] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.737] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::preTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.738] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getAnimationInfo()Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture; in net.minecraft.client.renderer.texture.SpriteContents$Ticker was not merged -[23Feb2025 20:22:40.739] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsInterpolationMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$InterpolationData -[23Feb2025 20:22:40.739] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsInterpolationMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.742] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsInterpolationMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.760] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas -[23Feb2025 20:22:40.761] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas -[23Feb2025 20:22:40.762] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas -[23Feb2025 20:22:40.763] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas -[23Feb2025 20:22:40.769] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas -[23Feb2025 20:22:40.770] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas -[23Feb2025 20:22:40.770] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas -[23Feb2025 20:22:40.771] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas -[23Feb2025 20:22:40.780] [Render thread/DEBUG] [mixin/]: Mixing MixinBannerRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.blockentity.BannerRenderer -[23Feb2025 20:22:40.780] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:40.780] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md0982db$iris$lambda$iris$wrapBufferSource$0$0 in iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris -[23Feb2025 20:22:40.782] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris->@Inject::iris$endRenderingCanvas(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/resources/model/Material;ZLnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/entity/BannerPatternLayers;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.801] [Render thread/DEBUG] [mixin/]: Mixing shadows.MixinBeaconRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.BeaconRenderer -[23Feb2025 20:22:40.802] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:40.802] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris->@Inject::iris$noLightBeamInShadowPass(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/resources/ResourceLocation;FFJIIIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:40.808] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.CubeMixin from sodium.mixins.json into net.minecraft.client.model.geom.ModelPart$Cube -[23Feb2025 20:22:40.808] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.CubeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:40.809] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.CubeMixin from mod sodium->@Inject::onCompile(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:40.838] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinCapeLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.CapeLayer -[23Feb2025 20:22:40.838] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:40.839] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:40.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas -[23Feb2025 20:22:40.843] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas -[23Feb2025 20:22:40.862] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. -[23Feb2025 20:22:40.879] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinPostChain from mixins.iris.json into net.minecraft.client.renderer.PostChain -[23Feb2025 20:22:40.879] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinPostChain from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:40.894] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations -[23Feb2025 20:22:40.925] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld -[23Feb2025 20:22:40.927] [Render thread/DEBUG] [mixin/]: Mixing MixinGlRenderDevice from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gl.device.GLRenderDevice$ImmediateDrawCommandList -[23Feb2025 20:22:40.927] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinGlRenderDevice from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:44.270] [Worker-Main-10/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air -[23Feb2025 20:22:44.424] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1305 recipes -[23Feb2025 20:22:44.536] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements -[23Feb2025 20:22:44.823] [Render thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World -[23Feb2025 20:22:44.873] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 -[23Feb2025 20:22:44.873] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair -[23Feb2025 20:22:44.910] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type SERVER -[23Feb2025 20:22:44.910] [Server thread/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-server.toml -[23Feb2025 20:22:44.910] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-server.toml -[23Feb2025 20:22:44.910] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-server.toml for changes -[23Feb2025 20:22:44.916] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.917] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.925] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.928] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. +[28Feb2025 10:55:25.336] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/sodium, mod/fabric_rendering_data_attachment_v1, mod/iris, mod/fabric_renderer_api_v1, mod/fabric_api_base, mod/neoforge, mod/cawezs_dimensional_connectivity, mod/cawezs_mantle_to_stratus, mod/fabric_block_view_api_v2 +[28Feb2025 10:55:25.343] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.settings.OptionsScreenMixin from sodium.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[28Feb2025 10:55:25.343] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.344] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.gui.hooks.settings.OptionsScreenMixin from mod sodium->@Inject::open(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.358] [Render thread/DEBUG] [mixin/]: Mixing SimpleBakedModelAccessor from sodium-forge.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel +[28Feb2025 10:55:25.358] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:SimpleBakedModelAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.360] [Render thread/DEBUG] [mixin/]: Mixing features.textures.SpriteContentsInvoker from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.361] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.SpriteContentsInvoker from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.361] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.361] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.362] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.362] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.362] [Render thread/DEBUG] [mixin/]: Mixing features.textures.mipmaps.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.362] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.mipmaps.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.365] [Render thread/DEBUG] [mixin/]: Mixing features.textures.scan.SpriteContentsMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.365] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.scan.SpriteContentsMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.366] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.367] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.368] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.368] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.368] [Render thread/DEBUG] [mixin/]: Mixing texture.pbr.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[28Feb2025 10:55:25.368] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.MixinSpriteContents from mod iris->@Inject::onReturnCreateTicker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailClose(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:25.378] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinSpriteContents from mod iris->@Inject::iris$onTailMarkActive(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:25.386] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsFrameInfoAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsFrameInfoAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsFrameInfoAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsFrameInfoAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[28Feb2025 10:55:25.387] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getIndex()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[28Feb2025 10:55:25.400] [Worker-Main-15/DEBUG] [mixin/]: Mixing texture.pbr.MixinDirectoryLister from mixins.iris.json into net.minecraft.client.renderer.texture.atlas.sources.DirectoryLister +[28Feb2025 10:55:25.401] [Worker-Main-15/DEBUG] [mixin/]: mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.401] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$modifyForEachAction$0(Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/function/BiConsumer;Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/server/packs/resources/Resource;)V to md3a2c11$iris$lambda$iris$modifyForEachAction$0$0 in mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris +[28Feb2025 10:55:25.404] [Worker-Main-15/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (Ljava/util/function/BiConsumer;)V +[28Feb2025 10:55:25.431] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[28Feb2025 10:55:25.431] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Common setup: 1 jobs +[28Feb2025 10:55:25.437] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 4.984 ms +[28Feb2025 10:55:25.450] [Render thread/DEBUG] [mixin/]: Mixing MixinFogRenderer from mixins.iris.json into net.minecraft.client.renderer.FogRenderer +[28Feb2025 10:55:25.450] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.468] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::iris$setupLegacyWaterFog(Lnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/FogRenderer$FogMode;FZFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.469] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinFogRenderer from mod iris->@Inject::render(Lnet/minecraft/client/Camera;FLnet/minecraft/client/multiplayer/ClientLevel;IFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:25.494] [Worker-Main-1/DEBUG] [mixin/]: Mixing features.textures.mipmaps.MipmapGeneratorMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.MipmapGenerator +[28Feb2025 10:55:25.494] [Worker-Main-1/DEBUG] [mixin/]: sodium.mixins.json:features.textures.mipmaps.MipmapGeneratorMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.531] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.AnimatedTextureAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[28Feb2025 10:55:25.531] [Worker-Main-15/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.AnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.531] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[28Feb2025 10:55:25.532] [Worker-Main-15/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:25.532] [Worker-Main-15/DEBUG] [mixin/]: Mixing texture.SpriteContentsAnimatedTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[28Feb2025 10:55:25.532] [Worker-Main-15/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsAnimatedTextureAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:25.536] [Worker-Main-15/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[28Feb2025 10:55:25.537] [Worker-Main-15/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[28Feb2025 10:55:25.663] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Sided setup: 1 jobs +[28Feb2025 10:55:25.733] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 68.06 ms +[28Feb2025 10:55:26.115] [Worker-Main-6/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[28Feb2025 10:55:27.696] [Worker-Main-11/DEBUG] [mixin/]: Mixing core.model.quad.BakedQuadMixin from sodium-forge.mixins.json into net.minecraft.client.renderer.block.model.BakedQuad +[28Feb2025 10:55:27.697] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:27.707] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:27.707] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:27.707] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:core.model.quad.BakedQuadMixin from mod sodium->@Inject::init([IILnet/minecraft/core/Direction;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:27.723] [Worker-Main-11/DEBUG] [mixin/]: Mixing features.model.MultiPartBakedModelMixin from sodium-forge.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel +[28Feb2025 10:55:27.724] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:27.724] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$getRenderTypes$2(I)[Lnet/minecraft/client/resources/model/BakedModel; to md3a2c11$sodium$lambda$getRenderTypes$2$0 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[28Feb2025 10:55:27.724] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$getQuads$1(I)[Lnet/minecraft/client/resources/model/BakedModel; to md3a2c11$sodium$lambda$getQuads$1$1 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[28Feb2025 10:55:27.724] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$storeClassInfo$0(Lorg/apache/commons/lang3/tuple/Pair;)Z to md3a2c11$sodium$lambda$storeClassInfo$0$2 in sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[28Feb2025 10:55:27.732] [Worker-Main-11/DEBUG] [mixin/]: Mixing client.MultipartBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel +[28Feb2025 10:55:27.733] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Lnet/minecraft/util/RandomSource;J)Lnet/minecraft/util/RandomSource; to md3a2c11$fabric_renderer_api_v1$lambda$emitBlockQuads$0$3 in fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1 +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium->@Inject::storeClassInfo(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:27.744] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:27.782] [Worker-Main-11/DEBUG] [mixin/]: Mixing features.model.WeightedBakedModelMixin from sodium-forge.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel +[28Feb2025 10:55:27.782] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:features.model.WeightedBakedModelMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:27.786] [Worker-Main-11/DEBUG] [mixin/]: Mixing client.WeightedBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel +[28Feb2025 10:55:27.786] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$emitItemQuads$1(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to md3a2c11$fabric_renderer_api_v1$lambda$emitItemQuads$1$0 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 +[28Feb2025 10:55:27.786] [Worker-Main-11/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to md3a2c11$fabric_renderer_api_v1$lambda$emitBlockQuads$0$1 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 +[28Feb2025 10:55:27.792] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:27.792] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:27.792] [Worker-Main-11/DEBUG] [mixin/]: fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:27.989] [Worker-Main-11/DEBUG] [mixin/]: Mixing ChunkRenderTypeSetAccessor from sodium-forge.mixins.json into net.neoforged.neoforge.client.ChunkRenderTypeSet +[28Feb2025 10:55:27.990] [Worker-Main-11/DEBUG] [mixin/]: sodium-forge.mixins.json:ChunkRenderTypeSetAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:27.990] [Worker-Main-11/DEBUG] [mixin/]: Renaming @Invoker method create(Ljava/util/BitSet;)Lnet/neoforged/neoforge/client/ChunkRenderTypeSet; to create$sodium_$md$3a2c11$0 in sodium-forge.mixins.json:ChunkRenderTypeSetAccessor from mod sodium +[28Feb2025 10:55:28.964] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[28Feb2025 10:55:28.964] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[28Feb2025 10:55:29.084] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[28Feb2025 10:55:29.085] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[28Feb2025 10:55:29.416] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas +[28Feb2025 10:55:29.427] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsTickerMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[28Feb2025 10:55:29.428] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:29.431] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsTickerAccessor from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[28Feb2025 10:55:29.431] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsTickerAccessor from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:29.432] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsTickerAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[28Feb2025 10:55:29.432] [Render thread/DEBUG] [mixin/]: mixins.iris.json:texture.SpriteContentsTickerAccessor from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:29.437] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture;Lnet/minecraft/client/renderer/texture/SpriteContents$InterpolationData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::preTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.tracking.SpriteContentsTickerMixin from mod sodium->@Inject::postTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:29.438] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getAnimationInfo()Lnet/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture; in net.minecraft.client.renderer.texture.SpriteContents$Ticker was not merged +[28Feb2025 10:55:29.443] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsInterpolationMixin from sodium.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$InterpolationData +[28Feb2025 10:55:29.443] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsInterpolationMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:29.457] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.textures.animations.upload.SpriteContentsInterpolationMixin from mod sodium->@Inject::assignParent(Lnet/minecraft/client/renderer/texture/SpriteContents;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.543] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas +[28Feb2025 10:55:29.546] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas +[28Feb2025 10:55:29.551] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas +[28Feb2025 10:55:29.556] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas +[28Feb2025 10:55:29.584] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas +[28Feb2025 10:55:29.586] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[28Feb2025 10:55:29.587] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[28Feb2025 10:55:29.590] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[28Feb2025 10:55:29.623] [Render thread/DEBUG] [mixin/]: Mixing MixinBannerRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.blockentity.BannerRenderer +[28Feb2025 10:55:29.624] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:29.624] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to md3a2c11$iris$lambda$iris$wrapBufferSource$0$0 in iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris +[28Feb2025 10:55:29.657] [Render thread/DEBUG] [mixin/]: iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris->@Inject::iris$endRenderingCanvas(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/model/geom/ModelPart;Lnet/minecraft/client/resources/model/Material;ZLnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/entity/BannerPatternLayers;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.721] [Render thread/DEBUG] [mixin/]: Mixing shadows.MixinBeaconRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.BeaconRenderer +[28Feb2025 10:55:29.721] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:29.723] [Render thread/DEBUG] [mixin/]: mixins.iris.json:shadows.MixinBeaconRenderer from mod iris->@Inject::iris$noLightBeamInShadowPass(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/resources/ResourceLocation;FFJIIIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:29.740] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.CubeMixin from sodium.mixins.json into net.minecraft.client.model.geom.ModelPart$Cube +[28Feb2025 10:55:29.740] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.CubeMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:29.747] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.entity.CubeMixin from mod sodium->@Inject::onCompile(Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:29.827] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinCapeLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.CapeLayer +[28Feb2025 10:55:29.827] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;ILnet/minecraft/client/player/AbstractClientPlayer;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:29.830] [Render thread/DEBUG] [mixin/]: mixins.iris.json:entity_render_context.MixinCapeLayer from mod iris->@Inject::changeId2(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:29.835] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[28Feb2025 10:55:29.840] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[28Feb2025 10:55:29.841] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[28Feb2025 10:55:29.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[28Feb2025 10:55:29.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[28Feb2025 10:55:29.887] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[28Feb2025 10:55:29.932] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinPostChain from mixins.iris.json into net.minecraft.client.renderer.PostChain +[28Feb2025 10:55:29.932] [Render thread/DEBUG] [mixin/]: mixins.iris.json:state_tracking.MixinPostChain from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:29.971] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[28Feb2025 10:55:29.998] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[28Feb2025 10:55:30.002] [Render thread/DEBUG] [mixin/]: Mixing MixinGlRenderDevice from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gl.device.GLRenderDevice$ImmediateDrawCommandList +[28Feb2025 10:55:30.002] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinGlRenderDevice from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:33.649] [Worker-Main-11/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air +[28Feb2025 10:55:33.867] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1305 recipes +[28Feb2025 10:55:34.000] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements +[28Feb2025 10:55:34.469] [Render thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World +[28Feb2025 10:55:34.518] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[28Feb2025 10:55:34.519] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[28Feb2025 10:55:34.579] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type SERVER +[28Feb2025 10:55:34.580] [Server thread/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-server.toml +[28Feb2025 10:55:34.580] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-server.toml +[28Feb2025 10:55:34.580] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/neoforge-server.toml for changes +[28Feb2025 10:55:34.586] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.588] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.601] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.604] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. + - minecraft:allay + - minecraft:sniffer + - minecraft:bee - minecraft:piglin_brute - minecraft:camel - - minecraft:sniffer - - minecraft:allay - - minecraft:bee -[23Feb2025 20:22:45.022] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.SimpleBitStorageMixin from sodium.mixins.json into net.minecraft.util.SimpleBitStorage -[23Feb2025 20:22:45.022] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.SimpleBitStorageMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:45.492] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld -[23Feb2025 20:22:45.528] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.PalettedContainerMixin from sodium.mixins.json into net.minecraft.world.level.chunk.PalettedContainer -[23Feb2025 20:22:45.529] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.PalettedContainerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:45.557] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.ZeroBitStorageMixin from sodium.mixins.json into net.minecraft.util.ZeroBitStorage -[23Feb2025 20:22:45.557] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.ZeroBitStorageMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:45.677] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% -[23Feb2025 20:22:45.748] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler -[23Feb2025 20:22:45.750] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 256 ms -[23Feb2025 20:22:45.817] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 15, from 10 -[23Feb2025 20:22:45.817] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 -[23Feb2025 20:22:45.825] [Render thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 32 -[23Feb2025 20:22:45.833] [Render thread/DEBUG] [io.netty.util.concurrent.GlobalEventExecutor/]: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 -[23Feb2025 20:22:45.843] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false -[23Feb2025 20:22:45.844] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512 -[23Feb2025 20:22:45.848] [Render thread/DEBUG] [io.netty.util.internal.PlatformDependent/]: org.jctools-core.MpscChunkedArrayQueue: available -[23Feb2025 20:22:45.860] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.processId: 24987 (auto-detected) -[23Feb2025 20:22:45.861] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv4Stack: false -[23Feb2025 20:22:45.861] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv6Addresses: system -[23Feb2025 20:22:45.862] [Render thread/DEBUG] [io.netty.util.NetUtilInitializations/]: Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) -[23Feb2025 20:22:45.863] [Render thread/DEBUG] [io.netty.util.NetUtil/]: /proc/sys/net/core/somaxconn: 4096 -[23Feb2025 20:22:45.863] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.machineId: fc:b0:de:ff:fe:18:0e:7d (auto-detected) -[23Feb2025 20:22:45.912] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacityPerThread: 4096 -[23Feb2025 20:22:45.912] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.ratio: 8 -[23Feb2025 20:22:45.912] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.chunkSize: 32 -[23Feb2025 20:22:45.912] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.blocking: false -[23Feb2025 20:22:45.912] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.batchFastThreadLocalOnly: true -[23Feb2025 20:22:46.065] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@3155a57c into net.minecraft.network.Connection@6f89ef12 -[23Feb2025 20:22:46.070] [Netty Local Client IO #0/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@74a1e6dd into net.minecraft.network.Connection@75ecdfaf -[23Feb2025 20:22:46.296] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientPacketListenerMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener -[23Feb2025 20:22:46.297] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.297] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPacketListener from mixins.iris.json into net.minecraft.client.multiplayer.ClientPacketListener -[23Feb2025 20:22:46.298] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.298] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$2(Ljava/lang/Exception;)V to md0982db$iris$lambda$iris$showUpdateMessage$2$0 in mixins.iris.json:MixinClientPacketListener from mod iris -[23Feb2025 20:22:46.298] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$1(Ljava/lang/Exception;Lnet/minecraft/network/chat/Style;)Lnet/minecraft/network/chat/Style; to md0982db$iris$lambda$iris$showUpdateMessage$1$1 in mixins.iris.json:MixinClientPacketListener from mod iris -[23Feb2025 20:22:46.298] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$0(Lnet/minecraft/network/chat/Component;)V to md0982db$iris$lambda$iris$showUpdateMessage$0$2 in mixins.iris.json:MixinClientPacketListener from mod iris -[23Feb2025 20:22:46.301] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.302] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.320] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@194339f into net.minecraft.network.Connection@6f89ef12 -[23Feb2025 20:22:46.380] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:4c7fd8e2] logged in with entity id 296 at (-2.951202599188542, 63.038595966291176, -23.818529348479) -[23Feb2025 20:22:46.407] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinClientLevelData_DisableVoidPlane from mixins.iris.json into net.minecraft.client.multiplayer.ClientLevel$ClientLevelData -[23Feb2025 20:22:46.407] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinClientLevelData_DisableVoidPlane from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.408] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinClientLevelData_DisableVoidPlane from mod iris->@Inject::iris$getHorizonHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:46.410] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientChunkCacheMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientChunkCache -[23Feb2025 20:22:46.410] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.414] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:46.429] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game -[23Feb2025 20:22:46.446] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld -[23Feb2025 20:22:46.447] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld -[23Feb2025 20:22:46.447] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld -[23Feb2025 20:22:46.453] [Render thread/DEBUG] [mixin/]: Mixing features.options.render_layers.ItemBlockRenderTypesMixin from sodium.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes -[23Feb2025 20:22:46.454] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.ItemBlockRenderTypesMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.454] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.ItemBlockRenderTypesMixin from sodium.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes -[23Feb2025 20:22:46.454] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.ItemBlockRenderTypesMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.455] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.json into net.minecraft.client.renderer.ItemBlockRenderTypes -[23Feb2025 20:22:46.455] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemBlockRenderTypes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.456] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.forge.json into net.minecraft.client.renderer.ItemBlockRenderTypes -[23Feb2025 20:22:46.456] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinItemBlockRenderTypes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.459] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.ItemBlockRenderTypesMixin from mod sodium->@Inject::onSetFancyGraphicsOrBetter(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.459] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemBlockRenderTypes from mod iris->@Inject::iris$setCustomRenderType(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:46.459] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinItemBlockRenderTypes from mod iris->@Inject::iris$setCustomRenderType(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:46.471] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinChunkRebuildTask from mixins.iris.vertexformat.json into net.minecraft.client.renderer.chunk.SectionRenderDispatcher$RenderSection$RebuildTask -[23Feb2025 20:22:46.472] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinChunkRebuildTask from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.478] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManager from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager -[23Feb2025 20:22:46.478] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.479] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManagerShadow from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager -[23Feb2025 20:22:46.479] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::cancelIfShadow(Lnet/minecraft/client/Camera;Lnet/caffeinemc/mods/sodium/client/render/viewport/Viewport;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::doNotUpdateDuringShadow(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:46.484] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::doNotUploadDuringShadow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:46.490] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBuildTask from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask -[23Feb2025 20:22:46.491] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.499] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:46.503] [Render thread/DEBUG] [mixin/]: Mixing MixinDefaultChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.DefaultChunkRenderer -[23Feb2025 20:22:46.503] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinDefaultChunkRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.506] [Render thread/DEBUG] [mixin/]: Mixing MixinShaderChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.ShaderChunkRenderer -[23Feb2025 20:22:46.506] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinShaderChunkRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.514] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkBuildBuffers from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers -[23Feb2025 20:22:46.515] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.517] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.517] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.517] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.519] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBufferBuilder from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.vertex.builder.ChunkMeshBufferBuilder -[23Feb2025 20:22:46.519] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.528] [Render thread/DEBUG] [mixin/]: Mixing LevelSliceMixin from sodium-forge.mixins.json into net.caffeinemc.mods.sodium.client.world.LevelSlice -[23Feb2025 20:22:46.528] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:LevelSliceMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.558] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.render.FluidRendererImpl$ForgeFactory@53033e05 for service interface net.caffeinemc.mods.sodium.client.services.FluidRendererFactory -[23Feb2025 20:22:46.559] [Render thread/DEBUG] [mixin/]: Mixing MixinBlockRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer -[23Feb2025 20:22:46.559] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.561] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.606] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads -[23Feb2025 20:22:46.657] [Render thread/DEBUG] [mixin/]: Mixing MixinBiomeAmbientSoundsHandler from mixins.iris.json into net.minecraft.client.resources.sounds.BiomeAmbientSoundsHandler -[23Feb2025 20:22:46.658] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.661] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.661] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.661] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:46.669] [Render thread/DEBUG] [mixin/]: Mixing core.gui.LevelLoadStatusManagerMixin from sodium.mixins.json into net.minecraft.client.multiplayer.LevelLoadStatusManager -[23Feb2025 20:22:46.669] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.gui.LevelLoadStatusManagerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.741] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 177 advancements -[23Feb2025 20:22:46.838] [Render thread/DEBUG] [mixin/]: Mixing ChunkRendererRegionBuilderMixin from fabric-block-view-api-v2.client.mixins.json into net.minecraft.client.renderer.chunk.RenderRegionCache -[23Feb2025 20:22:46.838] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.847] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable -[23Feb2025 20:22:46.847] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.847] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result -[23Feb2025 20:22:46.851] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::createDataMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:46.872] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelRenderHooks@43fd117c for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelRenderHooks -[23Feb2025 20:22:46.891] [Render thread/DEBUG] [mixin/]: Mixing MixinCloudRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.immediate.CloudRenderer -[23Feb2025 20:22:46.892] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.900] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::writeIrisVertex(JFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable -[23Feb2025 20:22:46.900] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::computeNormal2D(Lnet/caffeinemc/mods/sodium/api/vertex/buffer/VertexBufferWriter;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.900] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::computeNormal3D(Lnet/caffeinemc/mods/sodium/api/vertex/buffer/VertexBufferWriter;IIFFZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.931] [Render thread/DEBUG] [mixin/]: Mixing MixinScreenEffectRenderer from mixins.iris.json into net.minecraft.client.renderer.ScreenEffectRenderer -[23Feb2025 20:22:46.931] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinScreenEffectRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:46.932] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinScreenEffectRenderer from mod iris->@Inject::iris$disableUnderWaterOverlayRendering(Lnet/minecraft/client/Minecraft;Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo -[23Feb2025 20:22:46.970] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexMultiConsumer$Double -[23Feb2025 20:22:46.971] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:46.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:46.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes -[23Feb2025 20:22:46.973] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result -[23Feb2025 20:22:47.180] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.model.NeoForgeModelAccess@53055326 for service interface net.caffeinemc.mods.sodium.client.services.PlatformModelAccess -[23Feb2025 20:22:47.181] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelAccess@3bf5ced8 for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelAccess -[23Feb2025 20:22:47.198] [Chunk Render Task Executor #0/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.block.NeoForgeBlockAccess@63292c40 for service interface net.caffeinemc.mods.sodium.client.services.PlatformBlockAccess -[23Feb2025 20:22:47.249] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderRegionArenas from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.region.RenderRegion$DeviceResources -[23Feb2025 20:22:47.249] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderRegionArenas from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) -[23Feb2025 20:22:47.450] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.EntityOutlineGeneratorMixin from sodium.mixins.json into net.minecraft.client.renderer.OutlineBufferSource$EntityOutlineGenerator -[23Feb2025 20:22:47.450] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.EntityOutlineGeneratorMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) -[23Feb2025 20:22:47.452] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.EntityOutlineGeneratorMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo -[23Feb2025 20:22:55.968] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Singularity] -[23Feb2025 20:22:55.976] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Summoned new Singularity -[23Feb2025 20:23:46.043] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Wither] -[23Feb2025 20:23:46.045] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Summoned new Wither -[23Feb2025 20:24:37.226] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! -[23Feb2025 20:24:37.260] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected -[23Feb2025 20:24:37.260] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game -[23Feb2025 20:24:37.291] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out -[23Feb2025 20:24:37.301] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server -[23Feb2025 20:24:37.302] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players -[23Feb2025 20:24:37.302] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds -[23Feb2025 20:24:38.252] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[23Feb2025 20:24:38.379] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted -[23Feb2025 20:24:38.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[23Feb2025 20:24:38.418] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths -[23Feb2025 20:24:38.433] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[23Feb2025 20:24:38.449] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights -[23Feb2025 20:24:38.468] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World -[23Feb2025 20:24:38.484] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World (4)): All chunks are saved -[23Feb2025 20:24:38.484] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved -[23Feb2025 20:24:38.605] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Unloading configs type SERVER -[23Feb2025 20:24:38.608] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[28Feb2025 10:55:34.710] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.SimpleBitStorageMixin from sodium.mixins.json into net.minecraft.util.SimpleBitStorage +[28Feb2025 10:55:34.710] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.SimpleBitStorageMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:37.167] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[28Feb2025 10:55:37.310] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.PalettedContainerMixin from sodium.mixins.json into net.minecraft.world.level.chunk.PalettedContainer +[28Feb2025 10:55:37.311] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.PalettedContainerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:37.352] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.ZeroBitStorageMixin from sodium.mixins.json into net.minecraft.util.ZeroBitStorage +[28Feb2025 10:55:37.353] [Server thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.chunk.ZeroBitStorageMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:37.693] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[28Feb2025 10:55:37.694] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[28Feb2025 10:55:37.945] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[28Feb2025 10:55:37.951] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 776 ms +[28Feb2025 10:55:38.081] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 15, from 10 +[28Feb2025 10:55:38.081] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[28Feb2025 10:55:38.108] [Render thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 32 +[28Feb2025 10:55:38.121] [Render thread/DEBUG] [io.netty.util.concurrent.GlobalEventExecutor/]: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 +[28Feb2025 10:55:38.143] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false +[28Feb2025 10:55:38.143] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512 +[28Feb2025 10:55:38.152] [Render thread/DEBUG] [io.netty.util.internal.PlatformDependent/]: org.jctools-core.MpscChunkedArrayQueue: available +[28Feb2025 10:55:38.173] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.processId: 7506 (auto-detected) +[28Feb2025 10:55:38.176] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv4Stack: false +[28Feb2025 10:55:38.176] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv6Addresses: system +[28Feb2025 10:55:38.178] [Render thread/DEBUG] [io.netty.util.NetUtilInitializations/]: Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) +[28Feb2025 10:55:38.180] [Render thread/DEBUG] [io.netty.util.NetUtil/]: /proc/sys/net/core/somaxconn: 4096 +[28Feb2025 10:55:38.181] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.machineId: fc:b0:de:ff:fe:18:0e:7d (auto-detected) +[28Feb2025 10:55:38.283] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacityPerThread: 4096 +[28Feb2025 10:55:38.283] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.ratio: 8 +[28Feb2025 10:55:38.283] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.chunkSize: 32 +[28Feb2025 10:55:38.283] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.blocking: false +[28Feb2025 10:55:38.284] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.batchFastThreadLocalOnly: true +[28Feb2025 10:55:38.500] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@2bd732d1 into net.minecraft.network.Connection@1db9a268 +[28Feb2025 10:55:38.517] [Netty Local Client IO #0/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@3c7aa80e into net.minecraft.network.Connection@7df4724d +[28Feb2025 10:55:39.202] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientPacketListenerMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[28Feb2025 10:55:39.204] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:39.205] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPacketListener from mixins.iris.json into net.minecraft.client.multiplayer.ClientPacketListener +[28Feb2025 10:55:39.205] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.206] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$2(Ljava/lang/Exception;)V to md3a2c11$iris$lambda$iris$showUpdateMessage$2$0 in mixins.iris.json:MixinClientPacketListener from mod iris +[28Feb2025 10:55:39.206] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$1(Ljava/lang/Exception;Lnet/minecraft/network/chat/Style;)Lnet/minecraft/network/chat/Style; to md3a2c11$iris$lambda$iris$showUpdateMessage$1$1 in mixins.iris.json:MixinClientPacketListener from mod iris +[28Feb2025 10:55:39.206] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$0(Lnet/minecraft/network/chat/Component;)V to md3a2c11$iris$lambda$iris$showUpdateMessage$0$2 in mixins.iris.json:MixinClientPacketListener from mod iris +[28Feb2025 10:55:39.214] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.214] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.214] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onLightDataReceived(IILnet/minecraft/network/protocol/game/ClientboundLightUpdatePacketData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.214] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.214] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.215] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientPacketListenerMixin from mod sodium->@Inject::onChunkUnloadPacket(Lnet/minecraft/network/protocol/game/ClientboundForgetLevelChunkPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.215] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.215] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.215] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinClientPacketListener from mod iris->@Inject::iris$showUpdateMessage(Lnet/minecraft/network/protocol/game/ClientboundLoginPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.260] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@517172a8 into net.minecraft.network.Connection@1db9a268 +[28Feb2025 10:55:39.355] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:8b4e17e7] logged in with entity id 93 at (-21.5, 84.0, -86.5) +[28Feb2025 10:55:39.392] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinClientLevelData_DisableVoidPlane from mixins.iris.json into net.minecraft.client.multiplayer.ClientLevel$ClientLevelData +[28Feb2025 10:55:39.392] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinClientLevelData_DisableVoidPlane from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.395] [Render thread/DEBUG] [mixin/]: mixins.iris.json:sky.MixinClientLevelData_DisableVoidPlane from mod iris->@Inject::iris$getHorizonHeight(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:39.402] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientChunkCacheMixin from sodium.mixins.json into net.minecraft.client.multiplayer.ClientChunkCache +[28Feb2025 10:55:39.404] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkUnloaded(Lnet/minecraft/world/level/ChunkPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.415] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.world.map.ClientChunkCacheMixin from mod sodium->@Inject::onChunkLoaded(IILnet/minecraft/network/FriendlyByteBuf;Lnet/minecraft/nbt/CompoundTag;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:39.471] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld +[28Feb2025 10:55:39.472] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[28Feb2025 10:55:39.472] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[28Feb2025 10:55:39.479] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[28Feb2025 10:55:39.484] [Render thread/DEBUG] [mixin/]: Mixing features.options.render_layers.ItemBlockRenderTypesMixin from sodium.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[28Feb2025 10:55:39.485] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.ItemBlockRenderTypesMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:39.486] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.ItemBlockRenderTypesMixin from sodium.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[28Feb2025 10:55:39.486] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.render.model.ItemBlockRenderTypesMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:39.487] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[28Feb2025 10:55:39.487] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemBlockRenderTypes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.490] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.forge.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[28Feb2025 10:55:39.490] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinItemBlockRenderTypes from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.499] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:features.options.render_layers.ItemBlockRenderTypesMixin from mod sodium->@Inject::onSetFancyGraphicsOrBetter(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.499] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinItemBlockRenderTypes from mod iris->@Inject::iris$setCustomRenderType(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:39.499] [Render thread/DEBUG] [mixin/]: mixins.iris.forge.json:MixinItemBlockRenderTypes from mod iris->@Inject::iris$setCustomRenderType(Lnet/minecraft/world/level/block/state/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:39.541] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinChunkRebuildTask from mixins.iris.vertexformat.json into net.minecraft.client.renderer.chunk.SectionRenderDispatcher$RenderSection$RebuildTask +[28Feb2025 10:55:39.543] [Render thread/DEBUG] [mixin/]: mixins.iris.vertexformat.json:block_rendering.MixinChunkRebuildTask from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.566] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManager from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager +[28Feb2025 10:55:39.566] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManager from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.568] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManagerShadow from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager +[28Feb2025 10:55:39.569] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.594] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.595] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.595] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::create(Lnet/minecraft/client/multiplayer/ClientLevel;ILnet/caffeinemc/mods/sodium/client/gl/device/CommandList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.595] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::cancelIfShadow(Lnet/minecraft/client/Camera;Lnet/caffeinemc/mods/sodium/client/render/viewport/Viewport;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:39.595] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::doNotUpdateDuringShadow(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:39.595] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderSectionManagerShadow from mod iris->@Inject::doNotUploadDuringShadow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:39.611] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBuildTask from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask +[28Feb2025 10:55:39.613] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.653] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:39.654] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.654] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderModel(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:39.655] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:39.655] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.655] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onRenderLiquid(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:39.655] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:39.656] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.656] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBuildTask from mod iris->@Inject::iris$onEnd(Lnet/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildContext;Lnet/caffeinemc/mods/sodium/client/util/task/CancellationToken;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:39.666] [Render thread/DEBUG] [mixin/]: Mixing MixinDefaultChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.DefaultChunkRenderer +[28Feb2025 10:55:39.667] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinDefaultChunkRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.676] [Render thread/DEBUG] [mixin/]: Mixing MixinShaderChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.ShaderChunkRenderer +[28Feb2025 10:55:39.676] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinShaderChunkRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.700] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkBuildBuffers from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers +[28Feb2025 10:55:39.700] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.710] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.711] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.711] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkBuildBuffers from mod iris->@Inject::setupContextHolder(Lnet/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.717] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBufferBuilder from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.vertex.builder.ChunkMeshBufferBuilder +[28Feb2025 10:55:39.717] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinChunkMeshBufferBuilder from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.748] [Render thread/DEBUG] [mixin/]: Mixing LevelSliceMixin from sodium-forge.mixins.json into net.caffeinemc.mods.sodium.client.world.LevelSlice +[28Feb2025 10:55:39.749] [Render thread/DEBUG] [mixin/]: sodium-forge.mixins.json:LevelSliceMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:39.829] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.render.FluidRendererImpl$ForgeFactory@1d2c5d75 for service interface net.caffeinemc.mods.sodium.client.services.FluidRendererFactory +[28Feb2025 10:55:39.831] [Render thread/DEBUG] [mixin/]: Mixing MixinBlockRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer +[28Feb2025 10:55:39.831] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:39.841] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.841] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.841] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelHead(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.842] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:39.842] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:39.842] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinBlockRenderer from mod iris->@Inject::iris$renderModelTail(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:39.919] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[28Feb2025 10:55:40.045] [Render thread/DEBUG] [mixin/]: Mixing MixinBiomeAmbientSoundsHandler from mixins.iris.json into net.minecraft.client.resources.sounds.BiomeAmbientSoundsHandler +[28Feb2025 10:55:40.046] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:40.057] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:40.057] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:40.057] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinBiomeAmbientSoundsHandler from mod iris->@Inject::calculateConstantMoodiness(Lnet/minecraft/world/level/biome/AmbientMoodSettings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:40.073] [Render thread/DEBUG] [mixin/]: Mixing core.gui.LevelLoadStatusManagerMixin from sodium.mixins.json into net.minecraft.client.multiplayer.LevelLoadStatusManager +[28Feb2025 10:55:40.074] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.gui.LevelLoadStatusManagerMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:40.251] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 245 advancements +[28Feb2025 10:55:40.515] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.model.NeoForgeModelAccess@7f439e1a for service interface net.caffeinemc.mods.sodium.client.services.PlatformModelAccess +[28Feb2025 10:55:40.517] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelAccess@6cb715fd for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelAccess +[28Feb2025 10:55:40.521] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelRenderHooks@64073f50 for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelRenderHooks +[28Feb2025 10:55:40.529] [Render thread/DEBUG] [mixin/]: Mixing ChunkRendererRegionBuilderMixin from fabric-block-view-api-v2.client.mixins.json into net.minecraft.client.renderer.chunk.RenderRegionCache +[28Feb2025 10:55:40.529] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:40.556] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[28Feb2025 10:55:40.557] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[28Feb2025 10:55:40.557] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::copyDataForChunk(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result +[28Feb2025 10:55:40.563] [Render thread/DEBUG] [mixin/]: fabric-block-view-api-v2.client.mixins.json:ChunkRendererRegionBuilderMixin from mod fabric_block_view_api_v2->@Inject::createDataMap(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/SectionPos;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:40.574] [Chunk Render Task Executor #0/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.block.NeoForgeBlockAccess@16cef0f7 for service interface net.caffeinemc.mods.sodium.client.services.PlatformBlockAccess +[28Feb2025 10:55:40.666] [Render thread/DEBUG] [mixin/]: Mixing MixinCloudRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.immediate.CloudRenderer +[28Feb2025 10:55:40.666] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:40.743] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::writeIrisVertex(JFFFILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable +[28Feb2025 10:55:40.743] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::computeNormal2D(Lnet/caffeinemc/mods/sodium/api/vertex/buffer/VertexBufferWriter;IIFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:40.744] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinCloudRenderer from mod iris->@Inject::computeNormal3D(Lnet/caffeinemc/mods/sodium/api/vertex/buffer/VertexBufferWriter;IIFFZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:40.931] [Render thread/DEBUG] [mixin/]: Mixing MixinScreenEffectRenderer from mixins.iris.json into net.minecraft.client.renderer.ScreenEffectRenderer +[28Feb2025 10:55:40.934] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinScreenEffectRenderer from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:40.942] [Render thread/DEBUG] [mixin/]: mixins.iris.json:MixinScreenEffectRenderer from mod iris->@Inject::iris$disableUnderWaterOverlayRendering(Lnet/minecraft/client/Minecraft;Lcom/mojang/blaze3d/vertex/PoseStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[28Feb2025 10:55:41.725] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderRegionArenas from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.region.RenderRegion$DeviceResources +[28Feb2025 10:55:41.726] [Render thread/DEBUG] [mixin/]: mixins.iris.compat.sodium.json:MixinRenderRegionArenas from mod iris: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) +[28Feb2025 10:55:47.765] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set own game mode to Creative Mode] +[28Feb2025 10:55:47.794] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set own game mode to Creative Mode +[28Feb2025 10:55:48.647] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.SpriteCoordinateExpanderMixin from sodium.mixins.json into net.minecraft.client.renderer.SpriteCoordinateExpander +[28Feb2025 10:55:48.648] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SpriteCoordinateExpanderMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:48.676] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SpriteCoordinateExpanderMixin from mod sodium->@Inject::onInit(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:48.676] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SpriteCoordinateExpanderMixin from mod sodium->@Inject::onInit(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:48.676] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SpriteCoordinateExpanderMixin from mod sodium->@Inject::onInit(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:55:50.653] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.VertexMultiConsumer$Double +[28Feb2025 10:55:50.653] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:55:50.663] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:55:50.664] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:55:50.664] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.VertexMultiConsumerMixin$DoubleMixin from mod sodium->@Inject::checkFullStatus(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:56:06.865] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set own game mode to Survival Mode] +[28Feb2025 10:56:06.871] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set own game mode to Survival Mode +[28Feb2025 10:56:47.204] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.SheetedDecalTextureGeneratorMixin from sodium.mixins.json into com.mojang.blaze3d.vertex.SheetedDecalTextureGenerator +[28Feb2025 10:56:47.204] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SheetedDecalTextureGeneratorMixin from mod sodium: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_17 supports class version 61) +[28Feb2025 10:56:47.208] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SheetedDecalTextureGeneratorMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[28Feb2025 10:56:47.208] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SheetedDecalTextureGeneratorMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[28Feb2025 10:56:47.208] [Render thread/DEBUG] [mixin/]: sodium.mixins.json:core.render.immediate.consumer.SheetedDecalTextureGeneratorMixin from mod sodium->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result +[28Feb2025 10:56:54.913] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! +[28Feb2025 10:56:54.954] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected +[28Feb2025 10:56:54.955] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game +[28Feb2025 10:56:54.981] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out +[28Feb2025 10:56:55.032] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server +[28Feb2025 10:56:55.033] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players +[28Feb2025 10:56:55.033] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds +[28Feb2025 10:56:55.104] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[28Feb2025 10:56:55.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted +[28Feb2025 10:56:55.209] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[28Feb2025 10:56:55.223] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights +[28Feb2025 10:56:55.238] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[28Feb2025 10:56:55.252] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths +[28Feb2025 10:56:55.271] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World (4)): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved +[28Feb2025 10:56:55.306] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Unloading configs type SERVER +[28Feb2025 10:56:55.309] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads diff --git a/run/logs/latest.log b/run/logs/latest.log index ebc6985..f805021 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,55 +1,55 @@ -[23Feb2025 20:22:30.031] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.65, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.65, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] -[23Feb2025 20:22:30.033] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS -[23Feb2025 20:22:30.033] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.4 by Eclipse Adoptium; OS Linux arch amd64 version 6.6.67-gentoo -[23Feb2025 20:22:30.110] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[23Feb2025 20:22:30.182] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[23Feb2025 20:22:30.236] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[23Feb2025 20:22:30.320] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT -[23Feb2025 20:22:30.390] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) GL version 4.6 (Core Profile) Mesa 24.2.8, AMD -[23Feb2025 20:22:30.548] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection -[23Feb2025 20:22:30.928] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 -[23Feb2025 20:22:30.950] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 -[23Feb2025 20:22:30.964] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.65, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[23Feb2025 20:22:31.014] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found -[23Feb2025 20:22:31.015] [main/WARN] [mixin/]: Reference map 'sodium.refmap.json' for sodium-forge.mixins.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.015] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.fantastic.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.vertexformat.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.016] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for iris-batched-entity-rendering.mixins.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.017] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.compat.sodium.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.018] [main/WARN] [mixin/]: Reference map '' for mixins.iris.compat.dh.json could not be read. If this is a development environment you can ignore this message -[23Feb2025 20:22:31.189] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.FogRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.190] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.ClientLevelMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.190] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.LevelRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children -[23Feb2025 20:22:31.579] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) -[23Feb2025 20:22:31.581] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) -[23Feb2025 20:22:31.585] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) -[23Feb2025 20:22:31.690] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). -[23Feb2025 20:22:32.745] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 175 milliseconds -[23Feb2025 20:22:37.836] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.837] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.844] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] -[23Feb2025 20:22:37.845] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] -[23Feb2025 20:22:37.846] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] -[23Feb2025 20:22:37.983] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/assets/.mcassetsroot' uses unexpected schema -[23Feb2025 20:22:37.983] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/data/.mcassetsroot' uses unexpected schema -[23Feb2025 20:22:37.998] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] -[23Feb2025 20:22:38.004] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev -[23Feb2025 20:22:38.069] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 -[23Feb2025 20:22:38.099] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD -[23Feb2025 20:22:38.100] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) -[23Feb2025 20:22:38.100] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.2.8 -[23Feb2025 20:22:38.188] [Render thread/INFO] [Iris/]: Debug functionality is disabled. -[23Feb2025 20:22:38.190] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. -[23Feb2025 20:22:38.209] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties -[23Feb2025 20:22:38.279] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 -[23Feb2025 20:22:38.650] [ForkJoinPool.commonPool-worker-10/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: Hardware information: -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.2.8) -[23Feb2025 20:22:39.018] [Render thread/INFO] [Iris/]: OS: Linux (6.6.67-gentoo) -[23Feb2025 20:22:39.102] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] -[23Feb2025 20:22:39.267] [Render thread/ERROR] [com.mojang.text2speech.Narrator/]: Error while loading the narrator +[28Feb2025 10:55:11.516] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.65, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.65, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] +[28Feb2025 10:55:11.518] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS +[28Feb2025 10:55:11.520] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.4 by Eclipse Adoptium; OS Linux arch amd64 version 6.6.67-gentoo +[28Feb2025 10:55:11.626] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[28Feb2025 10:55:11.692] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[28Feb2025 10:55:11.744] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[28Feb2025 10:55:11.819] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT +[28Feb2025 10:55:11.891] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) GL version 4.6 (Core Profile) Mesa 24.2.8, AMD +[28Feb2025 10:55:12.067] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection +[28Feb2025 10:55:13.020] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 +[28Feb2025 10:55:13.095] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 +[28Feb2025 10:55:13.164] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.65, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[28Feb2025 10:55:13.309] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found +[28Feb2025 10:55:13.311] [main/WARN] [mixin/]: Reference map 'sodium.refmap.json' for sodium-forge.mixins.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.312] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.313] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.fantastic.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.315] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.vertexformat.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.316] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for iris-batched-entity-rendering.mixins.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.317] [main/WARN] [mixin/]: Reference map 'iris.refmap.json' for mixins.iris.compat.sodium.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.320] [main/WARN] [mixin/]: Reference map '' for mixins.iris.compat.dh.json could not be read. If this is a development environment you can ignore this message +[28Feb2025 10:55:13.714] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.FogRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:13.715] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.ClientLevelMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:13.716] [main/WARN] [Sodium/]: Force-disabling mixin 'features.render.world.sky.LevelRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children +[28Feb2025 10:55:14.879] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) +[28Feb2025 10:55:14.882] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) +[28Feb2025 10:55:14.891] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) +[28Feb2025 10:55:15.150] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[28Feb2025 10:55:18.161] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 565 milliseconds +[28Feb2025 10:55:23.775] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.775] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.777] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[28Feb2025 10:55:23.778] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[28Feb2025 10:55:23.778] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[28Feb2025 10:55:23.908] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/assets/.mcassetsroot' uses unexpected schema +[28Feb2025 10:55:23.908] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar%23174!/data/.mcassetsroot' uses unexpected schema +[28Feb2025 10:55:23.921] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[28Feb2025 10:55:23.926] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[28Feb2025 10:55:23.987] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Renderer: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) +[28Feb2025 10:55:24.021] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.2.8 +[28Feb2025 10:55:24.124] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[28Feb2025 10:55:24.127] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[28Feb2025 10:55:24.153] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties +[28Feb2025 10:55:24.249] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 +[28Feb2025 10:55:24.565] [ForkJoinPool.commonPool-worker-2/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: Hardware information: +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.67-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.2.8) +[28Feb2025 10:55:25.051] [Render thread/INFO] [Iris/]: OS: Linux (6.6.67-gentoo) +[28Feb2025 10:55:25.139] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[28Feb2025 10:55:25.320] [Render thread/ERROR] [com.mojang.text2speech.Narrator/]: Error while loading the narrator com.mojang.text2speech.Narrator$InitializeException: Failed to load library flite at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:69) ~[text2speech-1.17.9.jar%23103!/:?] at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux.(NarratorLinux.java:18) ~[text2speech-1.17.9.jar%23103!/:?] @@ -171,79 +171,80 @@ Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/ at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] at DevLaunch@1.0.1/net.neoforged.devlaunch.Main.main(Main.java:55) [DevLaunch-1.0.1.jar:?] -[23Feb2025 20:22:39.282] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/sodium, mod/fabric_rendering_data_attachment_v1, mod/iris, mod/fabric_renderer_api_v1, mod/fabric_api_base, mod/neoforge, mod/cawezs_dimensional_connectivity, mod/cawezs_mantle_to_stratus, mod/fabric_block_view_api_v2 -[23Feb2025 20:22:39.349] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading -[23Feb2025 20:22:39.466] [Worker-Main-14/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading -[23Feb2025 20:22:40.615] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play -[23Feb2025 20:22:40.616] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break -[23Feb2025 20:22:40.646] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo -[23Feb2025 20:22:40.647] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started -[23Feb2025 20:22:40.732] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas -[23Feb2025 20:22:40.760] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas -[23Feb2025 20:22:40.761] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas -[23Feb2025 20:22:40.762] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas -[23Feb2025 20:22:40.763] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas -[23Feb2025 20:22:40.769] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas -[23Feb2025 20:22:40.770] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas -[23Feb2025 20:22:40.770] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas -[23Feb2025 20:22:40.771] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas -[23Feb2025 20:22:40.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas -[23Feb2025 20:22:40.843] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas -[23Feb2025 20:22:40.844] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas -[23Feb2025 20:22:40.862] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. -[23Feb2025 20:22:40.894] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations -[23Feb2025 20:22:40.925] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld -[23Feb2025 20:22:44.270] [Worker-Main-10/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air -[23Feb2025 20:22:44.424] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1305 recipes -[23Feb2025 20:22:44.536] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements -[23Feb2025 20:22:44.873] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 -[23Feb2025 20:22:44.873] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair -[23Feb2025 20:22:44.916] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.917] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.925] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. -[23Feb2025 20:22:44.928] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. +[28Feb2025 10:55:25.336] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/sodium, mod/fabric_rendering_data_attachment_v1, mod/iris, mod/fabric_renderer_api_v1, mod/fabric_api_base, mod/neoforge, mod/cawezs_dimensional_connectivity, mod/cawezs_mantle_to_stratus, mod/fabric_block_view_api_v2 +[28Feb2025 10:55:25.431] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[28Feb2025 10:55:26.115] [Worker-Main-6/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[28Feb2025 10:55:28.964] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[28Feb2025 10:55:28.964] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[28Feb2025 10:55:29.084] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[28Feb2025 10:55:29.085] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[28Feb2025 10:55:29.416] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas +[28Feb2025 10:55:29.543] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas +[28Feb2025 10:55:29.546] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas +[28Feb2025 10:55:29.551] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas +[28Feb2025 10:55:29.556] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas +[28Feb2025 10:55:29.584] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas +[28Feb2025 10:55:29.586] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[28Feb2025 10:55:29.587] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[28Feb2025 10:55:29.590] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[28Feb2025 10:55:29.835] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[28Feb2025 10:55:29.840] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[28Feb2025 10:55:29.841] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[28Feb2025 10:55:29.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[28Feb2025 10:55:29.842] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[28Feb2025 10:55:29.887] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[28Feb2025 10:55:29.971] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[28Feb2025 10:55:29.998] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[28Feb2025 10:55:33.649] [Worker-Main-11/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air +[28Feb2025 10:55:33.867] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1305 recipes +[28Feb2025 10:55:34.000] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements +[28Feb2025 10:55:34.518] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[28Feb2025 10:55:34.519] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[28Feb2025 10:55:34.586] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.588] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.601] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[28Feb2025 10:55:34.604] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. + - minecraft:allay + - minecraft:sniffer + - minecraft:bee - minecraft:piglin_brute - minecraft:camel - - minecraft:sniffer - - minecraft:allay - - minecraft:bee -[23Feb2025 20:22:45.492] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld -[23Feb2025 20:22:45.677] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% -[23Feb2025 20:22:45.748] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler -[23Feb2025 20:22:45.750] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 256 ms -[23Feb2025 20:22:45.817] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 15, from 10 -[23Feb2025 20:22:45.817] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 -[23Feb2025 20:22:46.380] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:4c7fd8e2] logged in with entity id 296 at (-2.951202599188542, 63.038595966291176, -23.818529348479) -[23Feb2025 20:22:46.429] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game -[23Feb2025 20:22:46.446] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld -[23Feb2025 20:22:46.447] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld -[23Feb2025 20:22:46.447] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld -[23Feb2025 20:22:46.606] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads -[23Feb2025 20:22:46.741] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 177 advancements -[23Feb2025 20:22:55.968] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Singularity] -[23Feb2025 20:22:55.976] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Summoned new Singularity -[23Feb2025 20:23:46.043] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Summoned new Wither] -[23Feb2025 20:23:46.045] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Summoned new Wither -[23Feb2025 20:24:37.226] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! -[23Feb2025 20:24:37.260] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected -[23Feb2025 20:24:37.260] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game -[23Feb2025 20:24:37.291] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out -[23Feb2025 20:24:37.301] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server -[23Feb2025 20:24:37.302] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players -[23Feb2025 20:24:37.302] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds -[23Feb2025 20:24:38.252] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld -[23Feb2025 20:24:38.379] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted -[23Feb2025 20:24:38.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether -[23Feb2025 20:24:38.418] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths -[23Feb2025 20:24:38.433] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end -[23Feb2025 20:24:38.449] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights -[23Feb2025 20:24:38.484] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World (4)): All chunks are saved -[23Feb2025 20:24:38.484] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved -[23Feb2025 20:24:38.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved -[23Feb2025 20:24:38.608] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[28Feb2025 10:55:37.167] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[28Feb2025 10:55:37.693] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[28Feb2025 10:55:37.694] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[28Feb2025 10:55:37.945] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[28Feb2025 10:55:37.951] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 776 ms +[28Feb2025 10:55:38.081] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 15, from 10 +[28Feb2025 10:55:38.081] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[28Feb2025 10:55:39.355] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:8b4e17e7] logged in with entity id 93 at (-21.5, 84.0, -86.5) +[28Feb2025 10:55:39.471] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld +[28Feb2025 10:55:39.472] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[28Feb2025 10:55:39.472] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[28Feb2025 10:55:39.479] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[28Feb2025 10:55:39.919] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[28Feb2025 10:55:40.251] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 245 advancements +[28Feb2025 10:55:47.765] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set own game mode to Creative Mode] +[28Feb2025 10:55:47.794] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set own game mode to Creative Mode +[28Feb2025 10:56:06.865] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set own game mode to Survival Mode] +[28Feb2025 10:56:06.871] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set own game mode to Survival Mode +[28Feb2025 10:56:54.913] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! +[28Feb2025 10:56:54.954] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected +[28Feb2025 10:56:54.955] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game +[28Feb2025 10:56:54.981] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out +[28Feb2025 10:56:55.032] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server +[28Feb2025 10:56:55.033] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players +[28Feb2025 10:56:55.033] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds +[28Feb2025 10:56:55.104] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[28Feb2025 10:56:55.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted +[28Feb2025 10:56:55.209] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[28Feb2025 10:56:55.223] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights +[28Feb2025 10:56:55.238] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[28Feb2025 10:56:55.252] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World (4)): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved +[28Feb2025 10:56:55.288] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved +[28Feb2025 10:56:55.309] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads diff --git a/run/options.txt b/run/options.txt index d309e49..242e6b2 100644 --- a/run/options.txt +++ b/run/options.txt @@ -125,7 +125,7 @@ key_iris.keybind.reload:key.keyboard.r key_iris.keybind.toggleShaders:key.keyboard.k key_iris.keybind.shaderPackSelection:key.keyboard.o key_iris.keybind.wireframe:key.keyboard.unknown -soundCategory_master:0.07726269315673293 +soundCategory_master:0.0 soundCategory_music:0.0 soundCategory_record:1.0 soundCategory_weather:1.0 diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java new file mode 100644 index 0000000..c1b9c52 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorRenderer.java @@ -0,0 +1,23 @@ + +package net.mcreator.cawezsmantletostratus.client.renderer; + +import net.minecraft.resources.ResourceLocation; +import net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer; +import net.minecraft.client.renderer.entity.HumanoidMobRenderer; +import net.minecraft.client.renderer.entity.EntityRendererProvider; +import net.minecraft.client.model.geom.ModelLayers; +import net.minecraft.client.model.HumanoidModel; + +import net.mcreator.cawezsmantletostratus.entity.GladiatorEntity; + +public class GladiatorRenderer extends HumanoidMobRenderer> { + public GladiatorRenderer(EntityRendererProvider.Context context) { + super(context, new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER)), 0.5f); + this.addLayer(new HumanoidArmorLayer(this, new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER_INNER_ARMOR)), new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER_OUTER_ARMOR)), context.getModelManager())); + } + + @Override + public ResourceLocation getTextureLocation(GladiatorEntity entity) { + return ResourceLocation.parse("cawezs_mantle_to_stratus:textures/entities/haunter.png"); + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java new file mode 100644 index 0000000..48edc37 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/GladiatorSoulRenderer.java @@ -0,0 +1,21 @@ + +package net.mcreator.cawezsmantletostratus.client.renderer; + +import net.minecraft.resources.ResourceLocation; +import net.minecraft.client.renderer.entity.MobRenderer; +import net.minecraft.client.renderer.entity.EntityRendererProvider; +import net.minecraft.client.model.geom.ModelLayers; +import net.minecraft.client.model.GhastModel; + +import net.mcreator.cawezsmantletostratus.entity.GladiatorSoulEntity; + +public class GladiatorSoulRenderer extends MobRenderer> { + public GladiatorSoulRenderer(EntityRendererProvider.Context context) { + super(context, new GhastModel(context.bakeLayer(ModelLayers.GHAST)), 0.5f); + } + + @Override + public ResourceLocation getTextureLocation(GladiatorSoulEntity entity) { + return ResourceLocation.parse("cawezs_mantle_to_stratus:textures/entities/haunter.png"); + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java index 19e479f..d2f7011 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/client/renderer/SingularityRenderer.java @@ -2,22 +2,27 @@ package net.mcreator.cawezsmantletostratus.client.renderer; import net.minecraft.resources.ResourceLocation; -import net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer; -import net.minecraft.client.renderer.entity.HumanoidMobRenderer; +import net.minecraft.client.renderer.entity.MobRenderer; import net.minecraft.client.renderer.entity.EntityRendererProvider; import net.minecraft.client.model.geom.ModelLayers; -import net.minecraft.client.model.HumanoidModel; +import net.minecraft.client.model.SlimeModel; import net.mcreator.cawezsmantletostratus.entity.SingularityEntity; -public class SingularityRenderer extends HumanoidMobRenderer> { +import com.mojang.blaze3d.vertex.PoseStack; + +public class SingularityRenderer extends MobRenderer> { public SingularityRenderer(EntityRendererProvider.Context context) { - super(context, new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER)), 0.5f); - this.addLayer(new HumanoidArmorLayer(this, new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER_INNER_ARMOR)), new HumanoidModel(context.bakeLayer(ModelLayers.PLAYER_OUTER_ARMOR)), context.getModelManager())); + super(context, new SlimeModel(context.bakeLayer(ModelLayers.SLIME)), 0.5f); + } + + @Override + protected void scale(SingularityEntity entity, PoseStack poseStack, float f) { + poseStack.scale(6f, 6f, 6f); } @Override public ResourceLocation getTextureLocation(SingularityEntity entity) { - return ResourceLocation.parse("cawezs_mantle_to_stratus:textures/entities/nymbus_texture.png"); + return ResourceLocation.parse("cawezs_mantle_to_stratus:textures/entities/haunter.png"); } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java b/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java new file mode 100644 index 0000000..cf8c951 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorEntity.java @@ -0,0 +1,127 @@ + +package net.mcreator.cawezsmantletostratus.entity; + +import net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.world.level.Level; +import net.minecraft.world.entity.monster.Monster; +import net.minecraft.world.entity.ai.goal.target.HurtByTargetGoal; +import net.minecraft.world.entity.ai.goal.RandomStrollGoal; +import net.minecraft.world.entity.ai.goal.RandomLookAroundGoal; +import net.minecraft.world.entity.ai.goal.MeleeAttackGoal; +import net.minecraft.world.entity.ai.goal.FloatGoal; +import net.minecraft.world.entity.ai.attributes.Attributes; +import net.minecraft.world.entity.ai.attributes.AttributeSupplier; +import net.minecraft.world.entity.Mob; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.damagesource.DamageSource; +import net.minecraft.sounds.SoundEvent; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.server.level.ServerBossEvent; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.core.registries.BuiltInRegistries; + +import net.mcreator.cawezsmantletostratus.procedures.GladiatorOnEntityTickUpdateProcedure; +import net.mcreator.cawezsmantletostratus.procedures.GladiatorEntityIsHurtProcedure; + +public class GladiatorEntity extends Monster { + private final ServerBossEvent bossInfo = new ServerBossEvent(this.getDisplayName(), ServerBossEvent.BossBarColor.GREEN, ServerBossEvent.BossBarOverlay.PROGRESS); + + public GladiatorEntity(EntityType type, Level world) { + super(type, world); + xpReward = 0; + setNoAi(false); + setPersistenceRequired(); + } + + @Override + protected void registerGoals() { + super.registerGoals(); + this.goalSelector.addGoal(1, new MeleeAttackGoal(this, 1.2, false) { + @Override + protected boolean canPerformAttack(LivingEntity entity) { + return this.isTimeToAttack() && this.mob.distanceToSqr(entity) < (this.mob.getBbWidth() * this.mob.getBbWidth() + entity.getBbWidth()) && this.mob.getSensing().hasLineOfSight(entity); + } + }); + this.goalSelector.addGoal(2, new RandomStrollGoal(this, 1)); + this.targetSelector.addGoal(3, new HurtByTargetGoal(this)); + this.goalSelector.addGoal(4, new RandomLookAroundGoal(this)); + this.goalSelector.addGoal(5, new FloatGoal(this)); + } + + @Override + public boolean removeWhenFarAway(double distanceToClosestPlayer) { + return false; + } + + @Override + public Vec3 getPassengerRidingPosition(Entity entity) { + return super.getPassengerRidingPosition(entity).add(0, -0.35F, 0); + } + + @Override + public SoundEvent getHurtSound(DamageSource ds) { + return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.hurt")); + } + + @Override + public SoundEvent getDeathSound() { + return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.death")); + } + + @Override + public boolean hurt(DamageSource damagesource, float amount) { + double x = this.getX(); + double y = this.getY(); + double z = this.getZ(); + Level world = this.level(); + Entity entity = this; + Entity sourceentity = damagesource.getEntity(); + Entity immediatesourceentity = damagesource.getDirectEntity(); + + GladiatorEntityIsHurtProcedure.execute(); + return super.hurt(damagesource, amount); + } + + @Override + public void baseTick() { + super.baseTick(); + GladiatorOnEntityTickUpdateProcedure.execute(this.level(), this.getX(), this.getY(), this.getZ(), this); + } + + @Override + public void startSeenByPlayer(ServerPlayer player) { + super.startSeenByPlayer(player); + this.bossInfo.addPlayer(player); + } + + @Override + public void stopSeenByPlayer(ServerPlayer player) { + super.stopSeenByPlayer(player); + this.bossInfo.removePlayer(player); + } + + @Override + public void customServerAiStep() { + super.customServerAiStep(); + this.bossInfo.setProgress(this.getHealth() / this.getMaxHealth()); + } + + public static void init(RegisterSpawnPlacementsEvent event) { + } + + public static AttributeSupplier.Builder createAttributes() { + AttributeSupplier.Builder builder = Mob.createMobAttributes(); + builder = builder.add(Attributes.MOVEMENT_SPEED, 0.35); + builder = builder.add(Attributes.MAX_HEALTH, 100); + builder = builder.add(Attributes.ARMOR, 0); + builder = builder.add(Attributes.ATTACK_DAMAGE, 7); + builder = builder.add(Attributes.FOLLOW_RANGE, 64); + builder = builder.add(Attributes.STEP_HEIGHT, 0.6); + builder = builder.add(Attributes.KNOCKBACK_RESISTANCE, 100); + return builder; + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java b/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java new file mode 100644 index 0000000..c22c797 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/entity/GladiatorSoulEntity.java @@ -0,0 +1,120 @@ + +package net.mcreator.cawezsmantletostratus.entity; + +import net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent; + +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.Level; +import net.minecraft.world.entity.ambient.Bat; +import net.minecraft.world.entity.ai.navigation.PathNavigation; +import net.minecraft.world.entity.ai.navigation.FlyingPathNavigation; +import net.minecraft.world.entity.ai.control.FlyingMoveControl; +import net.minecraft.world.entity.ai.attributes.Attributes; +import net.minecraft.world.entity.ai.attributes.AttributeSupplier; +import net.minecraft.world.entity.Mob; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.damagesource.DamageSource; +import net.minecraft.sounds.SoundEvent; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.server.level.ServerBossEvent; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.core.registries.BuiltInRegistries; +import net.minecraft.core.BlockPos; + +import net.mcreator.cawezsmantletostratus.procedures.GladiatorSoulOnEntityTickUpdateProcedure; + +public class GladiatorSoulEntity extends Bat { + private final ServerBossEvent bossInfo = new ServerBossEvent(this.getDisplayName(), ServerBossEvent.BossBarColor.GREEN, ServerBossEvent.BossBarOverlay.NOTCHED_20); + + public GladiatorSoulEntity(EntityType type, Level world) { + super(type, world); + xpReward = 0; + setNoAi(false); + setPersistenceRequired(); + this.moveControl = new FlyingMoveControl(this, 10, true); + } + + @Override + protected PathNavigation createNavigation(Level world) { + return new FlyingPathNavigation(this, world); + } + + @Override + protected void registerGoals() { + super.registerGoals(); + + } + + @Override + public boolean removeWhenFarAway(double distanceToClosestPlayer) { + return false; + } + + @Override + public SoundEvent getHurtSound(DamageSource ds) { + return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.hurt")); + } + + @Override + public SoundEvent getDeathSound() { + return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.death")); + } + + @Override + public boolean causeFallDamage(float l, float d, DamageSource source) { + return false; + } + + @Override + public void baseTick() { + super.baseTick(); + GladiatorSoulOnEntityTickUpdateProcedure.execute(this.level(), this.getX(), this.getY(), this.getZ(), this); + } + + @Override + public void startSeenByPlayer(ServerPlayer player) { + super.startSeenByPlayer(player); + this.bossInfo.addPlayer(player); + } + + @Override + public void stopSeenByPlayer(ServerPlayer player) { + super.stopSeenByPlayer(player); + this.bossInfo.removePlayer(player); + } + + @Override + public void customServerAiStep() { + super.customServerAiStep(); + this.bossInfo.setProgress(this.getHealth() / this.getMaxHealth()); + } + + @Override + protected void checkFallDamage(double y, boolean onGroundIn, BlockState state, BlockPos pos) { + } + + @Override + public void setNoGravity(boolean ignored) { + super.setNoGravity(true); + } + + public void aiStep() { + super.aiStep(); + this.setNoGravity(true); + } + + public static void init(RegisterSpawnPlacementsEvent event) { + } + + public static AttributeSupplier.Builder createAttributes() { + AttributeSupplier.Builder builder = Mob.createMobAttributes(); + builder = builder.add(Attributes.MOVEMENT_SPEED, 0.3); + builder = builder.add(Attributes.MAX_HEALTH, 100); + builder = builder.add(Attributes.ARMOR, 0); + builder = builder.add(Attributes.ATTACK_DAMAGE, 3); + builder = builder.add(Attributes.FOLLOW_RANGE, 32); + builder = builder.add(Attributes.STEP_HEIGHT, 0.6); + builder = builder.add(Attributes.FLYING_SPEED, 0.3); + return builder; + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java b/src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java index 914ce0f..36c43d5 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/entity/SingularityEntity.java @@ -3,14 +3,24 @@ package net.mcreator.cawezsmantletostratus.entity; import net.neoforged.neoforge.event.entity.RegisterSpawnPlacementsEvent; -import net.minecraft.world.phys.Vec3; import net.minecraft.world.level.Level; +import net.minecraft.world.level.Explosion; +import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.monster.Monster; +import net.minecraft.world.entity.ai.goal.target.NearestAttackableTargetGoal; +import net.minecraft.world.entity.ai.goal.target.HurtByTargetGoal; +import net.minecraft.world.entity.ai.goal.RandomStrollGoal; +import net.minecraft.world.entity.ai.goal.RandomLookAroundGoal; +import net.minecraft.world.entity.ai.goal.MeleeAttackGoal; +import net.minecraft.world.entity.ai.goal.LeapAtTargetGoal; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; +import net.minecraft.world.entity.Pose; import net.minecraft.world.entity.Mob; +import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.EntityType; -import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.EntityDimensions; +import net.minecraft.world.damagesource.DamageTypes; import net.minecraft.world.damagesource.DamageSource; import net.minecraft.sounds.SoundEvent; import net.minecraft.server.level.ServerPlayer; @@ -18,14 +28,33 @@ import net.minecraft.server.level.ServerBossEvent; import net.minecraft.resources.ResourceLocation; import net.minecraft.core.registries.BuiltInRegistries; +import net.mcreator.cawezsmantletostratus.procedures.SingularityOnEntityTickUpdateProcedure; + public class SingularityEntity extends Monster { private final ServerBossEvent bossInfo = new ServerBossEvent(this.getDisplayName(), ServerBossEvent.BossBarColor.WHITE, ServerBossEvent.BossBarOverlay.NOTCHED_12); public SingularityEntity(EntityType type, Level world) { super(type, world); xpReward = 0; - setNoAi(true); + setNoAi(false); setPersistenceRequired(); + refreshDimensions(); + } + + @Override + protected void registerGoals() { + super.registerGoals(); + this.goalSelector.addGoal(1, new LeapAtTargetGoal(this, (float) 0.5)); + this.goalSelector.addGoal(2, new MeleeAttackGoal(this, 1.2, false) { + @Override + protected boolean canPerformAttack(LivingEntity entity) { + return this.isTimeToAttack() && this.mob.distanceToSqr(entity) < (this.mob.getBbWidth() * this.mob.getBbWidth() + entity.getBbWidth()) && this.mob.getSensing().hasLineOfSight(entity); + } + }); + this.targetSelector.addGoal(3, new HurtByTargetGoal(this)); + this.goalSelector.addGoal(4, new RandomStrollGoal(this, 0.8)); + this.goalSelector.addGoal(5, new RandomLookAroundGoal(this)); + this.targetSelector.addGoal(6, new NearestAttackableTargetGoal(this, Player.class, false, false)); } @Override @@ -33,11 +62,6 @@ public class SingularityEntity extends Monster { return false; } - @Override - public Vec3 getPassengerRidingPosition(Entity entity) { - return super.getPassengerRidingPosition(entity).add(0, -0.35F, 0); - } - @Override public SoundEvent getHurtSound(DamageSource ds) { return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.hurt")); @@ -48,6 +72,24 @@ public class SingularityEntity extends Monster { return BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("entity.generic.death")); } + @Override + public boolean hurt(DamageSource damagesource, float amount) { + if (damagesource.is(DamageTypes.EXPLOSION) || damagesource.is(DamageTypes.PLAYER_EXPLOSION)) + return false; + return super.hurt(damagesource, amount); + } + + @Override + public boolean ignoreExplosion(Explosion explosion) { + return true; + } + + @Override + public void baseTick() { + super.baseTick(); + SingularityOnEntityTickUpdateProcedure.execute(this.level(), this.getX(), this.getY(), this.getZ(), this); + } + @Override public void startSeenByPlayer(ServerPlayer player) { super.startSeenByPlayer(player); @@ -66,17 +108,22 @@ public class SingularityEntity extends Monster { this.bossInfo.setProgress(this.getHealth() / this.getMaxHealth()); } + @Override + public EntityDimensions getDefaultDimensions(Pose pose) { + return super.getDefaultDimensions(pose).scale(3f); + } + public static void init(RegisterSpawnPlacementsEvent event) { } public static AttributeSupplier.Builder createAttributes() { AttributeSupplier.Builder builder = Mob.createMobAttributes(); - builder = builder.add(Attributes.MOVEMENT_SPEED, 0.3); + builder = builder.add(Attributes.MOVEMENT_SPEED, 0.25); builder = builder.add(Attributes.MAX_HEALTH, 300); builder = builder.add(Attributes.ARMOR, 0); builder = builder.add(Attributes.ATTACK_DAMAGE, 3); builder = builder.add(Attributes.FOLLOW_RANGE, 16); - builder = builder.add(Attributes.STEP_HEIGHT, 0.6); + builder = builder.add(Attributes.STEP_HEIGHT, 2); return builder; } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java index ca646bf..9002839 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java @@ -22,6 +22,8 @@ import net.mcreator.cawezsmantletostratus.entity.SingularityEntity; import net.mcreator.cawezsmantletostratus.entity.PoisonDartEntity; import net.mcreator.cawezsmantletostratus.entity.NymbusEntity; import net.mcreator.cawezsmantletostratus.entity.HaunterEntity; +import net.mcreator.cawezsmantletostratus.entity.GladiatorSoulEntity; +import net.mcreator.cawezsmantletostratus.entity.GladiatorEntity; import net.mcreator.cawezsmantletostratus.entity.CeilockProjectileEntity; import net.mcreator.cawezsmantletostratus.entity.CeilockEntity; import net.mcreator.cawezsmantletostratus.entity.CallionEntity; @@ -60,7 +62,15 @@ public class CawezsMantleToStratusModEntities { public static final DeferredHolder, EntityType> SINGULARITY = register("singularity", EntityType.Builder.of(SingularityEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3) + .sized(1f, 1f)); + public static final DeferredHolder, EntityType> GLADIATOR = register("gladiator", + EntityType.Builder.of(GladiatorEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(128).setUpdateInterval(3) + .sized(0.6f, 1.8f)); + public static final DeferredHolder, EntityType> GLADIATOR_SOUL = register("gladiator_soul", + EntityType.Builder.of(GladiatorSoulEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3) + + .sized(1f, 1f)); // Start of user code block custom entities // End of user code block custom entities @@ -77,6 +87,8 @@ public class CawezsMantleToStratusModEntities { AceerEntity.init(event); UironEntity.init(event); SingularityEntity.init(event); + GladiatorEntity.init(event); + GladiatorSoulEntity.init(event); } @SubscribeEvent @@ -88,5 +100,7 @@ public class CawezsMantleToStratusModEntities { event.put(ACEER.get(), AceerEntity.createAttributes().build()); event.put(UIRON.get(), UironEntity.createAttributes().build()); event.put(SINGULARITY.get(), SingularityEntity.createAttributes().build()); + event.put(GLADIATOR.get(), GladiatorEntity.createAttributes().build()); + event.put(GLADIATOR_SOUL.get(), GladiatorSoulEntity.createAttributes().build()); } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntityRenderers.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntityRenderers.java index 270a79b..454705f 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntityRenderers.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModEntityRenderers.java @@ -15,6 +15,8 @@ import net.mcreator.cawezsmantletostratus.client.renderer.UironRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.SingularityRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.NymbusRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.HaunterRenderer; +import net.mcreator.cawezsmantletostratus.client.renderer.GladiatorSoulRenderer; +import net.mcreator.cawezsmantletostratus.client.renderer.GladiatorRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.CeilockRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.CallionRenderer; import net.mcreator.cawezsmantletostratus.client.renderer.AceerRenderer; @@ -33,5 +35,7 @@ public class CawezsMantleToStratusModEntityRenderers { event.registerEntityRenderer(CawezsMantleToStratusModEntities.ACEER.get(), AceerRenderer::new); event.registerEntityRenderer(CawezsMantleToStratusModEntities.UIRON.get(), UironRenderer::new); event.registerEntityRenderer(CawezsMantleToStratusModEntities.SINGULARITY.get(), SingularityRenderer::new); + event.registerEntityRenderer(CawezsMantleToStratusModEntities.GLADIATOR.get(), GladiatorRenderer::new); + event.registerEntityRenderer(CawezsMantleToStratusModEntities.GLADIATOR_SOUL.get(), GladiatorSoulRenderer::new); } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java index 6286d6e..a0dd8e0 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java @@ -142,6 +142,8 @@ public class CawezsMantleToStratusModItems { public static final DeferredItem UIRON_SPAWN_EGG = REGISTRY.register("uiron_spawn_egg", () -> new DeferredSpawnEggItem(CawezsMantleToStratusModEntities.UIRON, -12545786, -6684724, new Item.Properties())); public static final DeferredItem ANCIENT_STYLUS = REGISTRY.register("ancient_stylus", AncientStylusItem::new); public static final DeferredItem SINGULARITY_SPAWN_EGG = REGISTRY.register("singularity_spawn_egg", () -> new DeferredSpawnEggItem(CawezsMantleToStratusModEntities.SINGULARITY, -1, -1, new Item.Properties())); + public static final DeferredItem GLADIATOR_SPAWN_EGG = REGISTRY.register("gladiator_spawn_egg", () -> new DeferredSpawnEggItem(CawezsMantleToStratusModEntities.GLADIATOR, -1, -1, new Item.Properties())); + public static final DeferredItem GLADIATOR_SOUL_SPAWN_EGG = REGISTRY.register("gladiator_soul_spawn_egg", () -> new DeferredSpawnEggItem(CawezsMantleToStratusModEntities.GLADIATOR_SOUL, -1, -1, new Item.Properties())); // Start of user code block custom items // End of user code block custom items diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java index 33cb4c5..ebc4e9b 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java @@ -6,19 +6,14 @@ package net.mcreator.cawezsmantletostratus.init; import net.neoforged.neoforge.registries.DeferredRegister; import net.neoforged.neoforge.registries.DeferredHolder; -import net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent; -import net.neoforged.fml.common.EventBusSubscriber; -import net.neoforged.bus.api.SubscribeEvent; import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.CreativeModeTabs; import net.minecraft.world.item.CreativeModeTab; import net.minecraft.network.chat.Component; import net.minecraft.core.registries.Registries; import net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod; -@EventBusSubscriber(bus = EventBusSubscriber.Bus.MOD) public class CawezsMantleToStratusModTabs { public static final DeferredRegister REGISTRY = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, CawezsMantleToStratusMod.MODID); public static final DeferredHolder MT_S = REGISTRY.register("mt_s", @@ -90,12 +85,8 @@ public class CawezsMantleToStratusModTabs { tabData.accept(CawezsMantleToStratusModItems.NYMBUS_SPAWN_EGG.get()); tabData.accept(CawezsMantleToStratusModItems.CEILOCK_SPAWN_EGG.get()); tabData.accept(CawezsMantleToStratusModItems.ANCIENT_STYLUS.get()); + tabData.accept(CawezsMantleToStratusModItems.SINGULARITY_SPAWN_EGG.get()); + tabData.accept(CawezsMantleToStratusModItems.GLADIATOR_SPAWN_EGG.get()); + tabData.accept(CawezsMantleToStratusModItems.GLADIATOR_SOUL_SPAWN_EGG.get()); }).build()); - - @SubscribeEvent - public static void buildTabContentsVanilla(BuildCreativeModeTabContentsEvent tabData) { - if (tabData.getTabKey() == CreativeModeTabs.SPAWN_EGGS) { - tabData.accept(CawezsMantleToStratusModItems.SINGULARITY_SPAWN_EGG.get()); - } - } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java new file mode 100644 index 0000000..d673e53 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorEntityIsHurtProcedure.java @@ -0,0 +1,6 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +public class GladiatorEntityIsHurtProcedure { + public static void execute() { + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java new file mode 100644 index 0000000..199136d --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorOnEntityTickUpdateProcedure.java @@ -0,0 +1,37 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.world.phys.Vec2; +import net.minecraft.world.phys.AABB; +import net.minecraft.world.level.LevelAccessor; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.Entity; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.network.chat.Component; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.CommandSource; + +import net.mcreator.cawezsmantletostratus.entity.GladiatorSoulEntity; + +import java.util.Comparator; + +public class GladiatorOnEntityTickUpdateProcedure { + public static void execute(LevelAccessor world, double x, double y, double z, Entity entity) { + if (entity == null) + return; + if (!(null == ((Entity) world.getEntitiesOfClass(GladiatorSoulEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)))) { + if (entity instanceof LivingEntity _entity) + _entity.setHealth(entity instanceof LivingEntity _livEnt ? _livEnt.getMaxHealth() : -1); + } + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 cawezs_mantle_to_stratus:endless_scaffolding replace minecraft:air"); + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/fill ~-15 ~ ~-15 ~15 ~5 ~15 minecraft:air replace cawezs_mantle_to_stratus:endless_scaffolding"); + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java new file mode 100644 index 0000000..11dacc5 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/GladiatorSoulOnEntityTickUpdateProcedure.java @@ -0,0 +1,98 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.world.phys.AABB; +import net.minecraft.world.level.LevelAccessor; +import net.minecraft.world.entity.Entity; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.core.particles.ParticleTypes; + +import net.mcreator.cawezsmantletostratus.entity.GladiatorEntity; + +import java.util.Comparator; + +public class GladiatorSoulOnEntityTickUpdateProcedure { + public static void execute(LevelAccessor world, double x, double y, double z, Entity entity) { + if (entity == null) + return; + if (null == ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 32, 32, 32), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null))) { + if (!(null == ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 256, 256, 256), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)))) { + { + Entity _ent = entity; + _ent.teleportTo((((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getX()), (((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()), (((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getZ())); + if (_ent instanceof ServerPlayer _serverPlayer) + _serverPlayer.connection.teleport((((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getX()), (((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()), (((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getZ()), _ent.getYRot(), _ent.getXRot()); + } + } else { + if (!entity.level().isClientSide()) + entity.discard(); + } + } else { + world.addParticle(ParticleTypes.PORTAL, ((x + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getX()) / 2), ((y + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()) / 2), ((z + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getZ()) / 2), 0, 1, 0); + if (y > 4 + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()) { + { + Entity _ent = entity; + _ent.teleportTo(x, (4 + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()), z); + if (_ent instanceof ServerPlayer _serverPlayer) + _serverPlayer.connection.teleport(x, (4 + ((Entity) world.getEntitiesOfClass(GladiatorEntity.class, AABB.ofSize(new Vec3(x, y, z), 512, 512, 512), e -> true).stream().sorted(new Object() { + Comparator compareDistOf(double _x, double _y, double _z) { + return Comparator.comparingDouble(_entcnd -> _entcnd.distanceToSqr(_x, _y, _z)); + } + }.compareDistOf(x, y, z)).findFirst().orElse(null)).getY()), z, _ent.getYRot(), _ent.getXRot()); + } + } + } + } +} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java new file mode 100644 index 0000000..0832d02 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/SingularityOnEntityTickUpdateProcedure.java @@ -0,0 +1,228 @@ +package net.mcreator.cawezsmantletostratus.procedures; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.world.phys.Vec2; +import net.minecraft.world.level.LevelAccessor; +import net.minecraft.world.entity.MobSpawnType; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.Entity; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.network.chat.Component; +import net.minecraft.core.BlockPos; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.CommandSource; + +public class SingularityOnEntityTickUpdateProcedure { + public static void execute(LevelAccessor world, double x, double y, double z, Entity entity) { + if (entity == null) + return; + if ((entity instanceof LivingEntity _livEnt ? _livEnt.getHealth() : -1) < (entity instanceof LivingEntity _livEnt ? _livEnt.getMaxHealth() : -1) + - entity.getPersistentData().getDouble("lastInc") * ((entity instanceof LivingEntity _livEnt ? _livEnt.getMaxHealth() : -1) / 12)) { + entity.getPersistentData().putDouble("lastInc", (entity.getPersistentData().getDouble("lastInc") + 1)); + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.BLAZE.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.BOGGED.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.CAVE_SPIDER.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.CREEPER.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.DROWNED.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.ENDERMAN.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.ENDERMITE.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.HOGLIN.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.HUSK.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.MAGMA_CUBE.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.PHANTOM.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.PIGLIN_BRUTE.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.PILLAGER.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.SILVERFISH.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.SKELETON.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.SLIME.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.SPIDER.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.STRAY.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.VEX.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.VINDICATOR.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.WITCH.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.WITHER_SKELETON.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.ZOGLIN.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.ZOMBIE.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + if (Math.random() < 0.1) { + if (world instanceof ServerLevel _level) { + Entity entityToSpawn = EntityType.ZOMBIE_VILLAGER.spawn(_level, BlockPos.containing(x, y, z), MobSpawnType.MOB_SUMMONED); + if (entityToSpawn != null) { + entityToSpawn.setDeltaMovement(0, 0, 0); + } + } + } + } + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "fill ~-4 ~ ~-4 ~4 ~6 ~4 minecraft:air destroy"); + } +} 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 b65e9e7..8564b09 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 @@ -1,25 +1,27 @@ { "item.cawezs_mantle_to_stratus.buried_armor_boots": "Buried Boots", "block.cawezs_mantle_to_stratus.base_ground": "Base Ground", - "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "item.cawezs_mantle_to_stratus.azure_amulte": "Azure Amulet", + "block.cawezs_mantle_to_stratus.endless_scaffolding": "Endless Scaffolding", "entity.cawezs_mantle_to_stratus.ceilock": "Ceilock", "item.cawezs_mantle_to_stratus.blood_aeris": "Blood of Aeris", + "item.cawezs_mantle_to_stratus.gladiator_soul_spawn_egg": "Gladiator Soul Spawn Egg", "subtitles.beyond": "Music Plays", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "item.cawezs_mantle_to_stratus.gladiator_spawn_egg": "Gladiator Spawn Egg", "biome.cawezs_mantle_to_stratus.flipped_cherries": "Flipped Cherries", "item.cawezs_mantle_to_stratus.hollowegg.description_0": "Material", "item.cawezs_mantle_to_stratus.somnoporter.description_0": "Right-click block of lapis to set your return point", - "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "item.cawezs_mantle_to_stratus.bell_of_revelation": "Bell Of Revelation", + "item.cawezs_mantle_to_stratus.jade_amulet": "Jade Amulet", "entity.cawezs_mantle_to_stratus.uiron": "Uiron", "item.cawezs_mantle_to_stratus.queen_bow": "Queen\u0027s Crossbow", "item.cawezs_mantle_to_stratus.celeritite_gemstone": "Celeritite Gemstone", "item.cawezs_mantle_to_stratus.buried_armor_chestplate.description_0": "It appears so weak...", "subtitles.cawezs_mantle_to_stratus": "Music Plays", "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.diurnal_controller": "Diurnal Controller", + "item.cawezs_mantle_to_stratus.blood_grimstone": "Blood of Grimstone", "item.cawezs_mantle_to_stratus.callion_spawn_egg": "Callion Spawn Egg", "item.cawezs_mantle_to_stratus.absorber.description_0": "Right click to remove block", "item.cawezs_mantle_to_stratus.beyondallthatliesbeneath.desc": "oddcharm* - Beyond All That Lies Beneath", @@ -112,6 +114,7 @@ "entity.cawezs_mantle_to_stratus.singularity": "Singularity", "item.cawezs_mantle_to_stratus.aminalite_gemstone": "Aminalite Gemstone", "item.cawezs_mantle_to_stratus.haelium_gemstone": "Haelium Gemstone", + "entity.cawezs_mantle_to_stratus.gladiator_soul": "Gladiator Soul", "block.cawezs_mantle_to_stratus.ancient_sunlight": "Ancient Sunlight", "item.cawezs_mantle_to_stratus.starforged_pickaxe": "Starforged Pickaxe", "block.cawezs_mantle_to_stratus.celeritite": "Celeritite", @@ -121,6 +124,7 @@ "item.cawezs_mantle_to_stratus.goodbye_world": "Music Disc", "item.cawezs_mantle_to_stratus.unstable_teleporter.description_0": "Teleports you somewhere", "item.cawezs_mantle_to_stratus.absorber": "Absorber", + "entity.cawezs_mantle_to_stratus.gladiator": "Gladiator", "item.cawezs_mantle_to_stratus.heaven_armor_boots": "Heaven Boots", "item.cawezs_mantle_to_stratus.desolated_world": "Music Disc", "item.cawezs_mantle_to_stratus.ancient_stylus": "Ancient Stylus", diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json b/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json new file mode 100644 index 0000000..7a2c6da --- /dev/null +++ b/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_soul_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} \ No newline at end of file diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json b/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json new file mode 100644 index 0000000..7a2c6da --- /dev/null +++ b/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/gladiator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} \ No newline at end of file