From 48cb6ca36350aa118b5a350d40a150583615928f Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Sun, 3 Nov 2024 10:38:10 -0500 Subject: [PATCH] Most cave biomes --- .gitignore | 1 + .mcreator/modElementThumbnails/Fossil.png | Bin 621 -> 0 bytes .../FossilBlockDestroyedByPlayer.png | Bin 194 -> 0 bytes ...to_stratus.mcreator-backup_20241004_163459 | 1728 ------ ...to_stratus.mcreator-backup_20241008_155729 | 1728 ------ ...to_stratus.mcreator-backup_20241022_180025 | 1843 ------ ...to_stratus.mcreator-backup_20241022_180625 | 1843 ------ ...o_stratus.mcreator-backup_20241023_130944} | 263 +- ...o_stratus.mcreator-backup_20241023_131904} | 248 +- ...o_stratus.mcreator-backup_20241103_083437} | 248 +- ...to_stratus.mcreator-backup_20241103_084937 | 1769 ++++++ ...to_stratus.mcreator-backup_20241103_085537 | 1769 ++++++ ...o_stratus.mcreator-backup_20241103_090307} | 96 +- ...o_stratus.mcreator-backup_20241103_094943} | 368 +- ...o_stratus.mcreator-backup_20241103_100313} | 368 +- ...to_stratus.mcreator-backup_20241103_101343 | 1727 ++++++ ...to_stratus.mcreator-backup_20241103_102043 | 1727 ++++++ cawezs_mantle_to_stratus.mcreator | 89 +- elements/Buriedwetlandcaves.mod.json | 8 +- elements/Crystals.mod.json | 14 +- elements/Depths.mod.json | 15 + elements/Exhumed.mod.json | 14 +- elements/ExhumedAir.mod.json | 2 +- elements/ExhumedTree.mod.json | 2 +- elements/Exhumedvegetation.mod.json | 2 +- elements/Fossil.mod.json | 141 - .../FossilBlockDestroyedByPlayer.mod.json | 7 - elements/Frozencaves.mod.json | 14 +- elements/Heights.mod.json | 49 + elements/Mushrooms.mod.json | 8 +- elements/Overgrowncaves.mod.json | 8 +- run/logs/2024-10-22-1.log.gz | Bin 1146 -> 0 bytes run/logs/debug-1.log.gz | Bin 12263 -> 53374 bytes run/logs/debug.log | 5208 +++++++++++++---- run/logs/latest.log | 335 +- run/options.txt | 153 +- .../CawezsMantleToStratusMod.java | 9 - .../block/FossilBlock.java | 33 - .../init/CawezsMantleToStratusModBlocks.java | 20 - .../init/CawezsMantleToStratusModItems.java | 26 - .../init/CawezsMantleToStratusModTabs.java | 26 - ...dditionalGenerationConditionProcedure.java | 5 +- ...FossilBlockDestroyedByPlayerProcedure.java | 190 - .../world/dimension/DepthsDimension.java | 2 +- .../world/dimension/HeightsDimension.java | 32 + .../blockstates/fossil.json | 7 - .../cawezs_mantle_to_stratus/lang/en_us.json | 1 - .../models/block/fossil.json | 13 - .../models/item/fossil.json | 22 - .../dimension/depths.json | 561 +- .../dimension/heights.json | 235 + .../dimension_type/depths.json | 2 +- .../dimension_type/heights.json | 23 + .../loot_table/blocks/fossil.json | 20 - .../configured_feature/exhumedvegetation.json | 6 + .../worldgen/placed_feature/exhumed_air.json | 18 +- .../worldgen/placed_feature/exhumed_tree.json | 3 + .../placed_feature/exhumedvegetation.json | 3 + .../block/overworld_carver_replaceables.json | 12 +- 59 files changed, 13352 insertions(+), 9712 deletions(-) delete mode 100644 .mcreator/modElementThumbnails/Fossil.png delete mode 100644 .mcreator/modElementThumbnails/FossilBlockDestroyedByPlayer.png delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241004_163459 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241008_155729 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025 delete mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625 rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_173825 => cawezs_mantle_to_stratus.mcreator-backup_20241023_130944} (93%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_175425 => cawezs_mantle_to_stratus.mcreator-backup_20241023_131904} (93%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_174655 => cawezs_mantle_to_stratus.mcreator-backup_20241103_083437} (93%) create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_084937 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_085537 rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_181627 => cawezs_mantle_to_stratus.mcreator-backup_20241103_090307} (96%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_165309 => cawezs_mantle_to_stratus.mcreator-backup_20241103_094943} (92%) rename .mcreator/workspaceBackups/{cawezs_mantle_to_stratus.mcreator-backup_20241022_173055 => cawezs_mantle_to_stratus.mcreator-backup_20241103_100313} (92%) create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_101343 create mode 100644 .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_102043 delete mode 100644 elements/Fossil.mod.json delete mode 100644 elements/FossilBlockDestroyedByPlayer.mod.json create mode 100644 elements/Heights.mod.json delete mode 100644 run/logs/2024-10-22-1.log.gz delete mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java delete mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModBlocks.java delete mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java delete mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java delete mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java create mode 100644 src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java delete mode 100644 src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json delete mode 100644 src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json delete mode 100644 src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json create mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json delete mode 100644 src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json diff --git a/.gitignore b/.gitignore index 7570248..f7dcb5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build +run runs .gradle diff --git a/.mcreator/modElementThumbnails/Fossil.png b/.mcreator/modElementThumbnails/Fossil.png deleted file mode 100644 index 26d28378508338805ae91a7195dbba049ddc68fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 621 zcmV-z0+RiSP)qVBM}vdNwYo;Tck930-M`Llt&*9Svv+Q;B7QvfhyxZivC;o}V7Y5)_T z&M&63%bOX{QM)S}b=T4H>6al4Y|fDFI*{%za?ylNo8h#5eDfBw3ijU^?6BQ|aWbf4c|)BKUZnt@zn0F#~fM@<9*qH8p);3^Miv|qBfID?UHU0e@-+_J7PS#cwlx-FXDw-167pwA^i*=rnx4`NIIQM?icGTy21OnREklb?jRW z&>;o@F>q@M^|#J7hVnblJ&>sRa~a}U=tTMm+$msRSEqli0FVaf-$!JqJMEe1{r|W~ z#7U5X69BaHtRGwM-1E=|o*dk@WWa;i>z}RoYIaWbzh1uqb`n}N%MztI00000NkvXX Hu0mjfNe3qO diff --git a/.mcreator/modElementThumbnails/FossilBlockDestroyedByPlayer.png b/.mcreator/modElementThumbnails/FossilBlockDestroyedByPlayer.png deleted file mode 100644 index d6fd5e7937de3488525389b403f31e276e1f67fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241004_163459 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241004_163459 deleted file mode 100644 index eae1b53..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241004_163459 +++ /dev/null @@ -1,1728 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Biomes/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Crystals" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - }, - { - "name": "StoneTrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "stone_trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDrip", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_drip", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffSnow", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_snow", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDripAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "cliff_drip_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Isle", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "isle", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorchAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Cliffemerald", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffemerald", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Stars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "stars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Starspeck", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starspeck", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starstar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starstar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "StarstarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starstar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starcrater", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starcrater", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starlight", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starmagma", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starmagma", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starpurpur", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starpurpur", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Pillartrees2", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees3", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees4", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "depths", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Coralslime", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coralslime", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "CoralFans", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coral_fans", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" - }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "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": "~/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": "~/Biomes/Mushrooms/Structures" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.MUD", - "~Blocks.GRAVEL", - "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "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": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241008_155729 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241008_155729 deleted file mode 100644 index eae1b53..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241008_155729 +++ /dev/null @@ -1,1728 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Biomes/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Crystals" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - }, - { - "name": "StoneTrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "stone_trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDrip", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_drip", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffSnow", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_snow", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDripAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "cliff_drip_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Isle", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "isle", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorchAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Cliffemerald", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffemerald", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Stars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "stars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Starspeck", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starspeck", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starstar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starstar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "StarstarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starstar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starcrater", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starcrater", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starlight", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starmagma", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starmagma", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starpurpur", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starpurpur", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Pillartrees2", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees3", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees4", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "depths", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Coralslime", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coralslime", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "CoralFans", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coral_fans", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" - }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "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": "~/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": "~/Biomes/Mushrooms/Structures" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.MUD", - "~Blocks.GRAVEL", - "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "children": [] - }, - { - "name": "Biomes", - "children": [ - { - "name": "Buried Wetlands", - "children": [] - }, - { - "name": "Mushrooms", - "children": [ - { - "name": "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": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025 deleted file mode 100644 index 160d1ba..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180025 +++ /dev/null @@ -1,1843 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Biomes/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Crystals" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - }, - { - "name": "StoneTrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "stone_trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDrip", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_drip", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffSnow", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_snow", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDripAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "cliff_drip_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Isle", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "isle", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorchAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Cliffemerald", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffemerald", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Stars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "stars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Starspeck", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starspeck", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starstar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starstar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "StarstarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starstar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starcrater", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starcrater", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starlight", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starmagma", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starmagma", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starpurpur", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starpurpur", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Pillartrees2", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees3", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees4", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "depths", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Coralslime", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coralslime", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "CoralFans", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coral_fans", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" - }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "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": "~/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": "~/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": "~/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" - }, - { - "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": "~/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": "~/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": "~/Biomes/Exhumed" - }, - { - "name": "ExhumedAirAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": false, - "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": "~/Biomes/Exhumed" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14", - "~Blocks.MUD", - "~Blocks.GRAVEL", - "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "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": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625 deleted file mode 100644 index 30e2539..0000000 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_180625 +++ /dev/null @@ -1,1843 +0,0 @@ -{ - "mod_elements": [ - { - "name": "Overgrowncaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "overgrowncaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Buriedwetlandcaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "buriedwetlandcaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Slimeblob", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimeblob", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Slimedeltas", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "slimedeltas", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mossyoutgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "mossyoutgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Wetlandcrosses", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "wetlandcrosses", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandcrossesAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetlandcrosses_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHanging", - "type": "feature", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "WetlandHangingAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "wetland_hanging_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "Mushrooms", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "mushrooms", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Redmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "redmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Brownmushroompatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "brownmushroompatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/brownmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantBrownMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_brown_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "GiantRedMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "giant_red_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "MassiveMushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "massive_mushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Warpedpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "warpedpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/warpedpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Crimsonpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crimsonpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Lanternpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "lanternpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/lanternpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/lanternpatch.json" - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Flippedmushroom", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "flippedmushroom", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Mushrooms" - }, - { - "name": "FlippedmushroomAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "flippedmushroom_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Mushrooms" - }, - { - "name": "Hive", - "type": "structure", - "compiles": true, - "locked_code": false, - "registry_name": "hive", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive.json" - ] - }, - "path": "~/Biomes/Dungeons" - }, - { - "name": "GrasslandTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "grassland_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Grasslands" - }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, - { - "name": "Frozencaves", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "frozencaves", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "FrozenTree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozen_tree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "FrozenTreeAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "frozen_tree_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Groundlanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "groundlanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Ceilinglanterns", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "ceilinglanterns", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "CeilinglanternsAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "ceilinglanterns_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozencampfire", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozencampfire", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencampfire.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozencampfire_biome_modifier.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozensoulpatch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozensoulpatch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozensoulpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Frozenpowder", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "frozenpowder", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozenpowder_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozenpowder.json" - ] - }, - "path": "~/Biomes/Frozen" - }, - { - "name": "Crystals", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "crystals", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Crystalgrowth", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "crystalgrowth", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" - }, - { - "name": "CrystalgrowthAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "crystalgrowth_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Crystals" - }, - { - "name": "MtS", - "type": "tab", - "compiles": true, - "locked_code": false, - "registry_name": "mt_s", - "metadata": { - "files": [] - }, - "path": "~/Items" - }, - { - "name": "Windsweptpillars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "windsweptpillars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Pillar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "PillarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "pillar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Notes", - "type": "code", - "compiles": true, - "locked_code": true, - "registry_name": "notes", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" - ] - } - }, - { - "name": "Trees", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Treesgenerator", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesgenerator", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treesflowers", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treesflowers", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesflowers.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesflowers_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Treespatches", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "treespatches", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treespatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treespatches_biome_modifier.json" - ] - }, - "path": "~/Biomes/Trees" - }, - { - "name": "Cloudsvapor", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudsvapor", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Clouds", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "clouds", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cloudslakes", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslakes", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudstrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudstrees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Cloudslights", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cloudslights", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslights.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslights_biome_modifier.json" - ] - }, - "path": "~/Biomes/Clouds" - }, - { - "name": "Dry", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "dry", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Drydeadbush", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drydeadbush", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drybones", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drybones", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drytree", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drytree", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drycactus", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drycactus", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drycactus_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Drysand", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "drysand", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" - ] - }, - "path": "~/Biomes/Dry" - }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Cliffs", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "cliffs", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" - ] - }, - "path": "~/Places" - }, - { - "name": "StoneTrees", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "stone_trees", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDrip", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_drip", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffSnow", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_snow", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffDripAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "cliff_drip_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Isle", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "isle", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorchAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "CliffTorch", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliff_torch", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Cliffemerald", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "cliffemerald", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" - ] - }, - "path": "~/Biomes/Cliffs" - }, - { - "name": "Stars", - "type": "biome", - "compiles": true, - "locked_code": false, - "registry_name": "stars", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Starspeck", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starspeck", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starstar", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starstar", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "StarstarAdditionalGenerationCondition", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "starstar_additional_generation_condition", - "metadata": { - "return_type": "logic", - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" - ], - "dependencies": [ - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starcrater", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starcrater", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starlight", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starlight", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starmagma", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starmagma", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Starpurpur", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "starpurpur", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" - ] - }, - "path": "~/Biomes/Stars" - }, - { - "name": "Pillartrees2", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees3", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_3", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Pillartrees4", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "pillartrees_4", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" - ] - }, - "path": "~/Biomes/Monoliths" - }, - { - "name": "Depths", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "depths", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json" - ] - }, - "path": "~/Places" - }, - { - "name": "Coralslime", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coralslime", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "name": "CoralFans", - "type": "feature", - "compiles": true, - "locked_code": false, - "registry_name": "coral_fans", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" - ] - }, - "path": "~/Biomes/Buried Wetlands" - }, - { - "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" - }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "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": "~/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": "~/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": "~/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" - }, - { - "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" - } - ], - "variable_elements": [], - "sound_elements": [], - "tag_elements": { - "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/jungle_temple": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/nether_fossil": [ - "~CUSTOM:Mushrooms" - ], - "BIOMES:minecraft:has_structure/mineshaft": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/ruined_portal_nether": [ - "~CUSTOM:Buriedwetlandcaves" - ], - "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14", - "~Blocks.MUD", - "~Blocks.GRAVEL", - "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", - "~Blocks.TUFF", - "~Blocks.SNOW", - "~Blocks.CALCITE" - ], - "BIOMES:minecraft:has_structure/mineshaft_mesa": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ], - "BIOMES:minecraft:has_structure/swamp_hut": [ - "~CUSTOM:Mushrooms", - "~CUSTOM:Buriedwetlandcaves", - "~CUSTOM:Overgrowncaves" - ] - }, - "tab_element_order": {}, - "language_map": { - "en_us": { - "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", - "biome.cawezs_mantle_to_stratus.clouds": "Clouds", - "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", - "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", - "biome.cawezs_mantle_to_stratus.stars": "Stars", - "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", - "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", - "biome.cawezs_mantle_to_stratus.trees": "Trees", - "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", - "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", - "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", - "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", - "biome.cawezs_mantle_to_stratus.dry": "Dry" - } - }, - "foldersRoot": { - "name": "~", - "children": [ - { - "name": "Places", - "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": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] - }, - { - "name": "Items", - "children": [] - } - ] - }, - "workspaceSettings": { - "modid": "cawezs_mantle_to_stratus", - "modName": "cawezs_mantle_to_stratus", - "version": "1.0.0", - "author": "cow, MCreator", - "websiteURL": "https://mcreator.net", - "license": "Not specified", - "serverSideOnly": false, - "requiredMods": [], - "dependencies": [], - "dependants": [], - "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", - "modElementsPackage": "net.mcreator.cawezsmantletostratus" - }, - "mcreatorVersion": 202400232117 -} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173825 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_130944 similarity index 93% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173825 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_130944 index 868b396..419be28 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173825 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_130944 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -49,8 +34,8 @@ "registry_name": "slimeblob", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, @@ -65,8 +50,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + "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": "~/Biomes/Buried Wetlands" @@ -79,9 +64,9 @@ "registry_name": "mossyoutgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + "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": "~/Biomes/Buried Wetlands" @@ -94,10 +79,10 @@ "registry_name": "wetlandcrosses", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + "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": "~/Biomes/Buried Wetlands" @@ -187,8 +172,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + "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": "~/Biomes/Mushrooms" @@ -201,9 +186,9 @@ "registry_name": "brownmushroompatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" ] }, "path": "~/Biomes/Mushrooms" @@ -216,8 +201,8 @@ "registry_name": "giant_brown_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, @@ -231,8 +216,8 @@ "registry_name": "giant_red_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, @@ -247,8 +232,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + "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": "~/Biomes/Mushrooms" @@ -261,9 +246,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -276,9 +261,9 @@ "registry_name": "crimsonpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + "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": "~/Biomes/Mushrooms" @@ -291,9 +276,9 @@ "registry_name": "lanternpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/lanternpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -354,9 +339,9 @@ "registry_name": "hive", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_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" ] }, @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -417,8 +387,8 @@ "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + "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": "~/Biomes/Frozen" @@ -526,9 +496,9 @@ "registry_name": "frozencampfire", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" ] }, "path": "~/Biomes/Frozen" @@ -541,9 +511,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json" ] }, "path": "~/Biomes/Frozen" @@ -556,9 +526,9 @@ "registry_name": "frozenpowder", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/frozenpowder.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json" ] }, "path": "~/Biomes/Frozen" @@ -660,10 +630,10 @@ "registry_name": "pillar", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + "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": "~/Biomes/Monoliths" @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -763,8 +718,8 @@ "registry_name": "treesgenerator", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, @@ -778,9 +733,9 @@ "registry_name": "treesflowers", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treesflowers_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" ] }, "path": "~/Biomes/Trees" @@ -793,9 +748,9 @@ "registry_name": "treespatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treespatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" ] }, "path": "~/Biomes/Trees" @@ -809,8 +764,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + "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": "~/Biomes/Clouds" @@ -868,9 +823,9 @@ "registry_name": "cloudslights", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/cloudslights_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" ] }, "path": "~/Biomes/Clouds" @@ -898,9 +853,9 @@ "registry_name": "drydeadbush", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + "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": "~/Biomes/Dry" @@ -913,8 +868,8 @@ "registry_name": "drybones", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, @@ -928,8 +883,8 @@ "registry_name": "drytree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, @@ -943,9 +898,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json" ] }, "path": "~/Biomes/Dry" @@ -959,27 +914,12 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + "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": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1472,9 +1412,9 @@ "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" ] }, "path": "~/Blocks/Fossil" @@ -1590,6 +1530,69 @@ ] }, "path": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" } ], "variable_elements": [], @@ -1616,31 +1619,17 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLUE_ICE", "~Blocks.MUD", "~Blocks.GRAVEL", "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", "~Blocks.TUFF", "~Blocks.SNOW", - "~Blocks.CALCITE" + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1773,8 +1762,8 @@ "dependencies": [], "dependants": [], "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", + "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_175425 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_131904 similarity index 93% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_175425 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_131904 index a855de5..419be28 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_175425 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241023_131904 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -49,8 +34,8 @@ "registry_name": "slimeblob", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, @@ -65,8 +50,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + "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": "~/Biomes/Buried Wetlands" @@ -79,9 +64,9 @@ "registry_name": "mossyoutgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + "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": "~/Biomes/Buried Wetlands" @@ -94,10 +79,10 @@ "registry_name": "wetlandcrosses", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + "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": "~/Biomes/Buried Wetlands" @@ -187,8 +172,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + "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": "~/Biomes/Mushrooms" @@ -201,9 +186,9 @@ "registry_name": "brownmushroompatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" ] }, "path": "~/Biomes/Mushrooms" @@ -216,8 +201,8 @@ "registry_name": "giant_brown_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, @@ -231,8 +216,8 @@ "registry_name": "giant_red_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, @@ -247,8 +232,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + "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": "~/Biomes/Mushrooms" @@ -261,9 +246,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -276,9 +261,9 @@ "registry_name": "crimsonpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + "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": "~/Biomes/Mushrooms" @@ -291,9 +276,9 @@ "registry_name": "lanternpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/lanternpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -354,9 +339,9 @@ "registry_name": "hive", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_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" ] }, @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -417,8 +387,8 @@ "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + "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": "~/Biomes/Frozen" @@ -526,9 +496,9 @@ "registry_name": "frozencampfire", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" ] }, "path": "~/Biomes/Frozen" @@ -541,9 +511,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json" ] }, "path": "~/Biomes/Frozen" @@ -556,9 +526,9 @@ "registry_name": "frozenpowder", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/frozenpowder.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json" ] }, "path": "~/Biomes/Frozen" @@ -660,10 +630,10 @@ "registry_name": "pillar", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + "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": "~/Biomes/Monoliths" @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -763,8 +718,8 @@ "registry_name": "treesgenerator", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, @@ -778,9 +733,9 @@ "registry_name": "treesflowers", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treesflowers_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" ] }, "path": "~/Biomes/Trees" @@ -793,9 +748,9 @@ "registry_name": "treespatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treespatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" ] }, "path": "~/Biomes/Trees" @@ -809,8 +764,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + "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": "~/Biomes/Clouds" @@ -868,9 +823,9 @@ "registry_name": "cloudslights", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/cloudslights_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" ] }, "path": "~/Biomes/Clouds" @@ -898,9 +853,9 @@ "registry_name": "drydeadbush", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + "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": "~/Biomes/Dry" @@ -913,8 +868,8 @@ "registry_name": "drybones", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, @@ -928,8 +883,8 @@ "registry_name": "drytree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, @@ -943,9 +898,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json" ] }, "path": "~/Biomes/Dry" @@ -959,27 +914,12 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + "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": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1472,9 +1412,9 @@ "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" ] }, "path": "~/Blocks/Fossil" @@ -1605,6 +1545,54 @@ ] }, "path": "~/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": "~/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": "~/Biomes/Exhumed" } ], "variable_elements": [], @@ -1631,31 +1619,17 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLUE_ICE", "~Blocks.MUD", "~Blocks.GRAVEL", "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", "~Blocks.TUFF", "~Blocks.SNOW", - "~Blocks.CALCITE" + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1788,8 +1762,8 @@ "dependencies": [], "dependants": [], "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", + "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_174655 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_083437 similarity index 93% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_174655 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_083437 index a855de5..419be28 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_174655 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_083437 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -49,8 +34,8 @@ "registry_name": "slimeblob", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, @@ -65,8 +50,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + "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": "~/Biomes/Buried Wetlands" @@ -79,9 +64,9 @@ "registry_name": "mossyoutgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + "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": "~/Biomes/Buried Wetlands" @@ -94,10 +79,10 @@ "registry_name": "wetlandcrosses", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + "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": "~/Biomes/Buried Wetlands" @@ -187,8 +172,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + "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": "~/Biomes/Mushrooms" @@ -201,9 +186,9 @@ "registry_name": "brownmushroompatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" ] }, "path": "~/Biomes/Mushrooms" @@ -216,8 +201,8 @@ "registry_name": "giant_brown_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, @@ -231,8 +216,8 @@ "registry_name": "giant_red_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, @@ -247,8 +232,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + "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": "~/Biomes/Mushrooms" @@ -261,9 +246,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -276,9 +261,9 @@ "registry_name": "crimsonpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + "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": "~/Biomes/Mushrooms" @@ -291,9 +276,9 @@ "registry_name": "lanternpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/lanternpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -354,9 +339,9 @@ "registry_name": "hive", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_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" ] }, @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -417,8 +387,8 @@ "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + "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": "~/Biomes/Frozen" @@ -526,9 +496,9 @@ "registry_name": "frozencampfire", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" ] }, "path": "~/Biomes/Frozen" @@ -541,9 +511,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json" ] }, "path": "~/Biomes/Frozen" @@ -556,9 +526,9 @@ "registry_name": "frozenpowder", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/frozenpowder.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json" ] }, "path": "~/Biomes/Frozen" @@ -660,10 +630,10 @@ "registry_name": "pillar", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + "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": "~/Biomes/Monoliths" @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -763,8 +718,8 @@ "registry_name": "treesgenerator", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, @@ -778,9 +733,9 @@ "registry_name": "treesflowers", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treesflowers_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" ] }, "path": "~/Biomes/Trees" @@ -793,9 +748,9 @@ "registry_name": "treespatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treespatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" ] }, "path": "~/Biomes/Trees" @@ -809,8 +764,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + "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": "~/Biomes/Clouds" @@ -868,9 +823,9 @@ "registry_name": "cloudslights", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/cloudslights_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" ] }, "path": "~/Biomes/Clouds" @@ -898,9 +853,9 @@ "registry_name": "drydeadbush", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + "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": "~/Biomes/Dry" @@ -913,8 +868,8 @@ "registry_name": "drybones", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, @@ -928,8 +883,8 @@ "registry_name": "drytree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, @@ -943,9 +898,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json" ] }, "path": "~/Biomes/Dry" @@ -959,27 +914,12 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + "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": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1472,9 +1412,9 @@ "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" ] }, "path": "~/Blocks/Fossil" @@ -1605,6 +1545,54 @@ ] }, "path": "~/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": "~/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": "~/Biomes/Exhumed" } ], "variable_elements": [], @@ -1631,31 +1619,17 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ - "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLUE_ICE", "~Blocks.MUD", "~Blocks.GRAVEL", "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", "~Blocks.TUFF", "~Blocks.SNOW", - "~Blocks.CALCITE" + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1788,8 +1762,8 @@ "dependencies": [], "dependants": [], "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", + "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_084937 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_084937 new file mode 100644 index 0000000..419be28 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_084937 @@ -0,0 +1,1769 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/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": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/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": "~/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": "~/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": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": 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" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" + }, + { + "name": "Fossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fossil", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" + ] + }, + "path": "~/Blocks/Fossil" + }, + { + "name": "FossilBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "fossil_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Blocks/Fossil" + }, + { + "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": "~/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": "~/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": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "block.cawezs_mantle_to_stratus.fossil": "Fossil", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "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": "Blocks", + "children": [ + { + "name": "Fossil", + "children": [] + } + ] + }, + { + "name": "Items", + "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": 202400342716 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_085537 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_085537 new file mode 100644 index 0000000..419be28 --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_085537 @@ -0,0 +1,1769 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/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": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/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": "~/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": "~/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": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": 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" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Crystals" + }, + { + "name": "Fossil", + "type": "block", + "compiles": true, + "locked_code": false, + "registry_name": "fossil", + "metadata": { + "files": [ + "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", + "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" + ] + }, + "path": "~/Blocks/Fossil" + }, + { + "name": "FossilBlockDestroyedByPlayer", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "fossil_block_destroyed_by_player", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" + ], + "dependencies": [ + { + "name": "entity", + "type": "entity" + }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Blocks/Fossil" + }, + { + "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": "~/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": "~/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": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "block.cawezs_mantle_to_stratus.fossil": "Fossil", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "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": "Blocks", + "children": [ + { + "name": "Fossil", + "children": [] + } + ] + }, + { + "name": "Items", + "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": 202400342716 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_181627 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_090307 similarity index 96% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_181627 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_090307 index 5f17fea..4e24b7a 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_181627 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_090307 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -965,21 +920,6 @@ }, "path": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1472,9 +1412,9 @@ "files": [ "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" + "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", + "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" ] }, "path": "~/Blocks/Fossil" @@ -1653,6 +1593,21 @@ ] }, "path": "~/Biomes/Exhumed" + }, + { + "name": "ExhumedEye", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "exhumed_eye", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/exhumed_eye_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumed_eye.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_eye.json" + ] + }, + "path": "~/Biomes/Exhumed" } ], "variable_elements": [], @@ -1679,12 +1634,17 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", "~Blocks.NETHER_WART_BLOCK", "~Blocks.STAINED_HARDENED_CLAY#14", - "~Blocks.BLACKSTONE", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.STONE#0" + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1820,5 +1780,5 @@ "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_165309 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_094943 similarity index 92% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_165309 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_094943 index 0b0344f..c4e204c 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_165309 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_094943 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -49,8 +34,8 @@ "registry_name": "slimeblob", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, @@ -65,8 +50,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + "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": "~/Biomes/Buried Wetlands" @@ -79,9 +64,9 @@ "registry_name": "mossyoutgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + "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": "~/Biomes/Buried Wetlands" @@ -94,10 +79,10 @@ "registry_name": "wetlandcrosses", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + "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": "~/Biomes/Buried Wetlands" @@ -187,8 +172,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + "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": "~/Biomes/Mushrooms" @@ -201,9 +186,9 @@ "registry_name": "brownmushroompatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" ] }, "path": "~/Biomes/Mushrooms" @@ -216,8 +201,8 @@ "registry_name": "giant_brown_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, @@ -231,8 +216,8 @@ "registry_name": "giant_red_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, @@ -247,8 +232,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + "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": "~/Biomes/Mushrooms" @@ -261,9 +246,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -276,9 +261,9 @@ "registry_name": "crimsonpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + "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": "~/Biomes/Mushrooms" @@ -291,9 +276,9 @@ "registry_name": "lanternpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/lanternpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -354,9 +339,9 @@ "registry_name": "hive", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_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" ] }, @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -417,8 +387,8 @@ "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + "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": "~/Biomes/Frozen" @@ -526,9 +496,9 @@ "registry_name": "frozencampfire", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" ] }, "path": "~/Biomes/Frozen" @@ -541,9 +511,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json" ] }, "path": "~/Biomes/Frozen" @@ -556,9 +526,9 @@ "registry_name": "frozenpowder", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/frozenpowder.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json" ] }, "path": "~/Biomes/Frozen" @@ -660,10 +630,10 @@ "registry_name": "pillar", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + "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": "~/Biomes/Monoliths" @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -763,8 +718,8 @@ "registry_name": "treesgenerator", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, @@ -778,9 +733,9 @@ "registry_name": "treesflowers", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treesflowers_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" ] }, "path": "~/Biomes/Trees" @@ -793,9 +748,9 @@ "registry_name": "treespatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treespatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" ] }, "path": "~/Biomes/Trees" @@ -809,8 +764,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + "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": "~/Biomes/Clouds" @@ -868,9 +823,9 @@ "registry_name": "cloudslights", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/cloudslights_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" ] }, "path": "~/Biomes/Clouds" @@ -898,9 +853,9 @@ "registry_name": "drydeadbush", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + "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": "~/Biomes/Dry" @@ -913,8 +868,8 @@ "registry_name": "drybones", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, @@ -928,8 +883,8 @@ "registry_name": "drytree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, @@ -943,9 +898,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json" ] }, "path": "~/Biomes/Dry" @@ -959,27 +914,12 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + "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": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1462,58 +1402,6 @@ }, "path": "~/Biomes/Crystals" }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, { "name": "Mushroomgiant", "type": "feature", @@ -1560,6 +1448,114 @@ ] }, "path": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": false, + "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" } ], "variable_elements": [], @@ -1586,29 +1582,18 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.STAINED_GLASS#0", + "~Blocks.BLUE_ICE", "~Blocks.MUD", "~Blocks.GRAVEL", "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", "~Blocks.TUFF", "~Blocks.SNOW", - "~Blocks.CALCITE" + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1628,7 +1613,6 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", @@ -1636,6 +1620,7 @@ "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", "biome.cawezs_mantle_to_stratus.dry": "Dry" } }, @@ -1706,17 +1691,16 @@ { "name": "Stars", "children": [] + }, + { + "name": "Exhumed", + "children": [] } ] }, { "name": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] + "children": [] }, { "name": "Items", @@ -1736,8 +1720,8 @@ "dependencies": [], "dependants": [], "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", + "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173055 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_100313 similarity index 92% rename from .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173055 rename to .mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_100313 index 0b0344f..c4e204c 100644 --- a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241022_173055 +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_100313 @@ -13,21 +13,6 @@ }, "path": "~/Places" }, - { - "name": "Below1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_1", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_1.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Buriedwetlandcaves", "type": "biome", @@ -49,8 +34,8 @@ "registry_name": "slimeblob", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimeblob.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimeblob_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimeblob.json" ] }, @@ -65,8 +50,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/slimedeltas_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/slimedeltas.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/slimedeltas.json" + "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": "~/Biomes/Buried Wetlands" @@ -79,9 +64,9 @@ "registry_name": "mossyoutgrowth", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/mossyoutgrowth_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/mossyoutgrowth.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/mossyoutgrowth.json" + "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": "~/Biomes/Buried Wetlands" @@ -94,10 +79,10 @@ "registry_name": "wetlandcrosses", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetlandcrosses_biome_modifier.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandcrossesFeature.java", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetlandcrosses.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetlandcrosses.json" + "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": "~/Biomes/Buried Wetlands" @@ -187,8 +172,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json" + "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": "~/Biomes/Mushrooms" @@ -201,9 +186,9 @@ "registry_name": "brownmushroompatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/brownmushroompatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/brownmushroompatches.json" ] }, "path": "~/Biomes/Mushrooms" @@ -216,8 +201,8 @@ "registry_name": "giant_brown_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_brown_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_brown_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_brown_mushroom.json" ] }, @@ -231,8 +216,8 @@ "registry_name": "giant_red_mushroom", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/giant_red_mushroom_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/giant_red_mushroom.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/giant_red_mushroom.json" ] }, @@ -247,8 +232,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/massive_mushroom.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/massive_mushroom_biome_modifier.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/massive_mushroom.json" + "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": "~/Biomes/Mushrooms" @@ -261,9 +246,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/warpedpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/warpedpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -276,9 +261,9 @@ "registry_name": "crimsonpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crimsonpatch.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crimsonpatch.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/crimsonpatch_biome_modifier.json" + "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": "~/Biomes/Mushrooms" @@ -291,9 +276,9 @@ "registry_name": "lanternpatch", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/lanternpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/lanternpatch.json" ] }, "path": "~/Biomes/Mushrooms" @@ -354,9 +339,9 @@ "registry_name": "hive", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure_set/hive.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_generic.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/hive.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/template_pool/hive_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" ] }, @@ -377,21 +362,6 @@ }, "path": "~/Biomes/Grasslands" }, - { - "name": "Below2", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "below_2", - "metadata": { - "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/below_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/below_2.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Below2Dimension.java" - ] - }, - "path": "~/Places" - }, { "name": "Frozencaves", "type": "biome", @@ -417,8 +387,8 @@ "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json" + "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": "~/Biomes/Frozen" @@ -526,9 +496,9 @@ "registry_name": "frozencampfire", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/frozencampfire_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencampfire.json" ] }, "path": "~/Biomes/Frozen" @@ -541,9 +511,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozensoulpatch.json" + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozensoulpatch_biome_modifier.json" ] }, "path": "~/Biomes/Frozen" @@ -556,9 +526,9 @@ "registry_name": "frozenpowder", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/configured_feature/frozenpowder.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozenpowder.json" ] }, "path": "~/Biomes/Frozen" @@ -660,10 +630,10 @@ "registry_name": "pillar", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillar.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillar_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillar.json", - "src/main/java/net/mcreator/cawezsmantletostratus/world/features/PillarFeature.java" + "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": "~/Biomes/Monoliths" @@ -715,21 +685,6 @@ }, "path": "~/Biomes/Monoliths" }, - { - "name": "Sky1", - "type": "dimension", - "compiles": true, - "locked_code": true, - "registry_name": "sky_1", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky1Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_1.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_1.json" - ] - }, - "path": "~/Places" - }, { "name": "Notes", "type": "code", @@ -763,8 +718,8 @@ "registry_name": "treesgenerator", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesgenerator.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treesgenerator.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/treesgenerator_biome_modifier.json" ] }, @@ -778,9 +733,9 @@ "registry_name": "treesflowers", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treesflowers_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/treesflowers.json" ] }, "path": "~/Biomes/Trees" @@ -793,9 +748,9 @@ "registry_name": "treespatches", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/treespatches_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/treespatches.json" ] }, "path": "~/Biomes/Trees" @@ -809,8 +764,8 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudsvapor.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudsvapor_biome_modifier.json" + "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": "~/Biomes/Clouds" @@ -868,9 +823,9 @@ "registry_name": "cloudslights", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json", + "src/main/resources/data/cawezs_mantle_to_stratus/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/neoforge/biome_modifier/cloudslights_biome_modifier.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslights.json" ] }, "path": "~/Biomes/Clouds" @@ -898,9 +853,9 @@ "registry_name": "drydeadbush", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drydeadbush_biome_modifier.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drydeadbush.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drydeadbush.json" + "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": "~/Biomes/Dry" @@ -913,8 +868,8 @@ "registry_name": "drybones", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drybones_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drybones.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drybones.json" ] }, @@ -928,8 +883,8 @@ "registry_name": "drytree", "metadata": { "files": [ - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drytree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drytree.json", "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drytree_biome_modifier.json" ] }, @@ -943,9 +898,9 @@ "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", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drycactus.json" + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drycactus.json" ] }, "path": "~/Biomes/Dry" @@ -959,27 +914,12 @@ "metadata": { "files": [ "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/drysand.json", - "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/drysand_biome_modifier.json" + "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": "~/Biomes/Dry" }, - { - "name": "Sky2", - "type": "dimension", - "compiles": true, - "locked_code": false, - "registry_name": "sky_2", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/Sky2Dimension.java", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension/sky_2.json", - "src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/sky_2.json" - ] - }, - "path": "~/Places" - }, { "name": "Cliffs", "type": "biome", @@ -1341,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1462,58 +1402,6 @@ }, "path": "~/Biomes/Crystals" }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_tables/blocks/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, { "name": "Mushroomgiant", "type": "feature", @@ -1560,6 +1448,114 @@ ] }, "path": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": false, + "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" } ], "variable_elements": [], @@ -1586,29 +1582,18 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.STAINED_GLASS#0", + "~Blocks.BLUE_ICE", "~Blocks.MUD", "~Blocks.GRAVEL", "~Blocks.MYCELIUM", - "~Blocks.DIRT#2", - "~Blocks.DEEPSLATE", - "~Blocks.COBBLED_DEEPSLATE", - "~Blocks.STONE#1", - "~Blocks.STONE#5", - "~Blocks.LIGHT", - "~Blocks.AIR", - "~Blocks.SAND#1", - "~Blocks.RED_SANDSTONE#0", - "~Blocks.STAINED_GLASS#0", - "~Blocks.ROOTED_DIRT", - "~Blocks.GRASS", - "~Blocks.STONE#0", - "~Blocks.CRACKED_POLISHED_BLACKSTONE_BRICKS", - "~Blocks.SMOOTH_BASALT", - "~Blocks.BLUE_ICE", - "~Blocks.BLACKSTONE", "~Blocks.TUFF", "~Blocks.SNOW", - "~Blocks.CALCITE" + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1628,7 +1613,6 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", @@ -1636,6 +1620,7 @@ "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", "biome.cawezs_mantle_to_stratus.dry": "Dry" } }, @@ -1706,17 +1691,16 @@ { "name": "Stars", "children": [] + }, + { + "name": "Exhumed", + "children": [] } ] }, { "name": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] + "children": [] }, { "name": "Items", @@ -1736,8 +1720,8 @@ "dependencies": [], "dependants": [], "mcreatorDependencies": [], - "currentGenerator": "neoforge-1.20.6", + "currentGenerator": "neoforge-1.21.1", "modElementsPackage": "net.mcreator.cawezsmantletostratus" }, - "mcreatorVersion": 202400232117 + "mcreatorVersion": 202400342716 } \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_101343 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_101343 new file mode 100644 index 0000000..c4e204c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_101343 @@ -0,0 +1,1727 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/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": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/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": "~/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": "~/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": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": 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" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": false, + "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" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.STAINED_GLASS#0", + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "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": "Blocks", + "children": [] + }, + { + "name": "Items", + "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": 202400342716 +} \ No newline at end of file diff --git a/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_102043 b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_102043 new file mode 100644 index 0000000..c4e204c --- /dev/null +++ b/.mcreator/workspaceBackups/cawezs_mantle_to_stratus.mcreator-backup_20241103_102043 @@ -0,0 +1,1727 @@ +{ + "mod_elements": [ + { + "name": "Overgrowncaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "overgrowncaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/overgrowncaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Buriedwetlandcaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "buriedwetlandcaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/buriedwetlandcaves.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Slimeblob", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "slimeblob", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandcrossesAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetlandcrosses_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandcrossesAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHanging", + "type": "feature", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/WetlandHangingFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/wetland_hanging.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/wetland_hanging_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "WetlandHangingAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "wetland_hanging_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/WetlandHangingAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "Mushrooms", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "mushrooms", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/mushrooms.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Redmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "redmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/redmushroompatches_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/redmushroompatches.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/redmushroompatches.json" + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Brownmushroompatches", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "brownmushroompatches", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Mushrooms" + }, + { + "name": "FlippedmushroomAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "flippedmushroom_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FlippedmushroomAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Mushrooms" + }, + { + "name": "Hive", + "type": "structure", + "compiles": true, + "locked_code": false, + "registry_name": "hive", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/structure/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": "~/Biomes/Dungeons" + }, + { + "name": "GrasslandTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "grassland_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/grassland_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/grassland_tree_biome_modifier.json" + ] + }, + "path": "~/Biomes/Grasslands" + }, + { + "name": "Frozencaves", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "frozencaves", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/frozencaves.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozencaves_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozencaves_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "FrozenTree", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozen_tree", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/frozen_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/FrozenTreeFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/frozen_tree_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/frozen_tree.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "FrozenTreeAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "frozen_tree_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FrozenTreeAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Groundlanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "groundlanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/groundlanterns_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/groundlanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/groundlanterns.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Ceilinglanterns", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "ceilinglanterns", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/ceilinglanterns.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CeilinglanternsFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/ceilinglanterns.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilinglanterns_biome_modifier.json" + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "CeilinglanternsAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "ceilinglanterns_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CeilinglanternsAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Frozen" + }, + { + "name": "Frozencampfire", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "frozencampfire", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/Biomes/Frozen" + }, + { + "name": "Crystals", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "crystals", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/crystals_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/crystals.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/crystals_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Crystalgrowth", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "crystalgrowth", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Crystals" + }, + { + "name": "CrystalgrowthAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "crystalgrowth_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CrystalgrowthAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Crystals" + }, + { + "name": "MtS", + "type": "tab", + "compiles": true, + "locked_code": false, + "registry_name": "mt_s", + "metadata": { + "files": [] + }, + "path": "~/Items" + }, + { + "name": "Windsweptpillars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "windsweptpillars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/windsweptpillars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/windsweptpillars.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/windsweptpillars_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Pillar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/Biomes/Monoliths" + }, + { + "name": "PillarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "pillar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/PillarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Notes", + "type": "code", + "compiles": true, + "locked_code": true, + "registry_name": "notes", + "metadata": { + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/Notes.java" + ] + } + }, + { + "name": "Trees", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Treesgenerator", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "treesgenerator", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/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": "~/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": "~/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": "~/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": "~/Biomes/Clouds" + }, + { + "name": "Clouds", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "clouds", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/clouds_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/clouds.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Cloudslakes", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslakes", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudslakes.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudslakes_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudslakes.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudstrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudstrees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cloudstrees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cloudstrees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cloudstrees.json" + ] + }, + "path": "~/Biomes/Clouds" + }, + { + "name": "Cloudslights", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cloudslights", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/Biomes/Clouds" + }, + { + "name": "Dry", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "dry", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/dry_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/dry.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/dry_tree.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Drydeadbush", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "drydeadbush", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/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": "~/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": "~/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": "~/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": "~/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": "~/Biomes/Dry" + }, + { + "name": "Cliffs", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "cliffs", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/cliffs.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsTrunkDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsFruitDecorator.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffs_tree.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/treedecorators/CliffsLeaveDecorator.java" + ] + }, + "path": "~/Places" + }, + { + "name": "StoneTrees", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "stone_trees", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stone_trees.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/stone_trees_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stone_trees.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDrip", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_drip", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_drip.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_drip_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffDripFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_drip.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffSnow", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_snow", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_snow.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_snow_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffDripAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "cliff_drip_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffDripAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Isle", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "isle", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/isle.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/isle_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/isle.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorchAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/CliffTorchAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "CliffTorch", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliff_torch", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliff_torch_biome_modifier.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/CliffTorchFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliff_torch.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliff_torch.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Cliffemerald", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "cliffemerald", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/cliffemerald.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/cliffemerald_biome_modifier.json" + ] + }, + "path": "~/Biomes/Cliffs" + }, + { + "name": "Stars", + "type": "biome", + "compiles": true, + "locked_code": false, + "registry_name": "stars", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/stars_tree.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/stars.json" + ] + }, + "path": "~/Places" + }, + { + "name": "Starspeck", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starspeck", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starspeck_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starspeck.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starspeck.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starstar", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starstar", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starstar_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starstar.json", + "src/main/java/net/mcreator/cawezsmantletostratus/world/features/StarstarFeature.java", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starstar.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "StarstarAdditionalGenerationCondition", + "type": "procedure", + "compiles": true, + "locked_code": true, + "registry_name": "starstar_additional_generation_condition", + "metadata": { + "return_type": "logic", + "files": [ + "src/main/java/net/mcreator/cawezsmantletostratus/procedures/StarstarAdditionalGenerationConditionProcedure.java" + ], + "dependencies": [ + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, + { + "name": "world", + "type": "world" + } + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starcrater", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starcrater", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starcrater.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starcrater_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starcrater.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starlight", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starlight", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starlight_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starlight.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starlight.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starmagma", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starmagma", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starmagma.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starmagma_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Starpurpur", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "starpurpur", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/starpurpur.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/starpurpur_biome_modifier.json" + ] + }, + "path": "~/Biomes/Stars" + }, + { + "name": "Pillartrees2", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_2", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_2.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_2_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_2.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees3", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_3", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_3.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_3_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_3.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Pillartrees4", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "pillartrees_4", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/pillartrees_4.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/pillartrees_4_biome_modifier.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/pillartrees_4.json" + ] + }, + "path": "~/Biomes/Monoliths" + }, + { + "name": "Depths", + "type": "dimension", + "compiles": true, + "locked_code": 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" + }, + { + "name": "Coralslime", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coralslime", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coralslime.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coralslime_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "name": "CoralFans", + "type": "feature", + "compiles": true, + "locked_code": false, + "registry_name": "coral_fans", + "metadata": { + "files": [ + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/coral_fans.json", + "src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/coral_fans_biome_modifier.json" + ] + }, + "path": "~/Biomes/Buried Wetlands" + }, + { + "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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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": "~/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" + }, + { + "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": "~/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": "~/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": "~/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": "~/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": false, + "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" + } + ], + "variable_elements": [], + "sound_elements": [], + "tag_elements": { + "BIOMES:minecraft:has_structure/ruined_portal_jungle": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/jungle_temple": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/nether_fossil": [ + "~CUSTOM:Mushrooms" + ], + "BIOMES:minecraft:has_structure/mineshaft": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/ruined_portal_nether": [ + "~CUSTOM:Buriedwetlandcaves" + ], + "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.STAINED_GLASS#0", + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", + "~Blocks.NETHER_WART_BLOCK", + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" + ], + "BIOMES:minecraft:has_structure/mineshaft_mesa": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ], + "BIOMES:minecraft:has_structure/swamp_hut": [ + "~CUSTOM:Mushrooms", + "~CUSTOM:Buriedwetlandcaves", + "~CUSTOM:Overgrowncaves" + ] + }, + "tab_element_order": {}, + "language_map": { + "en_us": { + "biome.cawezs_mantle_to_stratus.overgrowncaves": "Overgrown", + "biome.cawezs_mantle_to_stratus.clouds": "Clouds", + "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", + "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", + "biome.cawezs_mantle_to_stratus.stars": "Stars", + "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", + "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", + "biome.cawezs_mantle_to_stratus.trees": "Trees", + "item_group.cawezs_mantle_to_stratus.mt_s": "CAWEZ\u0027s Mantle to Stratus", + "biome.cawezs_mantle_to_stratus.frozencaves": "Frozen caves", + "biome.cawezs_mantle_to_stratus.cliffs": "Cliffs", + "biome.cawezs_mantle_to_stratus.exhumed": "Exhumed", + "biome.cawezs_mantle_to_stratus.dry": "Dry" + } + }, + "foldersRoot": { + "name": "~", + "children": [ + { + "name": "Places", + "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": "Blocks", + "children": [] + }, + { + "name": "Items", + "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": 202400342716 +} \ No newline at end of file diff --git a/cawezs_mantle_to_stratus.mcreator b/cawezs_mantle_to_stratus.mcreator index 7e1e336..c4e204c 100644 --- a/cawezs_mantle_to_stratus.mcreator +++ b/cawezs_mantle_to_stratus.mcreator @@ -1281,7 +1281,7 @@ "name": "Depths", "type": "dimension", "compiles": true, - "locked_code": false, + "locked_code": true, "registry_name": "depths", "metadata": { "files": [ @@ -1402,58 +1402,6 @@ }, "path": "~/Biomes/Crystals" }, - { - "name": "Fossil", - "type": "block", - "compiles": true, - "locked_code": false, - "registry_name": "fossil", - "metadata": { - "files": [ - "src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json", - "src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json", - "src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java", - "src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json" - ] - }, - "path": "~/Blocks/Fossil" - }, - { - "name": "FossilBlockDestroyedByPlayer", - "type": "procedure", - "compiles": true, - "locked_code": true, - "registry_name": "fossil_block_destroyed_by_player", - "metadata": { - "files": [ - "src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java" - ], - "dependencies": [ - { - "name": "entity", - "type": "entity" - }, - { - "name": "x", - "type": "number" - }, - { - "name": "y", - "type": "number" - }, - { - "name": "z", - "type": "number" - }, - { - "name": "world", - "type": "world" - } - ] - }, - "path": "~/Blocks/Fossil" - }, { "name": "Mushroomgiant", "type": "feature", @@ -1593,6 +1541,21 @@ ] }, "path": "~/Biomes/Exhumed" + }, + { + "name": "Heights", + "type": "dimension", + "compiles": true, + "locked_code": false, + "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" } ], "variable_elements": [], @@ -1619,8 +1582,18 @@ "~CUSTOM:Buriedwetlandcaves" ], "BLOCKS:minecraft:overworld_carver_replaceables": [ + "~Blocks.STAINED_GLASS#0", + "~Blocks.BLUE_ICE", + "~Blocks.MUD", + "~Blocks.GRAVEL", + "~Blocks.MYCELIUM", + "~Blocks.TUFF", + "~Blocks.SNOW", + "~Blocks.DIRT#2", + "~Blocks.CALCITE", "~Blocks.NETHER_WART_BLOCK", - "~Blocks.STAINED_HARDENED_CLAY#14" + "~Blocks.STAINED_HARDENED_CLAY#14", + "~Blocks.BLACKSTONE" ], "BIOMES:minecraft:has_structure/mineshaft_mesa": [ "~CUSTOM:Mushrooms", @@ -1640,7 +1613,6 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", @@ -1728,12 +1700,7 @@ }, { "name": "Blocks", - "children": [ - { - "name": "Fossil", - "children": [] - } - ] + "children": [] }, { "name": "Items", diff --git a/elements/Buriedwetlandcaves.mod.json b/elements/Buriedwetlandcaves.mod.json index c3590cf..d0957ed 100644 --- a/elements/Buriedwetlandcaves.mod.json +++ b/elements/Buriedwetlandcaves.mod.json @@ -48,12 +48,12 @@ "max": 1.0 }, "genContinentalness": { - "min": 0.3, - "max": 1.0 + "min": -1.0, + "max": 0.0 }, "genErosion": { - "min": -0.5, - "max": 0.0 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/Crystals.mod.json b/elements/Crystals.mod.json index 4012919..a0775a0 100644 --- a/elements/Crystals.mod.json +++ b/elements/Crystals.mod.json @@ -40,20 +40,20 @@ "spawnInCaves": false, "spawnBiomeNether": false, "genTemperature": { - "min": 0.2, - "max": 1.0 - }, - "genHumidity": { "min": -1.0, "max": 1.0 }, + "genHumidity": { + "min": 0.2, + "max": 1.0 + }, "genContinentalness": { - "min": 0.3, + "min": 0.0, "max": 1.0 }, "genErosion": { - "min": 0.0, - "max": 0.5 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/Depths.mod.json b/elements/Depths.mod.json index aa3a1bf..8748788 100644 --- a/elements/Depths.mod.json +++ b/elements/Depths.mod.json @@ -3,8 +3,23 @@ "_type": "dimension", "definition": { "biomesInDimension": [ + { + "value": "CUSTOM:Buriedwetlandcaves" + }, + { + "value": "CUSTOM:Crystals" + }, { "value": "CUSTOM:Exhumed" + }, + { + "value": "CUSTOM:Frozencaves" + }, + { + "value": "CUSTOM:Mushrooms" + }, + { + "value": "CUSTOM:Overgrowncaves" } ], "worldGenType": "Nether like gen", diff --git a/elements/Exhumed.mod.json b/elements/Exhumed.mod.json index 311ae0c..99768e4 100644 --- a/elements/Exhumed.mod.json +++ b/elements/Exhumed.mod.json @@ -44,20 +44,20 @@ "spawnInCaves": false, "spawnBiomeNether": false, "genTemperature": { - "min": -0.5, - "max": 0.5 + "min": -1.0, + "max": 1.0 }, "genHumidity": { - "min": -0.5, - "max": 0.5 + "min": -1.0, + "max": -0.3 }, "genContinentalness": { - "min": 0.3, + "min": 0.0, "max": 1.0 }, "genErosion": { - "min": -0.5, - "max": 0.5 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/ExhumedAir.mod.json b/elements/ExhumedAir.mod.json index 7120a29..5c93f17 100644 --- a/elements/ExhumedAir.mod.json +++ b/elements/ExhumedAir.mod.json @@ -12,6 +12,6 @@ "generateCondition": { "name": "ExhumedAirAdditionalGenerationCondition" }, - "featurexml": "Blocks.AIR40128" + "featurexml": "Blocks.AIR5" } } \ No newline at end of file diff --git a/elements/ExhumedTree.mod.json b/elements/ExhumedTree.mod.json index b06e260..0a85b5f 100644 --- a/elements/ExhumedTree.mod.json +++ b/elements/ExhumedTree.mod.json @@ -9,6 +9,6 @@ "value": "CUSTOM:Exhumed" } ], - "featurexml": "pine640FALSETRUEBlocks.CRIMSON_HYPHAEBlocks.STRIPPED_CRIMSON_HYPHAEBlocks.LEAVES#0344" + "featurexml": "pine640FALSETRUEBlocks.CRIMSON_HYPHAEBlocks.STRIPPED_CRIMSON_HYPHAEBlocks.LEAVES#0344" } } \ No newline at end of file diff --git a/elements/Exhumedvegetation.mod.json b/elements/Exhumedvegetation.mod.json index a4483ec..bf4d60d 100644 --- a/elements/Exhumedvegetation.mod.json +++ b/elements/Exhumedvegetation.mod.json @@ -9,6 +9,6 @@ "value": "CUSTOM:Exhumed" } ], - "featurexml": "1111111Blocks.REDSTONE_BLOCKBlocks.REDSTONE_WIREBlocks.CRIMSON_FUNGUSBlocks.REDSTONE_TORCHBlocks.WEEPING_VINES_PLANTBlocks.CRIMSON_HYPHAEBlocks.CRIMSON_ROOTS4" + "featurexml": "11111111Blocks.WITHER_ROSEBlocks.REDSTONE_BLOCKBlocks.REDSTONE_WIREBlocks.CRIMSON_FUNGUSBlocks.REDSTONE_TORCHBlocks.WEEPING_VINES_PLANTBlocks.CRIMSON_HYPHAEBlocks.CRIMSON_ROOTS4" } } \ No newline at end of file diff --git a/elements/Fossil.mod.json b/elements/Fossil.mod.json deleted file mode 100644 index fe3468d..0000000 --- a/elements/Fossil.mod.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "_fv": 69, - "_type": "block", - "definition": { - "texture": "frozen_fossil", - "textureTop": "", - "textureLeft": "", - "textureFront": "", - "textureRight": "", - "textureBack": "", - "renderType": 10, - "customModelName": "Normal", - "rotationMode": 0, - "enablePitch": false, - "emissiveRendering": false, - "displayFluidOverlay": false, - "itemTexture": "", - "particleTexture": "", - "tintType": "No tint", - "isItemTinted": false, - "hasTransparency": false, - "connectedSides": false, - "transparencyType": "SOLID", - "disableOffset": false, - "boundingBoxes": [ - { - "mx": 0.0, - "my": 0.0, - "mz": 0.0, - "Mx": 16.0, - "My": 16.0, - "Mz": 16.0, - "subtract": false - } - ], - "customProperties": [], - "name": "Fossil", - "specialInformation": { - "fixedValue": [] - }, - "hardness": 10.0, - "resistance": 10.0, - "hasGravity": false, - "isWaterloggable": false, - "creativeTabs": [ - { - "value": "CUSTOM:MtS" - } - ], - "destroyTool": "Not specified", - "customDrop": { - "value": "Blocks.AIR" - }, - "dropAmount": 1, - "useLootTableForDrops": false, - "requiresCorrectTool": false, - "enchantPowerBonus": 0.0, - "plantsGrowOn": false, - "canRedstoneConnect": false, - "lightOpacity": 15, - "material": { - "value": "GLASS" - }, - "tickRate": 0, - "tickRandomly": false, - "isReplaceable": false, - "canProvidePower": false, - "emittedRedstonePower": { - "fixedValue": 15.0 - }, - "colorOnMap": "DEFAULT", - "creativePickItem": { - "value": "" - }, - "offsetType": "NONE", - "aiPathNodeType": "DEFAULT", - "flammability": 0, - "fireSpreadSpeed": 0, - "isLadder": false, - "slipperiness": 0.6, - "speedFactor": 1.0, - "jumpFactor": 1.0, - "reactionToPushing": "NORMAL", - "isNotColidable": false, - "isCustomSoundType": false, - "soundOnStep": { - "value": "GLASS" - }, - "breakSound": { - "value": "" - }, - "fallSound": { - "value": "" - }, - "hitSound": { - "value": "" - }, - "placeSound": { - "value": "" - }, - "stepSound": { - "value": "" - }, - "luminance": 0, - "unbreakable": false, - "vanillaToolTier": "NONE", - "isBonemealable": false, - "hasInventory": false, - "guiBoundTo": "", - "openGUIOnRightClick": false, - "inventorySize": 9, - "inventoryStackSize": 64, - "inventoryDropWhenDestroyed": true, - "inventoryComparatorPower": true, - "inventoryOutSlotIDs": [], - "inventoryInSlotIDs": [], - "hasEnergyStorage": false, - "energyInitial": 0, - "energyCapacity": 400000, - "energyMaxReceive": 200, - "energyMaxExtract": 200, - "isFluidTank": false, - "fluidCapacity": 8000, - "fluidRestrictions": [], - "onDestroyedByPlayer": { - "name": "FossilBlockDestroyedByPlayer" - }, - "generateFeature": false, - "restrictionBiomes": [], - "blocksToReplace": [ - { - "value": "TAG:stone_ore_replaceables" - } - ], - "generationShape": "UNIFORM", - "frequencyPerChunks": 10, - "frequencyOnChunk": 16, - "minGenerateHeight": 0, - "maxGenerateHeight": 64 - } -} \ No newline at end of file diff --git a/elements/FossilBlockDestroyedByPlayer.mod.json b/elements/FossilBlockDestroyedByPlayer.mod.json deleted file mode 100644 index a9f4fe7..0000000 --- a/elements/FossilBlockDestroyedByPlayer.mod.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "_fv": 69, - "_type": "procedure", - "definition": { - "procedurexml": "no_ext_triggerItems.BRUSHclearclear10Try using a brush.TRUE" - } -} \ No newline at end of file diff --git a/elements/Frozencaves.mod.json b/elements/Frozencaves.mod.json index 2fe2c68..3c1b104 100644 --- a/elements/Frozencaves.mod.json +++ b/elements/Frozencaves.mod.json @@ -40,20 +40,20 @@ "spawnInCaves": false, "spawnBiomeNether": false, "genTemperature": { - "min": -1.0, - "max": 1.0 - }, - "genHumidity": { "min": 0.2, "max": 1.0 }, + "genHumidity": { + "min": -1.0, + "max": 1.0 + }, "genContinentalness": { - "min": 0.3, + "min": 0.0, "max": 1.0 }, "genErosion": { - "min": 0.0, - "max": 0.5 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/Heights.mod.json b/elements/Heights.mod.json new file mode 100644 index 0000000..ce20a26 --- /dev/null +++ b/elements/Heights.mod.json @@ -0,0 +1,49 @@ +{ + "_fv": 69, + "_type": "dimension", + "definition": { + "biomesInDimension": [ + { + "value": "CUSTOM:Clouds" + } + ], + "worldGenType": "End like gen", + "mainFillerBlock": { + "value": "Blocks.TUFF" + }, + "fluidBlock": { + "value": "Blocks.FLOWING_WATER" + }, + "canRespawnHere": false, + "hasFog": false, + "isDark": false, + "doesWaterVaporize": false, + "sleepResult": "ALLOW", + "hasSkyLight": false, + "imitateOverworldBehaviour": false, + "portalFrame": { + "value": "" + }, + "portalParticles": { + "value": "PORTAL" + }, + "portalLuminance": 0, + "portalSound": { + "value": "block.portal.ambient" + }, + "enableIgniter": true, + "igniterName": "Heights Portal Igniter", + "igniterRarity": "COMMON", + "specialInformation": { + "fixedValue": [] + }, + "creativeTabs": [ + { + "value": "TOOLS" + } + ], + "texture": "", + "portalTexture": "", + "enablePortal": false + } +} \ No newline at end of file diff --git a/elements/Mushrooms.mod.json b/elements/Mushrooms.mod.json index 4cb1efe..e467c7b 100644 --- a/elements/Mushrooms.mod.json +++ b/elements/Mushrooms.mod.json @@ -48,12 +48,12 @@ "max": -0.3 }, "genContinentalness": { - "min": 0.3, - "max": 1.0 + "min": -1.0, + "max": 0.0 }, "genErosion": { - "min": 0.0, - "max": 0.5 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/elements/Overgrowncaves.mod.json b/elements/Overgrowncaves.mod.json index 8f89720..e658ca1 100644 --- a/elements/Overgrowncaves.mod.json +++ b/elements/Overgrowncaves.mod.json @@ -48,12 +48,12 @@ "max": 1.0 }, "genContinentalness": { - "min": 0.3, - "max": 1.0 + "min": -1.0, + "max": 0.0 }, "genErosion": { - "min": -0.5, - "max": 0.0 + "min": -1.0, + "max": 1.0 }, "genWeirdness": { "min": -1.0, diff --git a/run/logs/2024-10-22-1.log.gz b/run/logs/2024-10-22-1.log.gz deleted file mode 100644 index 8a66f1b76481251db06935a197a2d47c786edf43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1146 zcmV-=1cmz_iwFP!00000|Fu?aQ`94<)9nuEU>&x|qkmz;y+1*FGdqL@G?r204i2FP7HhxGvRdUg!jNn^2uG)bZ11m=gExoc%N-bL{;&h4R!XYr4lpyda1jLU z}J5|2gh>5?oF0%S85xpJtqdtj~B;rQJMBuBr>LJAJd z!Xf&3W(DkVJ#(_I;B+R`@!(HLlVD#um+AbCRKfpJj-u@RXj~r_fnFQ9u21G46QfX zL$_CaKi?al;8+PqTFy)b_aP^xW*jk*qfvICRUxP0!Rh!A&1q+~Va_WnWGTMj<3QYr zQqL;X9gYrKYMyIzYiBG+TIOsnKG~~^DOZXsr?0F-IkgRusCd6o+{)SOZ27|Mzhb-C{NB1z_kRKQv6esWtMvOJ4Xa9U z$((4_zF`W}p9v9L)}DYzC*B%;hZ({EN@?)Uo8^r_dfShI9PW*?_k-c&ZMOH`D>*X@ zuj6&LdUgp(H_Fp9PVU}TaiLvaFeg_8Q5p+optLIvRe)%})FEGyu zK(>0%zJ!sm3}}KfunR!F8?ET}zW?E1=rFzI8g(vkG5686Zjej(s(m%Y7hje>MQgPICN>r657g0RFdrWFdQEMQH2Ry? z3Z6f0t)9bNx*Ok#)xI7z?bxPPYrQ4G M1BK+n#s>=k0Qa~v4*&oF diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index 6377cdf4696ced4800ca8b51767bd1c4ffe8120d..d15368edb77a5353539ccfff814f478a3b91743e 100644 GIT binary patch literal 53374 zcmZs?b9AN6w=Epowr$(CZQHi(?AT_ZNUD4L(C zse6s9eeHkZkqDwO2=x4c667tB48ZDyenTmAKHWUX{5chfR40&c*!OwAciG;)8kpyz znaukZ7CUNu8tGYq7juJhJv%@|`+*%Wd`3GHyW5TW$|W}nouL158-oi+;FSBS{2G%& zZm{nj{{c@9t-vUP`Qh5 zyuI6(hp$67_uCQ0PF%duJ#H$Jn z>5P|U7-Z2mgirYJxdDtcU(9&Xj7b?M>1Q&xk0L@7N(qB^oAOCZ!EP$?l$nBkvR+B& zs1&k4Ohxe`0@-iw_iTR`+nrA<7I&IrFaz>@1%8;6Uv5@_!F{M~lA7z+8kZ{$yv`tE z*RT~MQdIns5&XDSNAWu6oc#i(dbsn69lE>4_>y8q68eDQHd-W$SI$fl{`--8L0N@r zgtp%y2AWb^B&c{ULH$_RGmv7UKlArjbbslbai?3|X3JmMhRj$kk=%Q1Rbg4A;=NF) zP9^5A>+^e5nH$u-%Y!FfB$UDF1{B#zqWLO^q3|q`K&DOHxDDPH-!uiDHBC zjUhAO4bO94mVSNSX&$!UqV4t+)IY4qs-CMU>BUWq4FyG=PFhg!Q=Sb zc?U1n-yhYS>h`kJya$qeoTp3Jz_b`IoT{d-5$8bfdJDbxGfE+*)&Uly&Ix%`<$DW! zNzywL$WBWb!~5>my!%Bt4N@8H^*x#_(Ahrl`w`LEHcxVkni<}&T3bC4O+`qF&-d$v zwk#_OutW7GSjXjE7EA`JtA8J+l5&7aL9osU0VbVeNu?%uD=MM&;RjcsQ{s*z<8iM} zc&RPT>OC#8~mcTI37%JCvu*x!FXS#%n=J>x+II$+lQ#~Yl$C=|3q#6*)`zR3s zJ4G?)NaG9VPhEHuW-z&I1MD6RUqR7?Y+#h2Ac|2V74(WC1_-|eXJ_=n3?5HJ5Kc3! zVNSW<9wy0NSf}4VSft;lDtrTsC!V!(=DeoQennR9NCtm-VxMWfL-eU>Q}$#g>+DOZ zGxfIeF`N$lYV05pJY47$w9LF_yhbM9g;8C&Gx8I3_CP~M1k1gzl2GUu&2kQ!jY7#yoNuhd0yiq$JF+%C>YG8EoTh@gxve-w9wj^&mnkfpyf;|>;vUt-&mbAA^%=?^IL`tUiOf&?dR(*Fbc*@9^MmaW? z!mpgJhZ@U*Vy^9mzbeR;V zUPkj|Y&)R>17Q85P-cTvsC`@BnvWU!)0 z3!`&4C2NdsN>D*%!pnVl48hv7w%djX?a(#dQ+pi2o{ZdjAUy_V+ALla^Gzwd?{0?} zuzJrltH`g^Bcx&n(SCnV1zZDU%~o&=9~w6@$PiUAG#18O&OcBLqi^Ydxxm30$YkW~ zR$-g2y&~k+{t|Zk`x9&igQ9~|%t30AlL(jYa3^?j41Oi^>XClR!%^BMK-Fjjqqw=t zgZ9dFa(4y$P@A!$nMJ#wC{yMad$-rZPB@jxBo1xwXn5s*I8|DP7zAsAs^IQJU%@oD z;V$Dtx+-@d7Yq}y?5M$@IDscH@GoAdui5^UKG=w!IK1LvYi5jSV>S)bH$%PWL@2#m z%0^KhpsmjPeBdiSedtg@6*uTF;@L`JSiX9t-%a|o`Ls#Hdtdu6yL+^1?M9f8rEWI|$nABlZFZ_ai;BhlpgiQXm@2LF1tkvs?v<1A@w(=Y6z#snu? zxN(7InVIBx)v7^SvM6&NMBoNS*J$#D(O(W|H$ep5!2?^$tx*1pFOq%de>iv1>XVt5E{j|*O3C{)( z+-V%6xhX9dDE*JgU&@ahrk#o;Yly%J&r2Ry~I%!RX2+?z<>XbB)WW5q9o z!4@s8f3C=2iZG{tug!4e68z0_oE`iAlptHTJheMdMTzgGq{un6VF`QQgRFfJ0DDSl86PMt?5 z*~g>1={M;ur<#>=6_e8fPHmdP>?PglrM(oywH9TBF?S&e2@vLM=Z%}~C zLb*5Q^Lj!e>`J2x(d48HTdmGH*5;b=nX(VH@+*P8v(h`1{F2abD&N9D9*&;x^;8?# zL9xc?f`8LXFEo@{Wk-@pF1wYIs;8+b(^VF`a)3Jfu?_BVzVH$j9}2{X5`PI0@sUa4 z#3?9p@=ZS=E%3>!h>b4tZ#0pMJ10}|L|g>(qhnjUibIxKdD5}(bQiL28be)x2$yd% z3}}HKCfIK@+4xkKRpMlhGr>bnrib&biWFb2&w@j?>;lDq)cqcV5L_ce?IAjgF*Tlb zQrmD&y3Wo%rJ`wL)6THdUrM%=Ccto4F%yclb4Y<-(3qa_nNJ!8_E_M8A^c0UEBbXU zfPbhPIo3ujOpJ{;utdJk1#;d9YH%qxI&d_K2vh68 zoCpR4ud(El*}RJU5JyrqY37BQs_-nhwMlF6ZJm7E_<{r%R2bUmEi6pXKnhjAl^CWl zu?29N_`r%Awr*RkY*Vpt7-ei`rlf~n9Q-(I@Q}IYeQuKtL`(LxeY-G6i}S|Sk)JZ> z6z7mJ!WLBq)Z2@2&>%0kl$=V@hV+^`ymXTquAei&wh>-jy!hZ8Xn(X)?_~2D$_#%o2pDZ4ju4nHIeg(Qf1O@=H#R z$yPZLN8gM&9Fk2cS}WF;i8dS6c%$3`p!8vk=h@LFS(q{xnp>?0=-6AmyUN%l zNb;hQ=J+cIhwT2E=0dHv3tLc!TcF}8lEW&cg9!lO1WFZFP~6C50d_)~4{}gXYEdaC z69}miDp0je%bYF;2|_;+nzlZSh_%ULVF~1J0T9mha0%_TI4~TIrMykj7(&Jzi^S*6 z{RjE8qm6H};FOBp+%6 zj)~>LGgLrTEBg(KBhVGan#CbotlHr`PAXnZa}oi*hD3%m`|F;~8= zGKVyZ#u*tf4bdm zh5V2TpJrK=fwUX`rPZz$iK&W1QrbnSwVlvsp54~WND7rzf`bjhda6kkQf{YNk)9{q zxElU=ni;k&$}QV-zN|%P74W`wiMPoY0@?8etq}p{v5&kk00uZ3Y7a^z9omeJSkYC# z)V8{MJV6S|PsJrE?XuK+tc$+)EPxM3c*{&Ns1&wquX>lcONb@gR;TU2x|~55<8`UL z+~gJyUs)oi>t8o3Es~&ezb=s4Pxc@ovq>jjFWy^gGtpuQdrGi0VuJHpEtc{4^ zZxULwb{w&8)c(~5m$FY-l^e(8acvwW4e{$eCR9&*p)mwb(T!|UW849Mn5^{5I{{`p zv2+cwRLh?k%H5yk2v)m78%71@ZOg15^~k+QklC??a(&&vC> zGV6xiM^psFEV$$gz~0@B68RJJnUcIFcXyJvfIz@7cZDvhV~8k*c+!(-NWjmaHqvbe z%q*kU8r2=^Vg~Hc^Vl^xo{ww5-Hb_>+1a*`>@U~XTGgkO^@la+LA7DTY!m3tukGOd znK7^>A68h19z_uDiHe`(R_D@ts(%zi0_V_FyQ;I<)wSWRYcXjCfN%En zCfVn7mFN~b_-2FEkZ(Y^(W<-X4W%`n(cFfXoIbce4jCQNl;&#n{M@xG{=) zstw)A4b8hxE|V>f>}KgU(N&#`ki+NH(C3U`%1I>Z#uannA4=*#dZB?23}S&N;!{V& z1~1XU8FW`;kEQAp1!f`T92ub&3+m}x?!e&`F9r68I-h<~nF$ziPJ)k$t|r+>6_>3S zoBb$;9>QI(`#}>^YpSn_P2;fEV!wW%W$_#QMvNIv)y;gk(GDt~sEJK%J!B67B9&iL z)hH-bc$l2mW66pdk>B+6!C@bkKt`qMlO)N106@ppWK+fS$fv4dubCpR49bYbt(A-p zU5?mPHL=jZP0uw3<1xzTrpW9g)Duhi>PU>T`!#U*?j}6x!7x!?R#|65a+wW)>4Vn5 zpH|Z^4JNhp9z#NRp%~1k<(tc1?^v@@m8UDkZL2T}ONKE{G2>}7IhA4|FP+3#;aemd z{X@4}hG8?oM8E0V-T{o!m$+|7EJCr@QKwDt%$GqXEw7A0J}NfWC_mfKSmuMlB0tPL zzWx#p1ECF`$M)MlJ0U7xS;|0zXwL9V{+H0@oF*Eu50YGnmTMAlHL2uag53lXpYeM5 z8OkI@*y)%!t2m_g{PtRG4NSF}y&@*t_?;MfS2D3J6SPmZbo$92Bdip z&l(YJTcdGJn;m^g1aTz68D{ihEW2BHt|k{bnO9S75mQ!%cLE`bVpan+5f{HVgFn-9&J&?M0+wTe8k?-` zwr%e2_no>5AHW}MGv>)Y5SpSinN&5KOoEecvAb=j$CfCv+|L5YKUH#EWzsYv@MFOc zaA??%r|WHuAk7REHjhiw;zH!Z6UOHEnB|rGs_5E3!6PaI(HuTEv8yW&fO7IFI=jhY z7Wib(t7ZiEwS+I|-zdXssPL&*So(+3Qwsx(I7DZB7PZ(@$F zkm*^K^*z$L;6iIR7h<>~f6LyXk?sTDd@}ubGqD?SMKZCO^FX2++fZi0P>tQH?{aQ9 znldw*z8ju;GaJBmP)b7_>>(#xQ0Y6ZT?wv?))IL|f}o&z~h8qrFIR}W-Zd+K|%!<|ht z69u_ha3NN@<69Tqjik+o?E}FuAH7Seh^}t2$|?6%)@{?K*P(eDqMV(MHxKEqwMJ;_ z-wQJ^Z8lnD`cQV zT(g{PUPU9;iyEVs1OP4_rOI%$h=~R(INk z@G4P$;j^nwD!v@GNVOheKi+iARUQ&l+8e$vk6&yPpQmBZNVQg1WWDSB!)$mVm2Un) zj|`^^e$#Bd+|=6*8cX~AKIGLd&GpB@dLbSW8t+T{`>`bf!tX8`t}}vH9W7>gJFl41 zB-zTb>ds5+@=){9R{8mA`z^xqZR!n%yd{!R5h8*%(98Hm=Qwbu4SEB--MuI*8l1w& zG0!vlu;80gP#45^B3hdtO{L>qCEiWu{i(5fa)TtQquDj*2_~I1E^g~O0A{1~dFi3W zKVW=(!aop01LK?H5V@}}P1YeeB{K9&vm@%N^GT)iiz?TY z@R$l}X#h2u+j@J#8eXoht>zU+as`9Vc*7-JAyqk_Ub2CG;>K7<_3)%G8gslF^ni{G zc2TnAP#X~`8{(lSx=cV4&0t}8Aipfl56h(GMQPfA6w*IAq-Hx14-3BUF?Kz_N05YeptMGv>Zlu?)=}BfLeoezKfAP&8rmfXNU5`Glh(#_BQ7?iW@wW^&6{d5UHuwGW}Z* zXY0XCYvC&hId5(ddzprhTIpRS((;=EGphE%CCvma=Q7{ie^T0Gh@{s&yoI8dK{V}a zPX>nTX)UcLDdDR+jxHJ@nyF(PEEQ0S@gz0Xd+=%72)B> z;gulWA@O0BLUNIHk*-SA?+;-HZ}B-jc5;k%j!W5iExr075L_L;@{Hm^ImIjb0loVB zeZeHtSR9hki}Y!J>SSzP8m4Cx{Nc8hVfY=Xm84ouzj}Rp-4s#JM-Hpha;9#;izxC? z%1dkIu^`;=-1za4%cSU=uFB_gr=K$`-LlpK!Z`$ixa(EnRo(1O`mnqG(5f(p+0ORM zgZ#F|k{++!IV(OyyQ53Hx@+6^VSX6sgWjVhBYhw{bxHLPL!Q5QUs}1mZ*!wa;hm*C z485bG4Dl?d3TSgkR5SsxrG3(`zfWnQSN*A58>?J7LO)r2FR|b9w+XVc!Zx)8Bs}LD z0u7D@x8oWfP7ZGf=a9Zw=wD(;G3DclW&x}P6)?n$gfH*b$h?ER1* zM`Y~VzgF!#aP$jm^g>*~@xQ+4uU>JRwp0!lJ(--=yW^V-QSz-O0%c{eJR`CAtl(2i z`xar?lxT(p$BZRXui=rd!Z|t*pt?a%Ck6OZ3%c9=5Zd8aNFqVN4 zyUHbYD9{~{rAZO$iLV(t*6fk&rF0*=aI!!@Qw@6Qav(UscjQizI35QPNbWbaCjWY* z9`|G3YC9j)z0(dfEi9Ahl%)T&-(Eihl@><_=Odjb+S6*w zbld(XM6EiLnk#v;t_GIG0YkrB^@c$1R*Go4>hw(@>gkAQ$WJYP@1ZnA3<#p-lhAHB zw{e*eEtVcm@!r_dXBAMk1GLH`g==gnp7$Rulbn{#A>$$b=}DY==2jGyDV~^1SH8gONjb2L9)x}DPjRC(7lNs(JWP5uJ@4$3?)g#sqE_h9@uG7%-%dLO+NTe$6z zO)*(NOgcs+vJm!;RPx7XDyX0Qt$fx4K7Wi@|25XWj2!c4I)1%PJ^E~8!x{v&Ev?)F-K5=9t8+Kcwv&-Vu_w6uy%)=!M2Dl3{P2-@0!i^C zmrnX&{C$XWSGnXx} zj@kPL_l%De+R%=Q&cjIs@@JWoQ*rWaV7|b^j|e?oH~XXdpBCL-77{-A0%zvzxO~{>XpN&WrC*`l%g&vfdUzj9Y)Md2eh9rICKxu+d;6e7(lKV2F>VT z3$B$jC5Cd4eZVl={a?%V9zIk_K9G^Ui+sWPkt_}r1t1b%#pexm3za;Sgo$o$iKXKL zB}6wILF=aG2$3?;z$2GG3Gw3wFB%1{-`;j~3xA2^?8HGOw?MAyzQ-@k5y+|PmN|FF zp_A^Q*X_x|5~U#|pdm^-pjeI@8J}nP&wOozTy}CNGxEI(2VFPZvi}J zY8Fa&BrLw+3P|>!@rBz&U3#3@k1k%T;k+2Z?tXW8z&!9!&njKTiM z7cSD`L+K}RO$Cz>9ZM&XURuUKxx9XrliFkHB9N0OIo2#wukwHs>bt+|DS)sk`0@D3 zuMkXaz$?^0UY{Kc2WgtM83|a=;5|BT0eacVI68~UlZL8|6 zZid~EN+;<|Z^d6kQ<_;S;SB$^?2E&5MQ5Br>N@8cxRGt zk}hvOfuNhZC$MKJFc$b-Le$+mLB;NAhhM2&p7oTUV|rB+FnguZTih_nb-$2aUWZj- z!d}wOVQeVPoo(ffUU9-j8U6|m`G8kK|Z zxq-7gc;Hj9#|0H5cHYzBXZfslh~0bmyZtXv7n7uR(x1OitE=sR0dmsI*L+0$@qlXI zP_h%s&E7ys9L`?K7o*J--JyWjp*yAwK%C^Ee4qB!89$#O_cnp|+x%V%T=YGFapi(r zYu1okrAhTrY@zScb%a;z=Z-j zRRNF;dQut8Y~`)SpFA$n_x(SsnR&$8)%LkAm?djK(~1C}MFIP#>920zXHvPH{PdFdH>@Gms11Tx$F*}*|wnL64NB8A2^N*~! zoK${N^3Dbzr5+iG#mja$FiqvZdZHN~kl~CX2o#k$q*NgJ0Cnt$YX+&y8lDu_()Vkf zu+;i%nLZEJv>s)2|7m3y{vG0X99!Q;)UBnJa%I5adjNN6BWM1rp(U{l+r-E#R52@S z0-0SDLpOK@F8FfPX1TP9)ODF8`-wU0NZ}0Puo;~X7imG`)-JeI%PAd66MPPyKihB3 zVKaE;*?a|JE)}yGM97<}rSYq&?J%A{quj0Tq`8LPoz&6XzDoB_mBMNQ!iPII9>OPm zlD=8k`@JJexv%cgBI0$$t)5_Knp)r1iL=x`FS)mF3_ilWb?p9Q4r9a(q0CMw!*tzB zD5Wg;{hX6EcQs{e%4i#~y)4=(a~jjL^$zOIUxW*H@C4?-6t#-l5l$=@oC?1y;qYjP z3@^9Spl^|2!FaPnkWFs}(Po{4Gae)n-xTn%lgqw>@TMtJ>09xM@ea1gGpqsf$I{9? zOeLWfT7-DeK6Up!-8xlTV_@z1{MQIm_Fe+TbOVAlTlp7`U1Q(nw6#gvWnP^Eoe2$T zgo_d`vgmrZ!o@~8c7zpzBCA@X=pQv#34J16U1uwVF$lT^yeRn7Qf?&O-82;^aAz_ZLUyyx+7Ox& zOu9O~g=M#hM(t)kk2O<58wQhB5VESV8JAjZ>3H@KzeZ%UbsNO4@U?M4*W7ehMu6H{ zIc<@(u!B=6b?fi)6ziD0ERyXcFR3|c`w{=X@i$;c8FDmhdY7I@mRk2q+;PD{v%UMc zOV4E0dib+G7ij2@e!yQ9wr1`hv?6f?`gK6}v??Mx&WqSOI&M;z!+Wq^t$EP4>1oL^ z>xx>@V8)UsTMO!lD$!u{dcc-yyz8N4@$Fg^)sAgmVW>`51~NjJ#$$QF){q*4W4Kr8-Y}MVPrsd$TVpDQ?+zlyaZ2%P{Hn-1yabq1)Mj1H2 z;bIy%hYsN5?7IpE4Bs7crjl{VpWY1edxHm~^22=0MKkvTA2CP(Nje23I+K{aBMit( z`+Kp`^41=KL~JK&=9;Bym6)jCp}M117-(Zm&1-n$3cNa_p~Qdk1^&5y%9xxrU(R5Z z+1drl7Vu5H;mMFggVhV@KDGeKKr~Dnqks8GKTJ1xQ_^bf@f%uzuMJv~-+{{QrTHbC zA8CvRmsi7i64_Ic!8Lc9!m%TH8hn_reyAz^ASas2_q!!U^j84XOh@FHZ0h8X=_?lR zRW3p7$_J1bbd~htlUB6sp07imi#N<7&d#$FO;B$Ru0a)7A9`5odHXx9dw`8LCD!PA zo>)HN;TzQZCUpgk9@~TgQ9MBsAyH0Gu*81xW;rD^@uc%<`WRzk^Thl2P7on^T1LvS z%8|GEA}zO!O)kQ!pn+jvW+Dv#E%w-to=B@-f5k4M8zFzrod*<4=%RrPjt0vrO8h2U z4AIN)zHJK4xh34!bE#&Wg^h;f` zXR}BR#})Um%)b{ZT;P+4|wybGk#}Ky_tYqsoPN%7qDpke&w$$Nn>}st3b~*Sv?MU~q2`FymF7V+t zbu0vU7!nw#7^o9Mke15R{4FcQyEAr=ifg=N-cZcos4T;*qwJJ-Kn`!_GCqt>@#571-fyvq4rp=|i?rViH4GZ`R}3u44`PMuB7M-^ zQYzS<`zHnr*Z}cH#r+?xwOmy};5OV(jY9mfr!dDn&$;zMz&6AB_OskYU78{Jsdj#I zht>F7?xpCPDXuC_@p_BZ7&H_jll8}Z%r*NlPvixs+@FD%!w3W&0U-Rx-n9>uj6aJa zXHyT($S3{o|3(L5Zt0((a*^K@aHTrkVZC1{YO7{o{Eg-nuFKis!t8{8p}aHs^cgo_ zVD3<-jugpoz5d%DzCb=JghZ;NNX@TQqm$FeN zJ*`@v=t8TyEl7U zxs|q1XBGt0FGspp(R&8aFW`e)1P~q>T2%CrDnhcs;feB0uJVo{8I0O^zv%5QCOK7C`cXu zA=e4UyX$uQJE`Vos}~G-D2%0_HsOQK-(33nf(mPBjw+al@!E`P9A17WS)?V;8zO?j zhQ?XV?TtEED<88q!N+mLlj@UHq69giIkO#v${XX=4(+yiSVO!EY`aVNjaMunAiIPD_ZDoIEFGT8knVN;r=_FK zib!h1oLgentc%PYq#}nq6YBAsNNHj?9kV-aWSP=m-WMXOM0~O6O=~(vfXj2klk#3E z>k?Hmxs`GL2s)&oaqqmG0<3QZj}9 zxKB{0d2v&Xms+HF8%f3IVCY=v?r?uXQ5>7oWZ7TB@Xk>1dWT@`T8^Of6V>2a<^k`y@3iUFuvLmb~4Ps`2KdJ>2u}# zsyY#mI`wv@2+jGYe?BHoqX%+UGj~H#G665y%yxwxww<0pUfXP9G|Ej9*OkPSj|1jq4h_#C>@;|J`7UFOWzk#AuN=4spKHnAb$;CGoC^OG2zn zn-C4P#VaP(-^s(nJBoO`n$-)6Xp1#4!|5Zk9%k)&x(xRc$ujj3(7cTZc0%u59O@AK z*+Vu738F24(mZsGZ<$)X0tT9Hz{Y()Y1pe>{ z7dbU|D{vc$8h~J1po;`)-z}m2(F8*+QKz@NIg5$UG~i;dPpC&{&^6# z(cP*oD6p4@EYM4Fj+gFO$*waXP{IqlxAlAnUF{yY{<(lMZH8XSNOU!*5!ZtDIK6Swu$K+tX zu}?V0H71rKdT_Sy!M{Y?Yg)mvrr^g$mCeQTk?6eRB12bj{tuVBSe(VObJ^6=69GOs zlw!gm**F5HajQPuKO+0Tu=3FzPG9^Rx|RDJ)`UT8`SpCv%iccy)-HUt(?JgwlHBwoA%9Wk4leZ^9KPG7xh( zc>DX$N|p3UZ;U@)hFEM9R|7IFhwjSgewIxpdd(5}7fWV)`+(a;jpaaJUyoT##eN`W z-0~(oJb3-8HavY=;>@^N+KJX`%Icps)CFXK(~1E7`Q8DEZKV4dYf3OlCJf6k|Kggv zFcdC!zw7s|$MiQ!?*tVIwZH|MKf0APYrV+6aEZzzMOA?w?OPNn-Z0WSAN*C(l2Z&r zCcF5_XJjcpOz_G3ZM?eakPuB$Vssk4y-{m1qeBR$1-@L|pA0D{bs=-~&2((TrP*z{ zxN+Bjk;D@*_dsF%UcPTHq@*s(8Yv>=eo0Qa@Knj<0IWgRa9)`O$*^n|^xg8xf+jqFz_rNayGSBy7g;<3g z&C*qLB3rj7e6%F~V=g8kl16*#b{?um+85qCx z_IOnU6t8K5gZUnA>j4*I3>>hz;zCw9vI0KLB2epRwNhy5KwS951HqJqcZrev*%^pd z92yTOh)t`x#rx$f8HU({D%SU@Pz>da6-0uftEjp2nIDWW)@(6EJl-f{9?7~tchQmY z(|EfAW&E&I+s*2NsM;;Db|-5?h3X0f&?j2b4ga(@%H2N`8?j-2C4u8)Kg+qiv(Y^F zyij>j-`c9(lKRLvkltWq3b^=1#Su*W(KSrsn&(-1%dj)3$3>VkD7a zML%Fd4oc6Rho7t`ER2t?7wP;S5|-!s9$XS1k^u;UhtZ(HuKWR@rK&6mxnNQ-Olojd z5Oh+5GSGoK4Kb<$1b5MNhJ^6YbRZnGK#uF2$yktG<}M=Q*`xKiEt#_ppy(#F$GT`g zbY1l~tnAC6Lqu%4Jg{i9_UNbSF>kr6ImNHb+i>-6>yS-7e0T6s-pM?oy%{h`ZS`i~ zyoL0C<%4UWnR1NEs}8rMK8}vIq&(n`RlzTXV=$vFG&sZkw||~QBRCG-?h3ur^9dqr&jgFTbc!k*V4lLGtdfoT8tXgg>4Rtc#tUG*1jf$YH-1jm=LcdldVc8hzZ({mIW>VJlINGfHHS8xjHP?|u)xTRbCEC(2JBvfzf| zvz0g83%npRE^pbd?TPED!sLq3@qaGYOj*zebXIUU zVRtJa&e@A?FZ@4gpn2S%!6s?QIQU=|^A&tl6&L>t=6{3nsL=^db$PgmNmQG<`Ivwd z&P=!|Jut;>RCZQ2mL6mzCFUqhW&3Xh2G%-A`pj?N<>htO2`a5wcJ~2UmmQX`0;Rnj zDx#yi|F7cFEbf(a3^48fCuMHTDtX4yRtXpQ^E2fCBn2}rUoY1x=3>s#F;q<3QF%rl zxgz!5qrbs}3IhKB_NSs>eZ=qf6O1!2N@H~l*c1KNxme3@Hx4cHZ?Lu8h7a2X$K@;D zzH!L9cn1ylZ@c)nRvzSv8Op%w%F6D4#%=zG6~2X5@{|V{g-j`mj{kJ!-=LG7R*8Td z1ty076Sfw3!Oh17Sn7*R(<1bRy6Y@;HRKeA;k@RMXKC@9mWPWtMDmWBhCu(Y=OmQ< zzp@KhUiq)=9y!8T{_~{UZOCcNc>QXPfso`YzRAO)i>Bzy-I4OLJ(9B({x4N!5jFGPY7Lh5ZE8&G(k%O*P z<`*!@9WYIcKwjE!4Z$%ubco&MiCe_{kAk3w;2K0aM($4JI$DxzDk({VuNvn@tY+xO z{zso2Lw>OKeyfPEurKQ7t;_Q}Cc_H^H1EkHs3a~pXHU<#&zlS6QPYV#Z*(wm`(}^a z2weUA?Y+7!S%#vgKDwT%#|1pf@mnn=*E>ZA%aAQwkHZ$u|IrmjsWt8jdM+G;Wy?OZ z&YTch)}FlojwSQ?-cJ4BvHmH*>xHUwj~{$$mBv&3za{4kGJyle!3z`o!hb?y=*K2~ z(q!)H6-C5y=Mnvw+4SwTqRWtM)zk~s_ak}hwcqhh+5^5tc{c(xalKyg8!i}_^U8nl zARvRUr>gf=cllQy-6Punkz*^vkm(3b#nqogot#pc+!d5uzo|O*(B+?h0RBbunWAG4 zy!WYI{2KmS|Gtxf8GvVGX@qs)s+#r@{|1KT#C4=OAcD}8^@t^W7hQ=el=SE>+0!-Zym%s40PgX&KA-C_{D$wlW!7RPjyq!|1hKnzMis0;{P@S zP=sjA;Rs9tjDPILJEDCOAWKy_6rzn?q5r?#L}CEG-W7|Ed)t4)o-5jMY5KwgV<={m zC3*eUCuAUf@2crA=B(}?Mmzk&=-(qCD9>-Tg#R|eu8X-~t;(eETapV4d%rO$=_dNN z$Vc%15Hx%@Lbc}#NiYAOL118h=j=v2WWfF}gKbf2SaPbH%~ZTpV^Xpt&rns;1Yb46 ztJ)JYu}x-jRj_qp%fB;|ySr9&8se5nVIHMr&wa5D);sQT;AF0up_hfH^pHD-`)B6J zd4AivrH3sdAR$E5eMu0a_M98?;+^o1FXP)ZeB z^b1ld%%*+}(Q^|WC%(Zq{>HE2e$f^(LIP!28#aLhN@W>i z?MtLveK6l7;Jp@O3R(uukg8r+k06imyYzUY|%lAW%on&hQl+uY(VFeib_5fMn$AiG;!|LZDlP zS|qeFu_6T;c*QBnJik>?y}hAmNlE?t?sA^AgQ6}7P?WUyTxF+3Sbj^?ko=&}H5u3e z1n3!IN)8`GxSeJE>EZy!y3RF_Tkx6cG(4M@*?{5sS9po;n88Xrvv9WvIO`__mHfa1 zmWV4NK`9TLhjbrcyeMvjtr;P{agc{z#Xe%b{Am;5<4|zX>7Vpl!QpY3Vaoo}Sj?|9 zY*y{~?;cXOfN_QET$IN+HY$1YMPekVlVODN7+Z;gEj92DreOLsUmZk2>;0O#^!8$l z6_=oL4I%`Rj)+cn2hc|`yvcw5xQb+1ZH?&V4_VOAYXtWh)g`ypmMjmjH5N5bTQ(;g zZZL&61o*n;w$hcWykbX_!&vF=9h=B^56skXm|8!^??-0S*K*>?sj=S_g`=jc*%B>U zGZ)la*xkKZhvkr-97X)q%Oy3BG@Mzq!@-AR)>WzP^b|gLYC^+Gg9VS>dY#l7ps-7i()w7cTk_zDC5?uazdW|G}r3&aG^9Foh z&gI2hz511+xOL+5fKAbCR+JR~SYvVTq`mxP*i>j30q{uKR7i= zP~=#=+B^EF{1+%9@&5H6@F7zGs~b4s8$wh!=0~3E+qknnqvUgBf2ldQ3>jbnL^LvU z9_Jpc;&qOUJ_70}9Rad&$O%%8$qqYwK2E>k8>td9!f7SzHfUSeOtL7 zJ12I&*%8JLZ&Fi&`WS^cd6NlC+7OOSM8B1>NoV5OoDpxF(fLP{#KbS2Aqme8+&NR) z!u_ne8Ob_{#sS@Kl6HIrpZtHJzU+{FA)mwFY)TH%UT%C2)AiGzVU|r6o|^{7Ryv~h z318zgEBUlor{z1{m~6i)WEzJ^U}QO!03N zw$OFR(tmE;p^NH)@)3sz(CQ9PKHQ+VSD4A^Rb$ef2r8JQFucMUw?|fs*E#21wW}K8 z-!qaW*rqVh9#B9+X`Rc(F-b#EFnqhl$n@pnx|lJ+Z_gr9F7^8uy&m`D9aRYhb~0@f z;{POkT#3%O=Iem$uH)~C6qn4N=nJq83!b%mBCyAJ1S%@&7V9p`E+!B z0`b#VT_J=}IHG*geEFs9Jj^^^4SBzUeX75P+KuEsTT7!KeRF)ELZ%S74$2(A(!;|{ zd2jEMJoLZUi}81cG~q-kGAv{h(c6K>EpcqR4~Fe;bxYcow-0Cb?QzH~4p-Q~-DOCu z==tPHo%^cA|5079Ml5ToB3V=W1DO_C;TKM0?ki0KM>2{;s@PZqQ>z&EduUN9z0dSY z*VhTt z6EZu@DZ&uWPmh_uh|PfMajy?;N60SOjI55cxFMTgF8r@l4;hU|4L06t^+gsyclzNz z*HQ}=F;yh0YW{Z&86dx`3Y5)k>g7+@4P9cbDm*u%r%;m@E$JYZCsMd(qhY6dcRxo8 zL3vmHepP0kOp^oorkqk+rKO)YN5vz!5l<_(bn%^KsF#)Q?(CCFKl*i;;WBJfNP7Mb ztq7iGd1;hajCn^QTN0XBXyJ2wY%-ZS^wm(-CGU@;)N<&mnA3wTDbxDP=^4^n&5Gs! zYSwHHyNP%bU}f`Dv}MD*=ntpwx~lhH$YnbQoE@8K2cqn!1gOZZoe*(R;3ti=hIo!? zRy8@@Q1Sb;vUvcLys|m+VG|Xjd_J=UZBu5L*m;jEzZg3p(hdsAl-MnpYZfX3?Nnje zzQrjzfh9VNshMfz1u5{?!W|xI#)t^Rs^Qik`KS~VMuvy&3KJg1`ksBs7@uf?gw;e; zs0m%jp~fFjMS`4VBb>yzPp+3-ci}qA0PsGp6|t-u?C|Q1CGOmhqRi|pSR;q=W6af+ zenV3~gf7TV{2<=H>dXED<=Y{?)A+Mi2=$Fg0-F@8`t!TCL^u&%a4w=xgjg4qA8f1W zy#@Wijd*WkHqIwK4j|E=ZlYfYH5B9Mad52^R!z_rRp9i%oW@Fr1pZ{1)`VNQ#FNt0 z@K|wXyAXyhHxM-y+Ciz#Xm#QIz5Bj%~4u5vHo z>RWwEOI^Szn-*1uD|A!V(ne#fLeg(Aq_rFqXlsR3=YzjzRR+%8xQONSy#(Whe) z9O;)9anigk9A*hATPfYdSw{oTU0~}Rcp68E5&BHaD27O?C$Yzm;RD!FA5~K5>UkCI zoD-PcI6-(~ox0)Xbn02UwO(Gi7%K4U%A6Qd8OZu8wA`lrK~HT-j1bzgVfJS5U;Wdc z{X^mtgR$adpoo$9{$AaRr0C?%Ml|bV@zYkZ9%aeuKdfNgsbG~a3xkio_62xBNB6Gt zxWzd1`H1A=gN1^5C)CiSx_Jy+Z2vMVpkGQ}m(`>4rCtAp17o+EZwu%VCANQ-ZQ%lS zGe`YG8r(uD!OY`<le<87KKSHd+}a-+jNTM`f#bi0jB%)|Pxgi|%oyX&%@-ulFcO z7E|61rUSJcP=mTfBwokAbEe`I1xLP;nuY1mfI4>LD~60N?O1NJ*KBTuA9)Z#KM&>} zhVOP!3W6ItPGiqB#V=Inav+r2dMQ`31<$dw?Pu0Wi7-@9O)~>yRx)>*6J14-CYT$& zf;z$O0SEO2SnZ?3>$uiUg8PjC8U{k1$Y6a&puNjFt&a(e z{ZAOC4R!~^ktDWKGy=M{LY3lCDVoWes_xBYUD&^tu=QwUbTT^j2uRI@)n2bgU#C@= zzW5DO*h70~Cps2tv=$ zTKf9Czh=S@(qN_e+Rye8_#N|CR52^<2n_7+>{OOsTU3ljl5_B+VXfvl`k6dBLs5b# zKjSvJNSuLz+bt@in(P-8cYHPCJ}9t0l1eq6l)x0cp zJd)5zuhKoZTERGl7OjOgt@{c#0xPDP_f2xPEc-9g(6cj&>TeD+H9Gix^ zJ?VAx*&ixTt}nW44Lt8cMc=qn^(4m?H|!ybjapFdJaKjqi{7f`KwI-(9~NFz4y2ub z%So)W3ac<+=y!GP0t{ZIcDr{kJMiO4sG4iJVo0fU1q<288FF=cVP z4gczeiiU7-D4n27QGLthVh=F|{6rZ&^21-(UX?>IqXL909}M)(?&Af!K#eZCLcy@B z>7kbv$%AwvVB3|fvlu#5x0vb>I+Q!3tJU*u=Y8Lp)N5+(WH23Qf42Kwnh7jH(oALh zad5^f&J;G>0hmT~E56DUpPpZ5OQ*BzW!fDkTSO35H+TO{cV>G_Xe$CNKMpuZTwdwFcB-;COT1tb$YHs&#?d$Gk{9!FU zA=ziqyiu#W)j3_Mv7n(1vd~ofJ&I1Sf}NRxfZF*5;R$a5E`2YFiDx`sP!p>d@y3s3 zL3Al(Q=zH|Wgf6vo+~9Xu8%L8Ut3^7jb(K>K*A{?@$_U_J-awvUf;(TD{6>uF4A0f zVLfI5+}4571JlYK)o5?*wAaqfdf3igF0GwM_;%RM;&9=-iLkU1+lqCj?i8tfm!O%ftm+gh*Dx^PX6OE^&Dy*7LOg-ehF-NKeQcFo zh&BJgD9^?+ekwipL%anDB&S~wq5X%mb(m!de>Wi4 z6pNhP=kk|n8^Sz_Vy_M+`@Z^ zO)>f09{q;QDcfHn8<%Y(c!-3a(A^=khL6{m`T1B^o+(+tldViU`~-Dv0P?OE^i92( z3+c==ViS&$HjS`=6=MsH176l|IP83K@#-DOhfplo{1wL-!1Er35??HA%gF0XVMH(g zf1_6Zp--1#I?j$~?Ys~S|AMSsoA(oG?~^tI{OFtEL4dqp8$5PKT8Dc=={^ZfpYHGR zgf!k&E_4W8g=I&r_BTLmM5AR(ysk3qgJLtF$Y^l5WSjRpj;waSI*&{&aC3-3?7k8g zVW8d)8`ucUaDy6=6~@IYf_$T)5%}aqHTXc0I04+P5^8)wBUT@{uE?Ro{5S;7RS>gJ#O;lcl zG<>ZzUVO_gtH1d0tFZx;3(I-uG|T^6%Cba7^?$i%0qVafuSQMS7&-6_hK1&Et!?7} zk7mAx`MQOCd?F>{znj4Wd!%);n_<*_t|d;TIb5Lxhf6ezA)Zduc?}Kl%{~5{Md~X% z_sC{A&s^64&h^q-1V~#M*0T|D390=F`7Yj>ph->85Hr3SR%&IrC@L%lRnBzl)mP(U zZvh_oXs6E2*cdgr8d|b}IA$}kg$Q!z{O(PlH$D6W0oQ-p!&X>ta`+aQYjApj6v)MF zmCaZ?-S{Em7+6EayhRS{LEfw)V1}REh@!Z*ToDx-ji_S$PjUbCFLzh^xcK7X$NbY!<}-ZU>uQjq^W>x`XAyCqH1K zaHl`~%N7%!|I-$ylwf~Y*|!kD&R?E4bM)14mx~-1|5ecN)CxaPWugJn_diuCnI6*0 zpCbh;*q@<+In$l7lc}(sF@M*2I^o&rYr6j$5qJM{L>xouE1Pu5Vmtz@D}879=q$*K znrhXt|DU~bYMZ)lD1C0Zs4M&t*yDQQ!w*zLzUKiFtgo*Z(WmZk`{5_Yc<=}zh<&*9 z_-pm+ebre&3~V9w`BPw-y|@ur@QkA3&%a&GQCKe1=L#Xv%RvJhu_3xo1G?0hL9s6TxQlx#O_5|sSX{|K6ALbf2x(IL|781BaZ|Kpqg#s5x$6kI_6P`L;@!u4kHvx-p z`2qH4y!n%%9OZKjbt>f_N&ih@IdFd~?Vb&$fA{JC8Xp4ygG$hbN)Lpe|0l&Y zqVzOfTZEr2mI?|5F?-;X+K z1SxWNgz!5%t|9*r zoq4&(*JYN!0HJ4Z2J@3G6J8V%;)Dy+XbP$X`tQGm z$%92R_K*@#G;SA|T}LCx*eLH}$y z&p7Jhz7JRb++oMKDlQ(8vhzfGJsCY>3@L-AfMkG5~reUkv|jd_rM&yUlsc% z`D`0BOE)g%`@*!qGHD*QJ>xq9Z$>zuythp@5Xi;${$O1(5@}Bjt%s_O9n5G|@AWi5 zr4V648cz)B4Me3_3_0#E{gihNn7cWiT)wmQ{6Ox7mIN55k|l@Ne!R4tL#g$rx_o6?1U5wgd*F z)di#72BR^B3Hb&7)J1j-@!2fM*9BD^7$_WG(EfaBHDJaXXCI>#Mqz(~;sdLTykTJh zR&hd%6U&F;aRX};@mGX@Z4CkOCo3S^C)C37LwoN#8QUHVS9~M{yda9rSi2x1x%K;Y zhp+SJJ-?yB^aj`dhw2dMUP>sqq~J)I1P2x5GNu=cgW!S_iU?}}Eg*J0Alw+yh%ewu zj`Euu7nvYaL_eIMCL7!l;!gqCTpzJs@;A$70A(M4t_ofbe<9;8uhFmRF>+lB_p?0I zjXaj1mel){M6o=IY2Z^`ka!utpr5l0*m)9#Zz?Tjv zd=5B8LNC~_Z``-c^GZd6nS6g6APRnxtCLSJ8=>YT+Cs~UN@&I3}f0k3-dxL0{`LD}=agGQ5WoS>;bnr(xkU7OyoN&6woEZj={YOX$+ zA)FRvjO`)*PYoYSs$baZ5OliSfs=mIb z+udpzA6U>TktQIPiDsss1a{Mv5okfbFC7gv)Ul?892$IbTt7d*P zR*hq2Rb1R)wtEKS>vF>bkcm7QTRftVC`xTV>1kD27VD^YrxN9;ANsIAofUoC%*3&- zmrCJ&P4orWFAT}Bmb0nQh0VywYRYLPgJBHHk$ka zoRN%wCPZ<+>?>YzE8B|jlHf%l#dMZ>%QM*OZR(pLH@OCn*Dvj<&l#E9;NIS z91jkHVa@?B-*e!pwF4kYq==VI6ezj~`1SIdhB5<~GW);nwI^Y^Suwb_V^(~tzuixl)g8_v0Y zVzgn#wToePcTC(dKz3V-AFT^@>InkdXmA&xf16^pPe? zRqJZ=Wh8WV8R$h&^Q)lLspJx$vAxBIf>gc<4xM>MP^{Z zM0)#7RPNm)4soQwdHC(`U~T(TtA|BdV>H(NvJQ48U5RmXTmAcA^tTQf{y05!$1&$K z>xRj$xQ$^C);@Jq;hS0HoF&uuJ+qJr_+h{e^kC_gwDbMb0@M%QUC>bih)%Xq8PsR% zYFb-1K)#(ji(t15Lw(4uSx7!^wDZWtbyC$8F7&QhXcM-<$3}$MFB~{K7U8>KvlATm zhM`$3F$@v{_dF0@P^G%k7Ck29-V3I)sn7I1e+%zm7Dx>AU3?3utvv-tfj4c}EIf>ot`9W? zI;?%bJ7C>@%(Z4CEN1`uizIl8bRMmLWwr%%Ptsvu?iy48Bs zRuYdE`h#V*_TTA`^^()r$F^#8ct@s;z24Hy0>y5|M~h}(;+w4!kG#%h^w8?|*)t@> z*`Bc6T;3Yiab8imN$JL0dnHpJwBtj!H4ZVER}Jf+v@QvKMqbIA^sDf;;8n33wiH^g z2)?YE+;1=1*nOTsFUJUts}tG|E7;Y~cE@w7+QykjL_YNJUM+s*hlds$O5nlVqH2v; zcw^cQ@d{4>t5++Xn+JLWgWo-HA@+oe{Vnbi>Sqe|%25g0>MLd_l}?Q-%+Uch6i(eF z%-oF&noY^AaX%rGI~FWYEgN#FbrK$F;C9lgeX zt?+Dk8;%|!tr4Q!31DN3?J}>9ToX4`f$hXC)ZA=sE_w0h^30qcRB*>A-kbIK9&lK)?2VNtkW)W3 zy>FT95o>jy{8J2nH2A|rPu9@tl%>Bq9iKV~uO z!mi>>VMS;>Mak5!{#^0;9OP{Oy$G?nsw7(r-+awdpRP%`BY%uQDbl+&Ld3<>cxAV~ zZ_&0mTi<^%J@c}p2G|f?qvQOv+jYU z9JNeac{4$MGcU5KdV^hX{b#=lgLwil)=L1SxyO1Lqs?!#5wSG8u6q6sTRUIH4E2Ld z-J8qw6Sh4qUP5XIOr)5P!D5UUxeUfvzP{n_WDYpcn8S5Rj-^0#?At;USiW$(CQt@u zEouOIo#yWZPV18lQkm{-UQS?dUPdZj)ueM`!VOMr%j_ul0mSybxCOjP$_PVY%S2@- z?$T5AvNo?+lL|IGB%W@O*{2WY2bB;_-Ke&Yn>E$(%V@-|z;CQ!Tkk2ceaOW-{`339 zi8cGRktB-e^$)ajj7&4`BJp*b+X+rmsiaEY_=_YZWu!*K5F%g_l0*T2INu~?gro68 z?89^uV>0m@5MO9S0%+t$Lrqlh{Wjw&%_=R4nhQ9)TQF&l0g186=e;vkh4lL@WlR}l zenjh;XHX=!m+RsukT3io=$yweD_Hm^GTBJ9v1f(TuyAGz!gna*K2YbVQ!`wFHFH1_T*bHw|OaIO3Z zbDcYb1<0)PY?2w|=Z`CXsY;rN)y+mZQ_+v>-O)FrL=!U5J43e(p^HgI29AZl7rEi! zJE0u!d^6&wT8doqY1j=v`exGq_8_I)#4cnNG*#W!L5v9hBHDg-0&5}ZVrHcV##*K0 z!rVzlL85`FZGyk$f%V7c0)fT*5s4X5q?$vM@p(HWF#{MF@jUJY!)OZ+QkLbEn1i^> z0SFsZ{!Uhd&mOa0s0z{9gTViiEOBTLNvK1og|NPyKnHzJ=NED{YeWC*2Ghk7K~FB(wRHez2-Uf2R|Odc8@OvP8`aolO0N7||7f3c;)89_>dd91 zbe~MHj|aP0YJNcbV6|=$z6$gn0%yuhg%-+dFOH-ebP;tqu{028F}Er-k~@hfeqS`hC%NvRu7N7G0o)xwC9CamZy#P@TEo~{ zv+cdWl4yhH_cyJLMKg^e1k>l_vI{aOmkkeB+$OE^DC)zLG%en8(#wU^Vow38TvO*t zLB>;Hr-6R={C!gI65}U>ZiVpXdktZPNK;r7D0=e6FsH7iY-@dq^y#Yb-mDxeJ}yO3 z5$~Fb%E7Cz?L_#S?si16F`=bm9c#uhoyA;&Ir6e-dSp>MF1A#>Yd*`|I%g z%v}a(r5@0t6smDu8HOXx1q40^+=+(o>#x_AMWFe}o9TKK@$LMJ%sV=ji#x%-;98vG1?8k<=cBaE)Va!rsT&t_jlkJi}U>Bp!d6Suk3M z6^vO24NO;Kvhc6Vh_dT*v?1W*2f$fJ?8ITR50x|R4R_-HRU8v7=Q$hyl@B(!U9mvP z>MeaIZ{EH)F&)qt%`69|#5w8}D0<_9+KU1lJ*p#eNcYO&C6vN9_B?!h>T}37<0c14 zG{$c$$gzL!&urX2oYuy8zQjJHPKSHAHpLtZTZQ!*3m*8vcIp9kEjmiuMDD%qJxI}( z*QwQ?d}Z{=R$BLhM9)^QMbaSjlR|-X+Atw4^58aWCH>y1=l&;Yy?o(O2>5fp_D=t)$4Rd#ViiUs|PTXZsC@R%>j4WB+MH8@REL0y^s@t87N-lNcH_ng+C6t{@~PySnD>qdH|rwZianmJ ztFcj_1WmGISPkl?)}gCDEsyKE{+c6o@@wsN(#=tOUE`GwkV~*OWj{RMML02^*yO1b zGy>}8*Mf8G_;$DvZQlJf>sPcOyMi&RVj7ED_!Y`6c!Sc-fcZFngG`94P*omiDDoIb zOtyh&75ds>S9`?qBXpE&v39NBMBNMH`DA!FBlbC6*AuCaH?yYAYwZo(@_0#Ur~B&l zV}DxP{n^QupnmD?ZMWVJDuehFI!Oj}Aazz-%SzCwd^n~@PiB z)c^4RbQ%5R2BS;v05jCLk3X6^Nzbr6)Obqn+1@)mPhV;+Q8L5*Qt9~xnsnw;%TwGQuP2o5vkF;*r|K<&$UI5e_i|ZIBu`hJKL;&TC}ahJ?msW zx14qN84n@z7BDFKS4B_%R8-z6vcB$Gd$vZ?f7YZ#eG&%{r7e{^23x3m4ZMJkw0;J( zSK&0zKWc(I`~ObBJ1jvtF?9OM>{yIWpAA|@K4Q#lG6Bh(ER;UZqcr- z)%*md@_8llDgb_ymSrZNWkdm&*D{q|qd0!wugn>Z95`;yM)9A{eWxt?5kZUQea<7L zbAhzTDiJJ%4hN$P(D?l$7sAb3uQdrOXWz!G1F++T9+w@9<|nAEIU17JEuIctghg|_ zWp1zLVsfiDO4B=ooHgtMLsiX%U&JXFe{-MKpqme3kpEoH;;Ad1dn6gA?fg)Q%IsM! z!RIb*RF?q3%6wlfB;$^2RFrqNw`eXi3IQf&2@ePZ_2hnK9(=1L(-do8Rjl zsZxxoL{=@vTO+UURER-vnXYcV#TKK)e|ptn&Z}!GsOB+}^|wVvpdhAyPeHUz^?uxUu@5v1ZE&?(IHEa_GDbDW1953tk@1)y^@GbMg!?z;&qf3JH;2(z=!x_{Q^lqLs9X{(=uhW46?KwvH|zJ{saoAONZh95+KI zPuL0J|FT>P=LO(h>22VX=d&;1Q9bPdjV%plp@_QnKw-H?MhZ&8d->n6!E5_4opbNl zVnjofR)nVL;gRSgw6LVunfH9Z+ndMQn{%BPg&ytNkBR+ACAW;6+vH5`;7wU%6fZ2c z=vn*9dM0Sh!hgyl2oL1oa1$bahOAHJ^Weye9M(_l$$zANyCVTv9zFM)G32@Id>dZ5 zGDV1I^di;4l1Sb(y%W}S$%oi^g9^cu<~oP(&}Sfs!*~x&hA>Sa!O0tN;fp)*VXrkL zzqLZf_2F)Bd40uHb4wy|d#1P1DIB*_tX7 zP}LL=ObNrO#6kz{T7X~dL)btA&+)+$`kh!xLz(h!whuqmA9uu`Rlf!Gkv(nAcMw}+ z?PnDM_MFy(=jt8X1B2l?M2zz?r{C-b~_{z%Q^0?y`J0{5Ex^v@H*WhTG=(Ti^98~K+NCg3BK{2ug4Z&Y?UpRXh# zyZe6E)Q5*mg9e*aQKw&VRVq(n3YPWH5aKfiK-5|b;aXxBGQix?BWm^z9H7@5JWERS)rHJbrH?9CPWOno z+^VxUSKRqP{7E$$PBxwv7gbN1)Q8ys5iLrAp;d@~nN1YAeugOh0*6IkORxUC2gCtK zz=!+=nsOTRJ|Nbc`Nb}-1XA$`*Gu?18mlNGH7!_m?n!Qe(tcvZ{R6}omPw-zMy4A- zlB}N|BWk)Qk0`}Gyn~sAt_RmPUYnRnG$v(qAh7~>2WV~=o05m`LcLwE$1N=~Yc7>i zy^QFvG9&mVH01gP$IsqqWMs8UMFInu$|2>LdlyO?E$l1e6{I&!h;X=0*7=&xImriL_O$3IYy4SvHM$rPpmV)-(~lSx55!Nh11cd+o^VckKr8o$ zG%Xht3Hir9bRFyxi8Lc_N37us=n~{f>;vDkzXbSiPsWd3l8;^MNZjjVenHOz62_RN z!L1A0Mu?lcvj!zH@GdBpg;=Sz3!b+YPEhOcr_(8ZeDD+JFBR5~)Z%ScPO)AaIdAo7 zgmGhp7>uHCctrp7q`SRiy?|{8J%HBaPiN3ztIhO5jUl<9@aTev-|*<%`mS+zvTpkr zmzbB!z*I&#N#F7y03%M-z~GCQzAJ_-|0v?5d5}etw(tfkAOE?>yd#p#yH8>d&{xdL z;thwQb?#2ZJt}yc<0bUfNn+cJ>3)~z@WCphBPlvmO-xQ&;)@ev0y{UL@BV#E%h%(> z?Wsds^3+(zNH(zF660m2uCCXsdv-veI(pcF<(w*xLK&uL-$C=*bhd!E4ffj{q(Xsv z7XG&ShYbG%mjHvHHpXo&G(-EBvqPuvpKDb3+U-F4K5$Aj_~C&MbnB_q=P#g~8w^ek z^jl9gV3yJzQPgJ%t*iy7*k{P^@BkB9lPt;IZ7-DtqotSN6C&$NcqyG4gg}w^r*Gr%6WN1Ny2X=xOFo;xcnCj)rgR+TD@Ebq`3!4Cpn=BI1$N%{$)fB|ME1xvvJe+>N6% zd5}h7&CcvarPSVUmcH3RBMyLWy2e5rJ`4#bnWxz393w@@1w$Tfgd_L*F}hTE5&Fux>g&X4veg zXK{##BZ#VK9v>%9M&8O5ra9&4Q7wMeL$X%v++-_Ed=MqS?}K0dG9!U- zqY%CWd@@4vU6}$I4v;_FSM9NtwD-0Ob2j3aONm32LWe4>vs5C6u&cniwtL9-CS%e9 z>g&Qr+(yl&k!LuK)X4dhJV5J-{qBRVDCXTo8h>LaRZw7-;QzC7)y(EE4Nd)4;#x)%Cqz`u^YI?4yfeoPRwG;*dyU4SUHEZ z^BW)aTUr^*iM34JO#jXhy;$w{C!2`*)lnv8$*b4vkry*~#5B=D zE&PJW;nJpdn~I{a96dkW9$%%pYnVWfnmg2W9L`kA_~{~Gs&}P3{M_&HDfUxxj&k3C zMlH^rxNg#Sc2G2*4yHIBBF3dw zvPpfr(@eAYP99#$!sC9o;VSAep4>QX$WHs<;g0wPYK0>mR1zV?ntZ02I=x)eaT~5@ zm}ZGCOVl2x!6SA9&e&{vQ`q{3GSw;J$Qm*|ds-Q>vZPe7FdaCnRJu8n^(!BQA_&Dx z+i?LM)SogK`iG>z*7$UEbl>~SlyeLGr1}F763qked8aU!-Kl-;3wrsW5t#2^0F`Zl|@MdMC zvj;d!o5hXj&oUR~jGc{(YLN>i%0WW2S9}!I8c(Tg!P;Sg+WwaH6#k9yD);C6>)OcI z74)SWAH*6SARee_wgXs`xw)&dOOSn|1H8&8vc0giPhM9IAKoELoC^=znr&4ga2VJg z9ivu0)k@}K3s!wyiZ4?vAs2V%Y=b-ahJnVA^AfWCnVYzT6P<`HU40J!GpF zEZWrI6#-3JQ(epRSS`}XBsOq!{wXCmHRFD7b#iRb54)7Lg>|= zS#&CYwi+ix-X5R2$LO6pU;bA5V!@w$2u4mC&)U3v_L{pdl<$>JMOLWOqMxxka<%~| z`*~o6uKQ5`SSl7-c-wj|PIA!(l@drJv66z;X<{$@YROJoAcUhJ|Gu52}N-YxPbPiJ1g zX~l|oMh*$DnX?!ldiJk9>fC)kv8N+s26x84v{4798-!%gjpORW5-a@pg!KSuMv zSOqUl5{h~`YdodnzmARV_@Z+;*;}E1s-bw?Zo%6RY|wDFsVlHvZOHt|Pp3*hyp@tp zEn08+!~D>GjM~SUzUVHfRCQme9`d|Wd~$Y98ZUx=EcNr+e1j!zi+r^%-Qe03LsfGw zdxcRRcl39G4x6ppI7+MpI>NG4guL`ANpbgne-*&2b?9AdzWMusZPAOOQD!++K#R*5X=_0(= zN{nfv#B=tYt4}pei094Fx%GVj7Lp0N1g2>u$)^J5@B zj^Bu%)xv8UPaJU!ga7*;`HZ0yC|^J8E%nLu)%#g9TBw(iC8Iej9G4JE_b=&Y~C7o zxmszyc|DM&xV~U3Fq)GpD1u#M@L+K$svD{TEEc^{Sx{KXDva)TZ#KA@OjZiGGws2X z)95x^&lYY6El6+CO+h>HSV>;FL|QEqDOG!@10!970(Gq?N4d%ap6MM`NYi}(~Y&M1;C#F=Vf)p2E=APp zrQBS)=fnHHHQ&D4hEt?y{Ca=b%)PXLUU7cmE!^gd8m=>1<&Zg)FcpoB%6s&OC9!jX zUg~$yar1z8QU`i96*kr^DH`f1{Djf)PNiCZ^rR-MJGa48-GvAB=msRHS(4clz(>m; z7s#A{%WucMYVK18(!0E04Ja^%zU&?Sh?tU6xBa4JRxxA6~d z9S8{mfZ%?Zr`Ll#iU(GcC_Mgz3@`qt4SC-vI7Kwl#NRD>hTbdZnwTw7D(W^FD-x$) zONHj~Cm$LSBtJLQ94@|q1|Q6wOV98)7*ESk93CESu|3^H#)SQNb>;TE2=x5<4dC8@ zisv$VRlLFrd#Ad;oL3X>vpeh4BQ`J2wp{0#-GfWRbuZoNg|5(BF_hx2R`XL#jc7;!p44)eEe^z|amH8+v zM!5GQd%_p=)PL@Jy0k76?2fwmK5d6CAOlz`siWQtL#0U9h$+*SLywy?z>%E%VvQpOKbH%zaz+Q*?wlf3 zX)mJ4H|kJk!c_MW_XZAW_*dQF&ACqhmTNby@#7-bRxv?0ZwYs@xxi&{*k`#;O=vJQz0;^w!ZN~9>hdu$d-Lv%=l&?_ z>hDFB3pV;!C7Fo*p0ATzT)>Xdg71zVh8&J;2X8xH-7=k2Q54Z-$p#;!({;;Am+9d0 zGf;{3FqT>1y-fbeMZNFF`90d#dc{N~YkjAv`x^7K1&R9}rp^~@zi~(J!%}~6ekN@& zvA)cKlLN{7ieuP~<04i1S{Pwb?uiTzf1G!;)4pSop>lCvup{`xFBfuo_Y)R6hnwu`o+NbnXbJelY?*|2H#yzWx_wn5XJrv^lEc*(x8=WKUFN0NSZek-;oEVRgA5m|fHEqlv|qn;v2ZX^ zlFz-t2-b%uGlt=e7Jl9M3i2j!&fRUqC&y1axy}OZEcy808nuei=Xiz3N-&_Yzm51{ zB71$d3PjdQgH)e~=q5^d?qq`j>hR+PPj*=0QI3*DY1WUL@^gmRkU<#B0KszYBk=xPiHnRBe1dw^Bze5R;PYyil1iaNV5$0<51dZH~{@7 zhw+VlxJWER%aH!$*&fKVbS0~*nnW^L)jz()P(d>#akhcXidEpfd&R5OW~rEuD74Hr z1D3Bp#N+uos6Y;io?o89`pV%|_=?&ylu)B@JM!aBcjekm5;N&e!MqgSkhXm`#W87> z0dvqA$!lQe+G^yK<4)BLEp|4m07drIollh0N2tf=3BM;+mLFG|9q>E{V2lRJ7hEJ* zm>qv)gh8|t%aL!YHOKs$j7t-OC!X@UA|GjbRS2ErI}bD2wN3%8lMK=z*(Cb?H#DK_ zF1_0nzm!xwkEcHV%z3K6JuiA*2K1LXJXs7tuN30yj}Xf&5gPHps`6Hi~oi@qPHi@NPA1Oi<8JV4`0BN z5cc-R4bom9j(v$g!^szE`drT{`X6a9+6G)o2m}rzs+a4V^4{~8&pNj;F*39vnvfcR z({F&gabmYoo*)Q4K8|P^n%+rJdjQje)~|?EMoZ<^{an~jq<(@QFK`)55l#UA3Uh@y zocJk#RwcG438HVrI_^#j+Q-?qM`e4Eu`_#(t*!S}m>;-%73nFUTSna|-O*Ixl z3BR`Qq&Cz@dQs%SAV2hYf#3{SjOi2Zdk@H4>TB%vkE={s1z})L=k#vt{BVKYnv|t; zkj=!4VRFfW&{ssu1yjS3ED}LJ{z{<~=;5GAyd($l~^c z2BRyVa|A8KVyId^824D~%ccPh)0kA}mzjP+==yk+d{OXE8_+1?Tk!zgTf~?9Xm6?3 zoa7MsO}yot%)st-^H~?zfEySHT|u>=K^4Y#uh_BzA^+`i zGJ?!G-Xpg3$V|#$7uHaUe2>>7S4|(&c`EMS0HHIMpUO>tA!^XOERg{0;Fosy{jPSv z$#rdXwB5Vc@$X5xP`BEVq?lhChG%HT(Zwq&YA&M(4H(op`b8z#CE({~=`FNvlg~ka z&VqcfXa#lRx1HJUYy-}I2P(nQ*Pt@Xju3dLzatH*`!(KAwfeom9m^Qwa=GMV1V&uT zEVb1w9b?a`%^1TTZ=9!a6t?M-mDFku^eHq44h%EO?2-u^L-@FFoC0wTD0-$mnHNdj zvlERnOk!JmaBsu$r2Qly{_-6W7&X(%GZL9M1AbKo)dy9O8HmxQLdEG7TFAko~wh{bqv(h(-0_cOfovE81DJ zxZ+r3|HZZWDvx9Ladgt%k9ogGgdp#MfD_eMfEmpccq$(ncu&lCxk>s2k@?saj1dC2>Z$7jg_Z}vK>O^Ni@fpHUMJd zNKzoqe1e7)>Lz!F^E=#5=c=ZL!cYl%Kbi)SOOh5X1fkt`Ejw;ge5z#XeT(0QswQyO z;Fys&a2TrBADm2(YXEGS%y-GuZ=CSCwWB6*r3`twPFYr$Sw`}^sIIcwvw8hgFw_eNh8E^Lfi>!9_@SVZYL5sbIrLbQ)hR(dKIUiV8sk9(TDxrD2Fz)kT>y@v`$Pgj6qf;ey<(Uokf1~2kE z5v|NvgWkZxP`a5_7dSKS+%n$G4fbl1YgRTV?Nb7o)l{+$UDlNizy!Zt>KD7af&!&~ zr=zZ@tL^GMh^ChLu0M9T^W{c{DnyP^!&KZq?KBRxqvfIv;$c^f!vy>%-AB&XaoXk<^hg)&1VHI zAKj6Gu~^t&k`$-Sm?zw*Uke={m#fN5vaSMT&Ki3(uLS4v6v*+jFSuoJIZXr$!l+o4 zRLCz*wimh9+ycSHAW91ZMRfs%4V)|3iYuNTr|d+Fgmxq8>Fxew)r>cfUt0LrBbmFe zNs8jEK2og&TUM}jL0Ar<&qAM>d)(S5J&VWNzh%@}-Mqh!xQop5FK%+_wKFf9+nw3Th=OCgx$2xjzvH(7D zI*P`%k%+fsM<&~>gGiB4KDD_T%QF`GjcTrEERd8OZZgpTZ>`Ne;1OTKlV{dDi|Raj zBj_D|Za5mSJ~zUVXqEbGhGzd$E1T;FW@hl8Cn zoMP^#ZC7KN1#iIxub{n%f;&8%PIi%88`F7T6U9!Hvig1kzVQ`>gNhVxkj;Ac-B7ZT z$yWvc{BPX>6{BM9(MirKyk@TFawND3C`5uA6O1^6HxiuKeigq)3h9&&TD%>WuRSmd zxSgEt+KmAnc2zkp$+7vI8tp;0dh>AcmLT=MTjF>Tvr5_QLI z)b^KXaJ<4zC&Uxz_!BImv?Q;SLqF-{Qhjoc2@6>1a}09@@emoYn|3)NW@YMX;%G98 zLUq>s^?OGXdj2rsUn3ytxwp%2RbjJ1y~ahLu!>HAW#k+e?Q$0tXqQ2F7v~#{`icgl zud%~{ZDt!YbapaXngr)Fy}TKOdT+-GeqG4#F;Yv)`YsFJ803ZpN7$SbpNFSI5K#Rj zQCKD5WMDi&m(+C6_^YxOYwr_8?~W3`#H9MgbS(|p?WdSuX{X37g zl>)*?9xVUJKO^ppTZ9YgrVK#~tE8J-f$z@lv_|FwF+N?%fJ6$(02;+b6|@6= z0m4Qagn&_$8U-Iym=rOxARiaTAG+kibHg!4`&(jT4M0T%Ij5&FH<&&~`PauJaT-nRNN z)VlJZnhrMhcCF=z6Tb81!q5#UhhunFRNSQ@=2 zt;A9{;iOMu*d&M*Y;PWYn*=i*n6kc5y0H=XyLTuSxvZ*)e^&U+db!u*X)yIZ6C5EZ zuUlrUC*zwsv9ieJ7dWg?e_J>{Xhb>!GA))Ccqv(N9w=zhwVHC8WN1QkNoAFr3sD>ztqjW$MHCT`5A_T2 z1jXHc!5Yh+0;qW6(e$XAeJyScPxQ!+VB+uvR_t9MT|nIhu_$Y@-c|jQ)s1LuioyfY zzziw0gmPg{?^+p@mY|>S1jx;AlyN%b)Zm(9oN!ZYEW0Obn@195h>RAiKwT3QzFbLO zU(t8eJod-@DFx*c$9*?yNly(FDrM}3cDY?P{Ly$a+#VUkbuwLW29uqQuDV=tk=VBg zc9^`cM@c49*{M+y=v-cnr+5gxAUO6BHF)q0jamE^vQlylNA6TN*vP5(F|WtlqF>(@@IJ8HbrrRt3h#=RTK%mkVqEu=Tr}1lmgc+Gelw^7ep2YN8BxKRe!r* zkbMZq=9N7c!V-7^c?n6g`6GjA=iF-(7>cm2sR3RmzDQD{atpeyqxxh})k<&h`e>Hj zsaZ_@5KAbt?VNrp{bWt1fW|l|Xhl5pNDKd?$|8cILQd7SN03B3o^GWULx0n4D|q{G z?b^qjq~}X04x3RH%nn5dJ+VdHEa6CS;D=Ro-f9t;epnU4PWGi>==kPIg6pZh`V84` z7*E^*as*aYyIKo?Ajl?6vi04bI876p=ToQHzSYE-IOg-MTLXxqy_UVx#L0-0scR)O5*S^xRH9aU8QuwwOKz^txDTaffOJU~Ztw$>j`-id5XP4ZEiX;kKkR~(#< z>_<}p%nJD^u6ydhE|+w-WZ+F+juANE-bka!qAmDWK!eF#@bMVQ-MDiPgcic{MTG6s z${Je^JG^R&4`j2Vf(;@Xkpo{vI`#99Jm5$0=i+07Lp<#SQ#)fPWqt27h?)h(yWYP$ zWWUjmyS-d~z}*x>Br~;;l_CM3LzGzRsuIUSreH~Lj}n0!VOwigflJRK)f$&?_91<| z5TEwPggFB94XW4_v;`O8k~|-?yV$5Ys)Q=5jtOFj1SXS4wDAZC8!scz(B_%@VgnHT zk%k|LbQaO&)pU^Y_)xX0V4{;Chvd;0f{1bYY}+8)e2MC8lwF;q=WXN@3=V}q8p(QNOwoE_(!(vKNEoN5@zI45=j@y|9N6OTA#n{x>k7)G z16Tt|H`>U=Q(rB(6bWPci8N4nmLUqT=)u0ygL?T((*1g90?{jdY9LjmZ6i?vndc%U4zWAU>}aD!;N zn)bA~=Oh{yfJC}fAzvo9!E_Ku2r49Xq-xkP6G7WQ*tF~1fZ3~fTFyGlQts=;MAfwg z6Xkiq4^l{)I+EUWQcWT0{=@S@eh>S(dA?Fwr<<5weNwWXueUuQ@`gxB;}xBi2DAlL z;volFN${i~RdE(oOp6=^Iz;R|;ij1Lpp>`OqS1BQ^&+a1;0wR6h&UJwMP__ETPLzK z6p$ELt1OH7SCG)3R8qLcO0ka=_|&8r6C(pD(`*se3~d8+?4p{9c&Nm~5Kr?%$)}nl ztmwmJL8{WA_bWgT1}}+Zd(E3^ARkE&i0Y$}ieTHww5kZKss*>ZSu<845c`%X8Ch*DBZnI>lz=UuWWd>Mus>$fesOAih zD-jtK1RAIh-F+jElEDyojsQkrX!T^96{Q+z;NTt0wj)jE5oJj7Baposcnn^z$|=1y zG}Jm9nXkA|>8kJ3OT9VLk0S8Mt=koUzYC4mR?@H^)5DH8MA+yy9!q;Y&IWUWG5GL7 zfP6GxiDD)2ai`;wyt!Aw&$Nci;POPD27VO4+j0nos56G)(PQ}g_*IC$lO^;Iy0V0|G5H84%p6-8lrsZ#w{XV)6< ztfA=^Se!wDJjyJAw{&#lg^WuzM53WSI|@=U0?kk+Mar2rsjtW;Saq@2nIQANR1+XOd(3r7U!AfC+JU>VZ4=C0y5dO|G14S1+#NX*9Qez{mL&XDx zo$kNF@dMo;+{Q*gWMMslxBdcw=PeIxIrJPsK9v8q4Ug>9=4r-IaFDg56qF5(2HDJk zB?t`ZExeIf=(t#p{>h1O!^Es$8E!uJ+q8EUw9^!4Srx5jCE5>u`UQ#=!;|JW24`hc zX;JFJcws4np+tCYn#PRtjM(;xB$7vI4yHj~T6{%BxJ3Xx`cYg-3WE=*pHI1$JC$T! zp*!`m3BG1>ng3`LqyG<3gdc8v(J;|D#m4HcPW@=+R}Y2oV-LyAdqqJCbMRd1PP&jz zi6?CY$F>C}I5WxH&MO!#72CMfP-acd_pgWA4rfZ3*sYkdpc_^3(+i2T$VRMWIBoEE zV|B72^C*DpC|WPJ$816eV&tCvb#W?(EP{Jk7yYu>e1EQM!6QR(UXp%gvLKa}I50mr z;Di9v;l^HMdf7>N<*mrnBrkzF(!i4!5nExLSr`MN3cuyyex_d9^L)bGtJ&509@qHK zh-}`6mGUNP>GTSobVzSzDu{g}qZ=7~tGY6t@Po1uzZ@TMv20wiC{ye#0f&oGW7>Cg zaTqsd7`otOwri&vi-00kB1UF7q@)XfeOUeq@xKy`%rf#$bIr$^@v>*R_zoe=(H&6m zH_}*quqT)wUs;SHk=8fu8cjm&Cv_1jbJMB|j%1@OXy~{|9&34()F=Zhn|{4vK9oi#ye6Wj5{t`W^J3d+D z2T^n8d-DO0`VK$84xrA(eUP=4?PL^!NYq3awVQs7Wr<84Xdqen@szG^tDRCL!;|lM z0g1>XcTRCGB5d!ChMM$w%hnq>>ccOGt-h#9oE*7E_!xSTnM7sk>&ZmV6k*Q#Koy^t zZ}Mn+W;=Iu!4brKf6N?&#)-oqDR(O=Y9Ms0X(CU$UKTr}4yae2GhjR(m9oVWd*1rG z_{Ch5CVE~az^6A?d+Ae7LGCU=lO!GUr~U{-JpW82`T1yYlQywa^M^;L%46xoTGsvV zwQ@1rx7ib$qsq;uEsVmVE-Jd?$HjOT+sdn_#in4}i?ipZE4r=6&Z9MNRn zZ;R1gwjRsRHi$gkjjO{JWiQ&8JxfSEW3O2Q6S_cK;Mf0L=vaRJ_rw3Z>y`w%3JEB; zbxbjFwwZ2cKi0*)uYz}9g6Omg*lZNKTFr6&zkjw3migbEwvf*McW2S&y#GB0Z>rP( zJ=TA+aPpREV?RcpKKu8F*b_;E#@Wb-y` zrdmryf0-W(cvO~(%B++Z8cR=CRT?XT0RQ9B*`}I^ zJm33*Q|i;KDwv;k=Z3fV`AZKW5u!Reg9E=4k%^>qaWs!+?K!D#^qy0 z-r_;0~*e%fn|=#l0JhRt6DIv5Ze)z0bdEafo6RVj>T z$Af><;3`)J?7{eDLt zrMpVvzq2z(IXZ(63GN3kt;s1bpcB<`jR8u+TKK;6amB|mU~h}EmzDi)zCPwnpFx;B z%6C@0;K=g9-jWYVCy-};z8Of5P(=zagcPN~36$_q>FRF&{WmYvm?re}j_;B<2X+G7 z>Pc%xkX6_c?JNuBdm&XTR=Y)vTEmWTBl`>g{Z7!%(J?&x+dW`d@ZARd>%gfPUg|90>l9hWJ%H>PdXTRc zvu_~U6SF&FE8&eGlTyIW<7DLsQ1D7lCfqa{gt6ZgNuU+$i0I}&Qiz#Aw8C&|t8njm zIE_P?emadfrFY>7WnqAg@sQ4bzl;%Cwoa7^R z4CD7f`(pk_LU9q32FH8PYr!fT>~SzI!RuS!NIQ}TUbnfyTGSU~=8<+bCATjR_SskF zSuGdIEgjKRNSvRH(S3wSnW8t_&2e9WKHl;^l&pHQG(RXwvw2^DZpQklJh9{zvYQAo z8-aPhq#5X*#>B=n6xF3R+&fQafK|GLpj8YVC^ig?x`yQI>Bg(6@ zffHZ_ifZPZPkBXms4@rm9B`7PlD(g8Z`ES(DUSy^(<0?Pl&-3$C$oI(Qf-s}=DIdV zqVxx{7Q!&j*wqBesNzy}eqDV{^os5-2TD)Cf7oO5Zx*TLwf#=RC4;1irmI2Uhz-!E zu@0tnv_4KQaN~j&Ha}$Z7MVOFgmNP9Xt9=@g|Ir>t`+&IIaTbFDW#YS>Isr9`LGr; zCcw~~Ep3(hJ967dP1o$pnG+f%TZayoTOlt z;l=B^t=)Z|@1`onXz_W@7`l$#R&`V%_bMBV;%^_G$NNnxI*8N!uc)Lp$RKe}54Iz)*5;_NV9EB|uqevAWOF>jvb9QE_bi*2pR$}iT5CsroL z^=6k>B?wsU5&3hcg@HNTe!yuDsdux(Qdnl|@tnCb4>;IWxGVSCIiElegI%qwLh$2= zqOS%ROc#|~vz?9OLw@=ZkN6Q4^)lL_4?w6SP8S6gG*UvbCe2=25+5|Wmv_{$Ewp7W zl!GA_$7!kAtl`&S+65sM{Niv%V1~7SQJq>X)fkejj7f=z{!&Y8-M*9N*)JNb@4y+h zVZcu`Hk4KU+SholkMkgbpO1W<6PWzfeYkKwRDj1pupUR4Ef%v+LTX5(F40df+`X9<=NN16XR7Njh~Ivqu1prf8|`3l z{!3XVywLFv^KT9_Jfv4oBflKbAb+oa_D#1on!n*O*5ksB z{_@InUkpN%RH;xXY-rHU(1Eno+3z}f)# zh(r0q{2wH^q6ytQ;zn?q?(Plp znec3`(&fUA5k>uFleFrG$&%h)3pPRVhdqDli|FJ-J#_yjJNR`c+1{<%PM#PK4|I_V z+f3&AC0PcGa(1vG4JMhRi?@>SJq#NPYTEmuG(1QYC)jwHX#Y?-16wBmw#Bl#tjrlk zzPMA9J}Op9w>kT;<9tCLlC**QQGS8=hcc;gKbOVK_@b{jr%@bevPdVF=W#6UA^f%d z_63;2?_n6i*S);x@bkNhlm8D3&e2+ef42tl+xzhYCoc_ypaQ6w&X}$r9ZN4oqwADqL4TtUwl?M~D5! zVk}$nJVu>3K8k@f(ct@!iNoG^v_uxxH^L8(C|h0lH6sj+GZQDW-HCB^U2Lc!YD3!l z6XeE?#8#Je8IBi2!AclkbI(FBRJ`Tc9eqf!Cq34riC6J7_RD7S-CPgIO7naeOk}2%kf%>bWWi_P#A*D31Vh}A6XzDsC#3Rrg_q0eVQ&a>0%-fb z07d9O6AV4m15f?bH49gBp1iy3KMm_{;6mVQxC;fQsH`FiT5Qc{$hvPO{)q5I^L%zZ zc}Zb}(eXngfWoZari9p$GUj=d5PZF^@iOtdQ8gHUo5b_Cnysh&ta(tbp6x+J}T(Fq5lV%bA((8D< zO*OS6A(u#8$(DwzygPM)K6&z6Y(D3Ut3d0(A*7D10dRJAzgQ80ekVR{cZ&{x!{-iG zn0@kIfPjc=tGU*1TaZEpc1MLg*-w1T?)C`)1RJ+UA@Q_Y%hIDib#U)k12}On+b^Uf zd{N}0h4?QNEyYRWlTYgNK1G{cTh%g~%0y0Pr;dkB zPEoRNGS2l(awSyU7$mdt6Ym{vkI&$AImH`>MLwFK-@BJFakbXkp~P#T2=wSg90ht( z*Ku~w5!Op98?ae>&}qC6hrvX?q>Lg(32*U{zP&k(8Sdf1cUlt>R77V2#3#~Tb;4H- z4JzW7a<8Fc*@k{=51YVTl~OWP!Vak6x6rp)IJ1?$4ZL z)vwV;HN(GuptMVvzEj-QOkMKIWz8Mtk1MJRpV2xfkjolFjed=srlwF|>g49)zg;O! z)GE;v)=jega!fP5IJ&To>DYUne5~bJyz;F6okFrK$u3v+rtqN#UDYwGCHqj6ptHlk zQYb+G@eJ+#f)YFx!FJimJ}uc<0B5jJO0{xAmNK2}CIb_4q`@J5XwHd~pmf={C$vXZ zaL3crw?3WofmjqGLK*a0sGvIKnpdKWmVraqm`s4C-$ykBk7uWW*TfB8_;}51VG%N@ zXmy#QJQBeNt^KomRnU#31O{zqL-Y*)%WB_8m1Yh)SB%)&THl2>@{h>P1!Y^MmF?3^ zhZ=Kw@$i)R_1Q3^M6%BEDT2yj$pW$-@`~2H_BO*PXk4-Dr~B0tUX*>M_my?esYZ&X z$=GwVhzr|MuwzRN4`_B5Q&EC2XT7mQwzPv>_lI2fdR+b*Q@7ZmdR@aGFw4XqF$|yL z_~kCgH3x^a=4F@jX_Qsgo$U!X8uq!aD%WNPrmRE9HWJ$a09#Neb6XoVd zB(Tv5DsTw|z#DKtlXLt=ZfW`cWikob%rkLkchIIlBf^ZTK+ECT39Ox0=JVP0SZKv3 zXZuGRhQMqvoVa>Erw}P5>i9AT-=oMa_Yh*K18@fCzu*eG`L}Zkhd&YR8vCKCSRLv! zk7CyKB7^sUHVJZxX}@?LGh|o^Z^rhRTs)^jx(DD!IAI7$S@BHfOs=0GLGMxD8QTM6 zyCEI~QUIfYqV;gLCcP0a+#T+JZlqE_LcvaAJ95Z2rbc3r-^F-q%|w z`G)Ri6I0hW!bl6FEBOkFpTzBOg=9HmLuAycOv%WHkP55CAqwK;rgv)$V-{qIhMMi? zicE=FubkQDt||Qc|BGmqxI6I@^(A>=02X<%Y2W!*6b3Xnm7_% zRB4`6g)Qqc-EM#b7J{8ni%j!(m`!c9bXh`;x+ahx+IX9cK$4NXU&v%a-s`9Ukehyjd1lIOLt%wTmP9Z^VMl!`*v7G)y~W zkoAn{S^3uFzgi1Nvok9+OZ)>!)kyJ7HlPD~+ku-MyynHjtkrujH>gZ_(4EJe?(NAhgYsGKKA9Un zZC;%1FK!PfXMD#$+K+sd+~D$;viJ06%AxaI5GlWrNeV;W!#vwXFyA2p zB1vOuQw1MavGA<#ne);aqA8I^4<$r@=}|L6I}XN8Y|%=ZgjXma$=$;sxYR72H{+Q5 zya(R2AONp>zPUqM6$b*L*oi-;y`7%!e>r))T{JPjU1dukA%pFVS)WZpu4aXf0d{w} zI)E*NXYLoDdHk=RfC{5mDTOB(RNz990b-zPNT;1hscb+7+mzkULescLr{u*lQlJGE z;YlDdj3eK9&FwAXyU^ExD>Xu^FK;OXfk#wBEO_R=!^#yUHCsgQvmWr2Jr^@;G)`h( zACGo#Czqd(r|+LIMKV)Q#{u*ckX=1we#;lm!1=x1U)t3I9Hxp$IZK6C){!Y)_6AvC z(p!V1*{QyTwnCsno=*ni31sC-%}huv^9FiQ;&O&Xzq;>OvH1`$J>yrNk11UZqz#x^IfLHjDNi7u5 zyP|D_wTRN^iv!i%qPtrwxD#7!PIE0U@$`p7S&pKC7X6fRj{6MDuc5%N&syk~G5`CVLX?yAek3O`f<<>UDm84$XJ$i@6%>r?o`1WJhNFXrTOz!7wmB zR;yoL4|qM_0g5uNn=sUHw@pPS2ca0UOw`B}m%G8<3;hM?5&7hQb9?*5LUEAiiTFgLI-lo;5rtu=)M5e=du}9FTHrC1{?n_;C`LuhI#}51AVU65jK#V{1)WIteH5qhJ#@qiy$FhS@{|04;&~6P1~~r zPLQx91}y}JvA@j#LZt?i|V-w5Qrrt;u+Zq(eo$7w0_C1 z*RNhD_x9Z-r9KF^Uj3V1_Owa7Ewd%te`Sqog0ADxFcMwO`2z3FoZ|zmxgP_B2C#N~ z_z01b{sUvGk4g10?i|KG%s9BGK7HJe=k}5kXwui7US`-7GR#ib$Mgd+xAb)+Amk*hr6@QJjOz^9V{1zcoABc_pl$_!XK47bBHg%N>EXyy=Bi zgv>r-)bln|SsU!m@$`2w0e{lCGIBP~DE9Cw&C0=2cs|~RydnQ&) zubNbl z*O`hB8=M<$kGc^yc_!xVnS+|MaTl?>VFfa~QhsjjlJ}Dtz1yG#j+j;-o=od3&b~J9 zr<+V_7G)yTqk>P@)_*>1-8dDGb(f7X4fk4S7qOyN_lx^9Y(=~=rY-Ex^2tQov@yzB zRilQql^-YXFT`>tLgdwIeJC~n_~kMzYgqP79BM!&2*1e4U3*W8m1kUHDWrzF-GNv5 zT}Q18(VZ;7v#%a$^F!h{c~ns+{HVg?3#i&iwEi;iX(mFHS%k;``kQAsTJ|bkT`f5z zxFAH$SYcUOl#~=7%PenokX7X2jXy5yY>5*p{cN{0Y*K#lH0|m)pg6=;G#f_7{XB}2 zbBb0$&`cvK4SOpci2kB&+gNX;nc-J|O&J?7qzu(f)WLFUwSac?qNG+ z${eV=X%l-@lr_cWkVTzhaWHw^oa?A?^s`oZHf+40h@9)!k2^f`e!Nk~QsT@>>mYII zT(Cp>kefw5{=WRmsdW6ilK6br$jH@^?lsil+B^4`(uy&tVCR6Pm}=-x&KtERpmWxI z_^LZT_xGMA_z|_X?QcLhpKZ{g1mae;QnkCJ_Q)m8n&=DFl})pWX}M_3^3-PYC7O)L z)yl$T_-0NCdDba+_Gy%blN~r0pa<5oSh1_G&+He-1sz_wEC(|&v7{vwHOze~<>xkE zj3p-IuAQZa(h`xR(JjAO(CY%=2_n4uIV}tGQr50csq1UfQahvkjqYgsj@&KYv(|Vv z7X-co|GUUJ0i?92PnaE#6!$u^GbNz1y0YcSjEkE!+0WHPY-ubShr?nNDX3bhU=#eIN(lr>3?KS}z|c*4?n-q9-et2rd#v4fjEARD+?EcC37_hDDlLONt0Wixc86jgHpW&76lA?D& zNXKou_lI$kFB5Jfq2V?jA7tB|2)+e zEjztSaq$4!5qGOk$4|(8sc&r@X=EG;i+j$M5Y+FX2L14L{?b6b(fHTgS}lG^b7M@q zvRuL?ac|Nv!Pw3-7tSt}*Y-983m%9?g0M>Awa4oYfbQhG@I`LHod&7=#ny>BeYAhI7K)`6H< zxQ;UHvySE3j=>FBuXBwdmk&F&NZ>!MFBt(W$V>t~WNlz)dex zX?i%xke235`4zxg)Qo)x!4AqY5}XCV78f#-r1VbOb)j-FO<2`#GxfoImJ`Da+4WyD z;;J{!vdurrnIs-`c*snA;B&Kwa%S zM~Pdb*7ISj3DuFGIgXQbc#K&G@U`pv0#;9WZb)*Rp7Erl30l+2D{K`=W%))=h-Z62 zmhq&dvT#R~MK#fygh4Hw7dX)D47k!zIxl{D0lRU5vl!s^ON#tDFEobO%{yBWjxNdfDP{x__e`sAu?MdLCxLzM+YZ)ESTUf`oJ;feY@shj$75`nZ%-) zn#Z%%y6kV{de)CSw&?p)afdht!Po%;i(D2De(meF!MGAlyN%I}19LzI)KT>PMp$>j zlSJ~BWvmp288WtcERU1(c*+ddL0&F;bX%{Z(DZjAx=I5iLMs7k!Y?Uk9C8lgig)Db zy*`#nu;^G265I8iz=nsFpaU*T7u5zB@rinPwkAcp_KiBD!p?aDN`7g#xJV=>^#o2n z^qTbX^7VK&TtNij4A-Zlyizu3K9>u-B4j-iUI(98m?&bw7)W#5?sajjse||Z&G&#b zBDw$p!j2kjuLwfF#FLp24l|FDXwPE#k9>YE#d&e#?k_-=EJoE2bUFfAb3yEpce!qz zhQyw$#0UfC_T?PJ^KEYIdteB!XX2{|&jiT4kzC=Xzcs&|@uT%6pU%f(RfW)gShyrI zj&;k$2p}VRN@U6V z3YN+#`MF3`Z5+?0g^-nGoCy-C9V-Mhd+=A5WGSI5^TKh39Jf2p{L7ad-wX7fh|18m zpLS&QYhrcLyCs+kfEDZ$ww0nHb5Rnr=;&^>ix zn&YKBGkhpF!O0@Sd7#^C?X9;+xO06tQ&Rb1(^iUAX05??Rzk9y==q=$#%VcVHZap+ zFO^yGH@RF}$!lODDoZGn8Ob?XDf9OR4`I(Azi6R}q$e@75#bRx2chydYaBgk6GkiQ;x6z+Dcn>j9?p9goY#ouNPCeWb!S0WNqD z31ClyS@1B&;Maua?_c+0mh+zU+c<;>hCp> z>&ozhGW)Y+#ePMAj3+We5$anw9QRJehouqdZJ=A1D=zO9FD-`vJsZNs(Yf=g@or~B zLIPV0jFwp1BGIo9p$cMeXETrKUXnTitnu7$xhFNBLlEA04<~!` z`-h;3JBCP)9{gIS5Np4lF83ScTh3|hN)5M-a+A58j=?QYd;C&nq=tjxyY;x~bso`M z)*0;z6{PXG??Kp{w|mBZ78>^l>oeeE(!aszSYWlNloTT1yZfbc+ijaR%+?zASEoe7 zrg(u@Eh6gdj!P0UT3_-SxN$dE3Y@!)V zcHCF>awxFW!0~VC5b)olJl;Uf>@>#>2an$fGmI--;dp{BfR1g$-Y@h581l2C5%Imj zovlaC>Fz0D^q;MoV}LyUy13nrP3Pxsa{H@u(n};(%uS*(-3=FCp?WZn%L796#P}|- zxnlGJe{UigY@R>t1TZkBe=A`C!SX@) zl2jyQONs!Oc^I~n)1y=SS`D=jVjX=m1hF&Fom<$c1$};o*s)_8wth(sH3<6+yh~6Y zpZA{m^yGPZM_u824x7TZdCdOZ`)~g(3O*tCJIv{F?27iWthL}+=F3?C#N?lPekYMd z%Bc*H@wCoOwr2`<&6FNYtch>ohr|fJDb#M4W4ZK>2UpJeA-ko$8m*2!3bP&&{_rU& zc>J3UyQH3s7@ik3}G2qZG7t_2Nk?@`VVWBGbD#@KXL=M%o zOZq=rOLAyBUd|}W^q#;ueI{Rfkar}qIKWalJUWf9WfL9f{k}BXU0I^LaIV_hT&|I|Cec^;nVhl z^b$MyA+Fo!)!T!+)K5$CxMfv18UAIs@7B(sO%Z@_5`&M|a?fwaMaYzokT<|8FV1Q(nuE+))Q3 zz6nc;zX|n)@c+Z2UeDXErPVI*Ue)u;Tu$jFOnSoqZuNle3@g));_&er>3R7UBpOQm zwj<0^I7-0dn+7)W@Y@%SNuOZxOT+$Fk~_6j?*FGBhy(HK>*Mp^cPhyrOk3n>SU~^V zU-203`_3PbeHo_JArZg%&29eUtW-qn|8~~L|KY6vct}~8`>>bTVQP+}3%+_GMEJ-f z7`toVYt4;DHis<~z4_+rb}lB?*!NN!V!p&=hflOpwWjm7Zo#9u-nD+n1^ly0J+m8T zyA10E+%3B8R@ArQRm$v}F$6sSzbF%p?q+Z1-aL&3#jbqfCb%h|#3jZU|h4 z0HW8lo85jtF4fk-C6V{@f5nj)cwFyxH=TdDN8Zcjj=`hRIyS=#IBke%T{KzfZtN zUsDx({f{u!C9hSA_pQ4XRhvgIlmC$ZAKmeQZweL~KVWQ$hx}(Cb^~3|@3`nf#A5d$ zaF@SUz$vMo;k?~}?>!ioAmqLGWNFpjhCg3q0A?^mk3qow)$aDsh<%awy@0LUbZW3o z!L$LCYi6yJ<(i!(>EWQUS`dbRNI}>Z1c@j3ff@3XqQ4c{>GY2xzX_vrITY?1z&ZtG z@xSNz--KNtwmC48N8^%LXfB{0FYezJ28H%|;}HK}S7ja!g}#Sz3}SF(G&y5UrfZq9 zkDZj=WZ##Rv5zvgqCu80q>fPL%rFs&#>tW}GRD4>EFnwCHnJ2U;|$K+({s;t@87@Y z{p0(2-{12=bIPOtKJNE!A{+X8Yc!K%X(W^5Wcz%}F)FBhThF|>W12Zeg%gO`J&ylp zECP7-W=%m978GnyL{ zkJn-9>5tD$J)wotd45hoFOsHhZU4lVNjukuyxLrUZBVmX}+g{jRVB4vM6!yhQ2UoI&27_iqR8?JD zp%ir_K~d;|z-Ftxn=5!Sznc%I(=xM}F2H?<<)X%cK$vkPNP@pvg7*%?^XW@~fR89; zH;YH$M?lJcXFBHuu%a@KYi=-@qY0bGr5>a$?KC~S`p&05Of_TYV~yzK>+~gX+mK?m z`-2N~L3uN84)2lgrtyY0-=-E%g4bSX$}+Na9?iS9ANn)yoqoPo%4vP7;FW8&#uJ9L zXQPHsy~iP)wl^%Hu;@Ai$u`k8i%iQ_hbMvFm#KzwhA?odf z9?cm0)zqJ=jDf%Hs&Q@!a zo}Q_Ib{2*I3bG98Z?KrJkHH5f74_6tJ!Z5ip?2cC`bRnHu*2J$z?8H|6}0VG9{NpX zHu~w!r=|Gv?^7ba$j&@jYYTf6_>TJ2y2#84|w@ea-g##4Sq0Pm-E%jSg z?$)u5(7SPVYtg4T9ItV&$Bk18s?>%_=0@!`RV00Dd|iUbMYarzT(n>yLT<)g&T?#$ zP}PutX%?UKO^Ph`_;bea=$s&N+Yr^ZC}@l`9w3K2Te3|hBo-}=7Dzx+Eiac>dl(eq zUG4<|-M;B3up7K6OUY6^-*GTDWLV}~Ga#&xVPvCQ)#)o!919=u%O%a|)4mOYbA+ zXsk!q2IDo2)KGv``LIqcuIxnRklQBFRD$v{*nj=wNzgkfuxM1sTc_GCyN3H#!BdKP z%6S)$vh~@nhG5jpNDt5a*3ANxrI98AH1M!`jeb$DRGQu5OdC+Xq^yez=wRn)8$`+Y ziqXh9pn8rN8Q9!5W8|CUy-1}Ofu2yOr_J(DTUb5@-?&qJFxrwzA&HmPwa*SE4a)OP zCn^c>BjaL^U^^e|*Pxy<1JVmFkX$k{)AjS2iQHG}da}2AL;$;B!uj-?9oycA`)Zfb zGJL>@JtIrgv|&?Uw&lkuTJuE%pD0ou&p2=Z&=+qtIXAq4d6T@*H}V@AJ5G3#%aP45 zbY~*LzTN)bp>iTQqF@5to`I^&{1j-7lkAWh%F&U0@1N+k45Yo>yKAN!!abjS$<3~b)AAEWoqojBh<;YSY&+>aymex-MnE)M$N3;1*$7kS8e-}A8wL19!x^~ zfWIrZEXS1v(gv*9-GxjnpyT#Wz$jF?qk(uLXbR&gBd}WCwQBRRdKSUE{dIVLLB*XT zC?$%Y(UM;0e8VW&sN@jHZ>;YXG#h+L;LF}Qhj}Ec|6xctk7$2-HsRSorRJ{y_7NCK z{n}=|TWHrxEd337Q;Nlh@urXuRNN5X0hyIi^KaRSCLk_N?og+2?GlF^Fh9o2eGy)k FzW}9TG?V}U literal 12263 zcmZv?Wmp{B+BA$0?!g^`I|O%k2tk5F2(H1M;10oEgF6iFI=DN7yE_EuW$%6VdA@U9 z-~8zL(Y@APcU5(*H9bul0T1!_=k3({DL#XzVQ<3o4UubWt!b4_5=spI0>!Ql97FO) zqnWs&)$^Q>k4P+r{zPFAvi9U?>0$j3JUj3T7B-QdCOFGNQ(Y+ke4EUhZ(l~{9OE(Q z!=Tiny}z^){F@@t&Wll7_7qQzeuu{;((~9}HVrUg|7akA8Pnxs?a;#&+VNJh*}k%m z_wCL3#QO8)V3W+l5f-Hmm28Ht5WBfcD&e^zkp3A}KYVNS7u~bz%vY*@3S4~L1+!oa z{RqaGnVnIQ@xD}a<#y?7U2GOC=8g>f=uRIRUmP>DVCTf~!2aop`R^ch(Fjf;Gskez z1vM;5b7ClVwW&x^=w_L^mioxY%&^+%FprOBGYDR{L3y`eNSq_b`^Hyz&%fU0eZ&xNVbzJZm2F<`#o+w zGwv8HrXUu_*yraHUqYC4VNlSe#&<(E=wV1_Pye^Q^!@WSlEOU-#naxB95r>UXqZ}9 zm#DTJtZK-!@FuNGw9C+h7}vasJ`v zG5PC}N0#8*DD=?A6$dy50+`ko~Y8mSk3joVBrX?Zg%hD-`wvN=#E$!|k^UO??G$Kau5qMMh&it5YiB9_ntSu@OKEsitxh&Q`^A=hM4%?| z=#589Q)E1jMq0ALC@CF-cUU~oi~dp?-xo4zXMDq;z6S%6Lkv4n48IMX(09#^L1 z{Uk`T51Wpd7FxcCsM5;d)>xX3GwGkiEg-~o2=oj7D`w^o* zUzNTIOU|5nCc&ZD?P_c5`4dy6!|@@DT^4k)htc!R&ej7k*)Ec2U8T!xOIu;)0r{-e z`LYhPcYWsMi%?M)%*_Sxp5u-6w=CNS((s#rTFN>|B!#cyGrV!sDaRE`X-O@5pLGA& z+DTU``?}w5?J8?8)pEvO?m}M%aWf3JJZK}f$e7La_Vv~WTs*~dSDkIW)Rj8Owt3VK zmI_g9m$>2W4O7W#<1vo0cZVZDB>O^?q(v+f+w<$rj(kTj_QK=_d8$wlC`#UDu3O}) z?V@dSAoq?`b*C@_olL1B4rggq#iuQpQKubFSG(_C>tMzTxjP3Cl!ZHAuqS-^3|gq% zDI5QU^v~9>0?6-TB)#l(nvI@N)f1G=h1}D|O)XSWv>Cz-YM&9((27yeWjScYjl8&K z@dPKPV?<7bU$^gr37NL&8W+`?^P3BZNaQblZ^&3v2WKP;JBnH9%ffdatC`s5Ek`Uz zCvdMH)ZFu1O}*bHq8NOhU%Qb#3q`F_@vmci=Wa0V>{5i6cZ(Hdd1K~W59`Lyi)~pA z_-MJ0|B&K`l*HW;Kkh0t>)7v?Dz$DQ?2MP$;qkA#Wfm-;|N0I$t9o}gu?q%-xotAX z?klfly#0BX%^+L&!4CF{x%D%iaAsAzmjF57_{wHKx@9fYmoev1G<~IVyeV+a*X;JY z@(<3{HI%ozyWq;q@6}tIcX#N4Yjd1cCdNFYz3bP6;A=N(k;f5MpY*{}8zy|b0w&a6 zfag&GfFwW6j0<&iSABK(rvHJxV#>=i1}@fwVO;^P{BikrfQ26c zfgcWm^6;;#RjFh!nK3l}zFjn-!x6s{N(^eWG<3}V0xQl-(;)Xo;({X{#|e(enPHNf zU1^sVY)#N*9bzWf-{M@k9)(XpOwN+Z=0jjHYC)Wg;Ss~FOTtA-uTQc+Gh(zJJt3!OuLdg&~e`i}=$sse!t4&VI zwuqdxaaauQ0G{}iC!-JHp2LaYO^b#P(gQ-vyV*~BTjmq3clG(lWCM-p{-8(WFx$3u zl@|JzA>4uknS*t1sf5B|XviWjZ%J!DKX#;0ibOP>+ci?6LrhWKH&*=G~6 zL69Xq2v+gHB+3>paCZJ7FnQbkVL7GB@;CkG%w&qb>HME@U0&DpYa(AhKdO7*tb(Lt zs&C-y=^i_RN7ho>e|Wo#Vin#~Z8A1K0K3KZlD1z zg?@!-j>SRLXGk8nIK(rS*uu=H$e41_lS9cAOg?qHelE6;XZMC)G|aun)RpRO8!-Qa zev?%;`#jaRT#@Id(mK~zWBX8=rleng<)Eg4g%>_!)bx_jZ-DjrPe$mp%}A`0M37QM zKU@SwmQs>UCxN3+kZS`|NR%5_Hlk$1iDz@H-1bKpbQZE_U&MxJUc4&-lOuYPIeQB> z5Vzw4sno47VckZ1t+-K7J>e}A^x3rsHS!wc(r&!wNF>3E9~hs0j-cpco|egsn(3yM zu8iiL;mxxoUl2j^-WkZ7W%W|MdB!SMKnISUyJ*{vufh8}`GqFwkdkICi z*ZbaT+H~KL!;N~+a`$_WZJK)XSRJSr0je%28R2=+7`z-en6;=^XxiY$NSK{wRx|GF zes!{2mOXFU9^6%Ug+07$S++d7`yA1%zgFgkpKTnP_15fjZcu873a2%GvI7z>!%y`k z?tp6SP1wt2a8u-%{2gWGhL~b$sN-I-`>A?Pq+$%^vuC*;TNpb{zL*%g(6#{Y2|$>WGYg8W#%k=JCPT% z@muJpo_l5ngPqINA9S5O(WgFx864Zs&y7ew{XzH{_!DcocxQdRX5a~7ug=!N!`31T zYUB&=Iapsi-OvnzoT~9Y;V(@gRTL-a3V%v04u8>_z0rl*Ddc5viOR2jC?|0(#(64H z?{jpXITKcFgOoQK)lAK!U(%|?ggJRgSo=CxZO114NRFi@gJZN8qB}{3O^zVA^{6C* z@rP(4S;vH17mgBBLD1T`Pm&i_xu_JdhF5?_(UcqBAEMf@9zB=TnRJKvYg?jHx@o`F zPZ{I+cV#3|bSw?8D_aaajjiFSyXHXZQ7GHRrUGmMM{Y~_Zm&rT4$OH6878xE&!BWH z;Sc3nk>F4V+&~<6)Ng?m5ve9Mn|Nl4ne|+?K#lsFaf&_!UQ{9pJyUVRjl~u5=ukY< zT(ef8tK5MfhjvMy%4&PrCb>@5jLn)QksL={cI8Azeq-EPH__t7ZIl{~#&iX3C^ z37WnWY4e|4qqEiM2UrRn|9nWgixaS?oB&8(A;@^bYm$jATvIvY-NApvHU@z2{OIeJ ztnHL`CAgrQWDzgVrC%-LCZFlYFs&ZIYJA^$Np6&6y$)q%OK1cK>QkxM5h(|pdFyTV z91-rEFm4;d(@GEQ8S7VDa@cecFYJnN=<8SgI^agNuqELEm?6w}T?#%M9DY5&(OOaR2ji!bcI^5hV9$Lh@brBH6CUc-~@;z z+?qsyMhl6Q%%YMRu8q`6!jDLl`&e2YXpd))IvyWjJznDg((}vD`Ak+aV6!*Wg~P=( zf;=V%emOQv>-M#i2a5jKMeN?dX^woDMJkrq(99#Nri&4CLr`jlM%C!5o+w$Qvq>t5 zX`IE7jRQ2!2GJI4?{?IxLHtgZhe`%^k(1w%SsPW_du6-#L{Y34ZBziwi*6B&n!AtlSB}8(OD#nbZ8}VvBT-ZvE17@^j5T zvcOQdFhgIff2@rNH0RLt3amu;*(CRPq`Q=ZOCR zcrUcB%mu7wLCKb>9W=NBo9XYrf2cO;&N~FfhNN3-BS|7k5lOK{wh#c1wj`DcU}FwE zAB5l}`XOE0VmVryX0&uhHNk@1>qSTa8V=%Vu79>svT!)`59P&6%cSJF^W%!{!qsd} z8gyl=$EQJ`;%S%&Jy%68WjPvv~I9G_==fnP9HoEecXhHv?(%7g@@4HRLi z4Jw1l#=;PhudN~TvkB<|=4$bd>VM!E`PR!eD#fp@pZgdkti7uYT%m(cwHzkw5z3dd zH$ca1K^Db^u8_U2M3TB{CY2=L^mh*pn8&c|gaeiuae^4U?+fO<08(N*?$Ib$lHFm3 zk&~0#wmS|I-e>GFa2cCXdCQ}7MnBf+#w7PIhqYsKBoLWHBgjBu#cEN^_F>29A&(d2 zHG%{`_8WFK-br^vs9b1cy>=K1tAA+J-1}9tlR%CihW7lJU*v>Xts}( zsrro@G%;IPiT6pX!pulXiZ1hPr0?yF`YLQHspxM3(Q3nvYC(TNsP1U_nzRtI$+o~7 zVvI@nM}3tsp>(jJa3aK`fW30__K)0cWKm1V(vPN4L{(| z{7`rXq*V3X%@k=_SKc_C-H8GXaQx(z`YWoayb=31$RF1Ds-b2Sn)X}4kk5yFSrMmT ze-i>8fi*5^M)4Wp@{j$Tz~Ssg-BZ7C8r1u#q;3Aeh+=y;88Y}j^gr%mTa(wns8Zap zCF5EeI=`%xhocQBHBPZ7N+Q_qE){5>rf5FUp~)HZhY~GZwxd6$If*1&o2#lVuDJG2 z;u^}~yC3_jTOQpz$=gNd6U1ZYFf=6~M9v%FG^@X`GsriaaQVrWQ|E{Qyr^J=s6IO) z1X2u$3UPkI7by-QS6ZXDYSC7Oe|l2SnA9Mhizd-{m?_sl3J98oqDRt>0T>JPwZjvg z!#`ER2a4k%&ce_}n!@CDpbMOh^_Z%=@o>>Y8{FeDUrumlQkC52k!Z&l8G@g|eknL0 zo~`D}F){mCsH4HjOR8JerUa4{r~r?pEc*gQ?uay#scn?`WV+jFjL?WONlw}8vPD(l zQkiJllA4Oa%?(u8P=2xlnbOaw0`j-=aF|#KeEqz5XASvUi9{(;T!M14+lNr$$z=e> zB3;LgpVAOlFl(6gl=vRAyQ1F#tY=0&{$zQhqU7H;U5sX?YL_8yO;Ghx>7zGDb-rGp z5z&%Tf&5vMjO{B5R4In2HV2KFqoDw6wY;0N)Qs3h>L4|fV3T+g_GsqtG7BQn^;#N| zh9-Cl91rw0BpN7Rz6)_p2i-ys;&hH~0ei-hPI@zq-Dqw_gF=381uV#GWlKnpxoqnZ zW2%c3?F7tk@Z(Ksv^1lxP@_bsx&9YKlNRK5@*0`40T(w@0$N@Op(76;SkXdi)*MR$ z$jNHRiE=rSMIwpm1;^o-XZ=E8-J(aOX8Za3$4c+XP(EquNUs<7883wvp9XbcEeSaNU*;1%k7Wd2RWE73HY%;nev zUpB{QnA-DIrvz z5S0UWDzes~5%;FaU!?gA#VJ;Kr$LXjo<~A&~r$>~j!6*x%Si1I23; z_2h~}#YlP#_rd;>Uv1TmY&F=vI;wlyjcD8cqzrF9$5@XJjD(4)9$BwS$fv?gke=B^^nF=dZ|b@*?Fz%}u)Se|&UkW};+4Cm($8oT=ajK#07 z5PF5;{U+cMn)f$kewvX`>=?Fv2{VnqH5qmo_`bW1bIr*xx*O13m{K%zs6+}Ili4DK zOJHt97{={`|GHcFV%UcK9q5sM!Rl3+8R3U)Ux_-AW+D!OOZRdvXaHEIOYZf zh@J}aqt2T5!)SvTvn~W0sK$^!y?rZj?nbS}>mjF}yn+g(Jj?C6>q072Xc}}jyjO`R z6;p;e_BU0(aJ#-Si7V6nqEK}h7;!u_5U71Ip=&c??LIdwi5Yci1`4s}Gb6@KdhMyXbQkx1QU9(&q99Jzdj>>SJ$YU&g4YCD#6QjyR$GMuJ z#s}nSb4^J$&4pBIOAewa=E5X*hcJT@g{+Add}7lOX#~BhB6jJZ~aJl6xSsiP>%}{nNM3t%+)N zMik3}%U9AF#`oU?s2lq_kc)wo*twG*{BFo3u0j*Y{l}%dnzts)C15`9*QRKFAWSiu z6_43PlirOGL?VwtugucAwi(ttqg+6xs2^p9%BBmPjEe}}sAl}G5fp3^ceo#u{H5&K zVpswGHbJGiMN&|!kFp0!0lG;Wht<-PeP@F*$d866Km?P5bo4oMdiN0r<>)%<>ri(t zO4LBFAMtWSgtt8uS?FaAT20=u%+6;D-EmZH3;eE~JvHJZuePyA_Qp0V;7G}HTU|1Q ztBizCmjH-t4=72ihy56RzGwvV>JplRJ1kjgkfnw zS|$+Pd#LqF?8usOVDqv2Pf7|#A(JBkgr{%4d{@!RYFo6`4GMD!nRb>d&oR^4PJ*(A zKOuxyD;l){DSL>I$PKze4~VOOo#D)xdFoZ31W|=qOE&}j2r-Xfb4kUx^HYKrX<#B) zAr>-hKM;!tXcLB#!TDfETc>}nFXV$)`7TdXQejQR0?*SkZ3M|{NWO|v%ED3JdN&+l zK9?p?u+@h!Hw`B$aLB&`3>y%G*UllOAlKb7cFq9o{?irT0bVU%BF>-m zOb)ffzZ%0hPHqA;UTFiG4iD#Pj`gxAhgh+hFy@2_!O~V7EJn-nCoFl!>?PZY-5$~b zl+u@#Fl}}yWN~SS0#=Z^NUKvB1ct=ZWyr-S<~rgqB2rE{3Txp2jQP!yw{!Xoiik!k z(7tpRu&#RWo~bNe7kzYYau=19;s!sj1CxUZTnM#I0ABWP?IKNqix?jzcqm}-{r7t3 zvSj*P0^oJ!JZGo_Y(M$-oW5bD?`AD1HP_$-S0_!f_TlBNsi^!SJp2I&L6+`Il(6p! zC0#srDEw{WSfRgUat&EJH_uTfUEDOr3%yReq3f@ysCPnFG!^ztD=}!yXipbfw?bEW zOkTRScv!g$3rMnZBXL{#I`$P#$y|P@jxG`kXV?KTCHT9qm=|!kV(GHt&&QJBD*pNW@h@>&?3e^ne;Xu2{@1X(O$p9{%Y&Fp#I z8ZmB+Utg8)Y{`vAQdFD)plKvhUnWb2K8{fqqImw8Op=ej*qHlZT`gSI;WF|pK{KyL z{kfHj`JjMr^v3I9AKYwsu6f?+KXr21vXYuhVw)`vezmb^92h4JnMiOLiY+R;eNv!H z_6p*vczOROawnKsFdy*b&JmYaH`yRSt(*CCfAX|k$hXB&s{01-TZn6>*8CbiowwyEb zV1F97cPWiUYU!4(J}y2bpe!sLBe%6I{u(wE8(6d2eYpx-I%vlY`tZeA za_;N#!tGB2j>hN@<^oNf)gzTpUzGm1KpqPZ;CuHxqDm0$VT0pB%O4asd#x`EnR) zB;7}TTmkw?_VnwJ`eKkDb8Wbh?{MT9M%*6B+ zN^r%|`j#g_D{vZXv2K5t+p3oq(+$)sNE2l~>4os?qV-lH{)kzCI>WIWmXFHBcW~|i@&yU$j=qx& zuSGlVt}>o7je9Ipina>7d+XzIRXVVZmpDsn4*Ypm9~h5|{u*)Oto>Z9|LXiDiCc1H zW7g?Q`6v0ZHaeUXUS?ayv_1~L`pRiW+{Sv3tPHRVr{B_?!2WGaB=^B1wTxCE>7>^)drHT+2UcjgD-YcV+2S;PYof%Z}ZOPMP>1 zipC|PhPC7Ce(Z0BwV`=(%i31ihpSgFB=!bezrK%`7uC7(7iGs|aif1Y5&NRfFFF;t zzk6^~=P^a7v6#1LGa zg-a(nmY`dm+b0`F<|mQr+It4XhJqO(r^Db%Ag3Pb{VC_{Lfzo>YpNaoSCJKGi}v4M zSxQfnJ6yrBB$Ac(~F-p*Z45vmhgRazqji(`_Mk)Y z8rj~+9&?-NUvb10iUek=XSKr?wdO^dTb^TEkt-=<95R&L< z7vn0Rnj&_|6Z=G8hUr%8xqM{Bz~I_~P{N-BF~LH8z1&M`MI_^w#YI;_Qo){S%Gtt$ zC-DhVhHy{%ikPh$v^GJ!-GG=AK{=e6LnE15U!Otp!P0(w*fHT?0KH1Wtq(4F4B$yrCQSAb^FC@?%EIvhM z1%xCw?cA?fT&}(ef7TXn+izJ@Ku^)f>FZM-9^6F)M&@MB`K*ks%C5!-aeJ)t;lSw^5-#QvHisbNeYF?Wq*fI2y^&t^ zH0p715hgUgX>o;Wu2@DuXk7o+RyU(q2byabM>elGQ71pHpxU|8w)gosP5Br7@_MEo zVQSCvCY6rkY(0Y=9Y4X=PhR z1y7r@&TXQDWl>t}!vtosqVYz{pd_gO)>p#=Hk+k%jA1=}?|ml%oRh`>>s^xRRJZq6 zMnDqns^B49_lL)`c#YEIOg|wUHm`d6*2-Ozp8jNx-b*x{UOSojcIJViTYDAv*j+vM zEZqUEv|pPN{WhHh|DAH8DmB3Ogdf0p8hoBf21wZmCy^dJ=urZ!7EgfV&~dyJe-K{+Ton0*cK2x`O>Ml(1uFBN%z~u+K?gA;qle zL(aUDnUOhwCE%rZr^n^BUx*h^(AfQ&sAb`Ra}4&B_kUnRzHX(>3v2J3to+zN z=XEIvUm4zzt0`PR3G(ms%P)pLIL2m7065_#f(?o-`$tB3)kN9 zOafs#*HLH|{AeZEZP1>fjGO$!AqDF44{f;;u>9_8Bvw-^g8JF{Zh?cZ0rNVK^4ujH zOK}UBJN&Y$fadD%8TNH4r6#ZcC2g4$Sa&TSXaYmxH%^~D=g329C693 z;dRaFCDu}M*FREPO8-psA(54VW-m%RC70{7aGe%^mZ7U%m`a*K|A&0OwY-(F+Lgr_ zTHzG4L*4H|e4%9mTVhGAR!QP3Uv80o>j8V41&qgul=etm9na8VUC>>9LW7fFVZwdZ zUhceQmpZ;rux{)OxL+)$`jd~-(*6)Z>wP*WJ(%j)^CwwG{6LTLXSPbQ;6c&WZ@bim zs3A#NtNKCg1z16mSv2|4ma$&tP<+%gxV6Z2*?wP>+kN!lrk7}i%!8K;^SL$NL3#o6NF4^_*hyx+M|LH zEB;AcE&))nFZ&h%e_aOA09e~99`A2? zt25wl(;AMTp5HNDkKSWChK-;7g2PwHL}{Sc(kJE-S0sOcdh*-%Zh{8%h2$7wY9RTe z5INO$;1E0pQ~m^Y>0z5ODlA)#w@(+Y6U7KYSw*{Ny6~=%Z#9e^V@f-&ETEyf?j?~z z0ri5DPbNswV48iJ2 zY92RE2rJaPWoRo@+lTLh%NIhku#?FyEG0|5^tFKEIae` zO+jLIk3pVJx_(c-jgUxpeiNrDaVZV&Z`0b2lj0!Zm(3}N=U=F1l-0H&z+I?s{!Xpl z-VnB#%aSd`HCex!_`4&WVy-F{(9!T)j1~zQ9g=@2HD=El(4P*p)Sw?y)|P>hY&+B3 zx+ZV6oy5Mc8V$T?qQ`{FSzY3z#OhNVqY8to7)V&10&osd?K}fkBt1al1?~3-O2RjZ zGAyyTMTX0!egNdv9LXZ_`D~9CyFFJ4wdDw9yHEjM$K7fE4 zrYlX}A7vC?k~$NvzlsK|Bg8rbn)nBaK`j`cEd-a1Rxj-h!XnX{*$5+@r8{5zY$x-& zDO_VoR%={*OX_g5YtSu3=804Oz`S4KC1<{Rd4~Fq4h5$<;^rna{H)qHM9%XPA1M~@ z`|60PhyO|n%9^l_E$bwTHs{wJ=4lQR`qTa*7KuAFtXcW|Kr5H_jr!}x7j|AR1O{$GT`%TYlx(6wjQ63V{_f!)x-|HVg_@~UdVB4kX? zF0=!(zM#u>rUAR;5Z0Mj59;L?Nvk;(k+~Mv;gYV>rF3AHNUsUsJK_ySEp0%GFIY_> zyi=KVmi|JFkvPA_K|s+iF`rrFptBe7H*ameJSVI&E199xEzpjQ&Rq8ilP%j>#0SCM zcJGseT1Y-m5d%(DEdB<^66+k2bLMhYBpV)#^e#*b^vW8UYi!o5%B3?PfL~2JV!}N1 z22;y*aod*0mmuH#U+qVfU4FI7Ot`&+d}kS-)WP_#LXR`7Of%iRl4lfx+qu*FULdi* zSc{KsG7(x_$oy~uZGTL3p(6VZ?#_81=Et%1#m`(qxXyRY@Q+Yj&vc#kP)*t0wyW20$($HyM=>l4jm z;?xj?m6U5@#(&e{CM0a{q2bB4UErUwH>fzxqW*A*E4clKAc!8;`ssD2J4}zbp#6sF2Wx@H>v6`7JT`^6Ty_Z=MBqr7eW4dd}=zvRd$W zLy@PGw4adr8wQXZhz-cs?o;FMnASI~~JquhLN_CFKKIQkT@ z{JW?q8Mv8`cb{J15!xFE{|OvS1Df;y|LDcLD%*g?ulUb`M?h)G4j+nnH9o&eWRbh~jhnS1-pQtuv5T(VMP6`6F$A z8%=w79iyO)vAv=GWg=5I<tp7*>QO*l-26#v3`WK^4?1p1( zPJ@R9ygeTIntA6Eahdcc<9m=%}jNPhiZWS}&u-=}@IfFxf1a^A*wOV7Kn8aXua zH%5Lc;t!a|U;FFcautU?V{fq-&%aBOeY&(E`rqkT!e^qw_L`%J|8ei%0{&a-{TvPT z%VY+#0Ov&6e^~r4PAm`pe`y})al66zdL3!H$Td*rURVTZI=yZQ*s*uDU78W_!)*AE zY}cI11h=qFy$4(b)D;7bYZsFO!1`We>;LQsvP_o$m!34>>EAX6Ay*ag7R?jB??(O> z=MW8RY^d`83;33^DB=Hd;>9RWxYwyF<4nfw20dk^jA3=*l#n6`tAnfS^@lSboTh9ym_ zANGeBcbgyC3L;<>QWe)sIEPHq#(tiIl6}cym8}&{pq<*ozEsNiN+Hp2v#4ChSZMD^ zO6|{&XtMbD#eC(1PKe=b&bXLsyb7bg5PNyprpST{Z6OO3+iu8n((eP_D<7;`#1TrS f`LI8CahYB^5$yXHAWXcSzCq(Up8PDagM#>fed7&k diff --git a/run/logs/debug.log b/run/logs/debug.log index 0c09a0b..31d06fe 100644 --- a/run/logs/debug.log +++ b/run/logs/debug.log @@ -1,1021 +1,4187 @@ -[22Oct2024 18:20:03.208] [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] -[22Oct2024 18:20:03.211] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS -[22Oct2024 18:20:03.213] [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.52-gentoo -[22Oct2024 18:20:03.237] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,forgeclient,forgedatauserdev,testharness,forgeserverdev,forgeserveruserdev,forgejunitdev,forgeclientdev,forgeclientuserdev,forgeserver,forgejunituserdev,forgedatadev] -[22Oct2024 18:20:03.267] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,slf4jfixer,runtime_enum_extender,accesstransformer,runtimedistcleaner] -[22Oct2024 18:20:03.279] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services -[22Oct2024 18:20:03.284] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run -[22Oct2024 18:20:03.285] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods -[22Oct2024 18:20:03.285] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config -[22Oct2024 18:20:03.285] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml -[22Oct2024 18:20:03.343] [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 -[22Oct2024 18:20:03.346] [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]}] -[22Oct2024 18:20:03.349] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: -[22Oct2024 18:20:03.357] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[22Oct2024 18:20:03.527] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[22Oct2024 18:20:03.618] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[22Oct2024 18:20:03.665] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] -[22Oct2024 18:20:03.666] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading -[22Oct2024 18:20:03.667] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin -[22Oct2024 18:20:03.668] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin -[22Oct2024 18:20:03.669] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml -[22Oct2024 18:20:03.670] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML 4.0.24 loading -[22Oct2024 18:20:03.671] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 11.0.4+main.d2e20e43 -[22Oct2024 18:20:03.672] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 10.0.1+139da711 -[22Oct2024 18:20:03.674] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found EventBus version : null -[22Oct2024 18:20:03.675] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner -[22Oct2024 18:20:03.675] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml -[22Oct2024 18:20:03.678] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services -[22Oct2024 18:20:03.706] [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] -[22Oct2024 18:20:03.707] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing -[22Oct2024 18:20:03.708] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin -[22Oct2024 18:20:03.725] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@2758fe70 -[22Oct2024 18:20:03.739] [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 -[22Oct2024 18:20:03.743] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager -[22Oct2024 18:20:03.744] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) -[22Oct2024 18:20:03.744] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) -[22Oct2024 18:20:03.745] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) -[22Oct2024 18:20:03.746] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) -[22Oct2024 18:20:03.746] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) -[22Oct2024 18:20:03.749] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin -[22Oct2024 18:20:03.749] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml -[22Oct2024 18:20:03.750] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories -[22Oct2024 18:20:03.750] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run -[22Oct2024 18:20:03.751] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods -[22Oct2024 18:20:03.751] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config -[22Oct2024 18:20:03.751] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml -[22Oct2024 18:20:03.751] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Loading configuration -[22Oct2024 18:20:03.756] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler -[22Oct2024 18:20:03.757] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Using forgeclientuserdev as launch service -[22Oct2024 18:20:03.759] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml -[22Oct2024 18:20:03.759] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning -[22Oct2024 18:20:03.760] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin -[22Oct2024 18:20:03.761] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin -[22Oct2024 18:20:03.761] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml -[22Oct2024 18:20:03.761] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan -[22Oct2024 18:20:03.765] [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 -[22Oct2024 18:20:03.766] [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]}] -[22Oct2024 18:20:03.782] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 4 implementations of IModFileCandidateLocator: -[22Oct2024 18:20:03.783] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.NeoForgeDevProvider from loader-4.0.24.jar -[22Oct2024 18:20:03.783] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.ModsFolderLocator from loader-4.0.24.jar -[22Oct2024 18:20:03.784] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.MavenDirectoryLocator from loader-4.0.24.jar -[22Oct2024 18:20:03.784] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.UserdevLocator from loader-4.0.24.jar -[22Oct2024 18:20:03.786] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModFileReader: -[22Oct2024 18:20:03.787] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.readers.JarModsDotTomlModFileReader from loader-4.0.24.jar -[22Oct2024 18:20:03.787] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - net.neoforged.fml.loading.moddiscovery.readers.NestedLibraryModReader from loader-4.0.24.jar -[22Oct2024 18:20:03.789] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of IDependencyLocator: -[22Oct2024 18:20:03.789] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator from loader-4.0.24.jar -[22Oct2024 18:20:03.860] [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} -[22Oct2024 18:20:03.870] [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 -[22Oct2024 18:20:03.886] [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} -[22Oct2024 18:20:03.891] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] -[22Oct2024 18:20:03.895] [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 -[22Oct2024 18:20:03.901] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} -[22Oct2024 18:20:03.911] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) GL version 4.6 (Core Profile) Mesa 24.1.7, AMD -[22Oct2024 18:20:03.916] [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 -[22Oct2024 18:20:03.919] [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} -[22Oct2024 18:20:03.927] [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 -[22Oct2024 18:20:03.928] [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 -[22Oct2024 18:20:03.928] [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 -[22Oct2024 18:20:03.928] [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 -[22Oct2024 18:20:03.928] [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 -[22Oct2024 18:20:03.929] [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 -[22Oct2024 18:20:03.929] [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 -[22Oct2024 18:20:03.929] [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 -[22Oct2024 18:20:03.929] [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 -[22Oct2024 18:20:03.930] [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 -[22Oct2024 18:20:03.930] [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 -[22Oct2024 18:20:03.930] [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 -[22Oct2024 18:20:03.930] [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 -[22Oct2024 18:20:03.930] [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 -[22Oct2024 18:20:03.931] [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 -[22Oct2024 18:20:03.931] [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 -[22Oct2024 18:20:03.931] [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 -[22Oct2024 18:20:03.931] [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 -[22Oct2024 18:20:03.932] [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 -[22Oct2024 18:20:03.932] [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 -[22Oct2024 18:20:03.932] [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 -[22Oct2024 18:20:03.932] [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 -[22Oct2024 18:20:03.932] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.933] [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 -[22Oct2024 18:20:03.934] [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 -[22Oct2024 18:20:03.934] [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 -[22Oct2024 18:20:03.934] [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 -[22Oct2024 18:20:03.934] [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 -[22Oct2024 18:20:03.934] [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 -[22Oct2024 18:20:03.935] [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 -[22Oct2024 18:20:03.935] [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 -[22Oct2024 18:20:03.935] [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 -[22Oct2024 18:20:03.936] [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 -[22Oct2024 18:20:03.936] [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 -[22Oct2024 18:20:03.937] [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 -[22Oct2024 18:20:03.937] [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 -[22Oct2024 18:20:03.937] [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 -[22Oct2024 18:20:03.937] [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 -[22Oct2024 18:20:03.938] [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 -[22Oct2024 18:20:03.938] [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 -[22Oct2024 18:20:03.939] [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 -[22Oct2024 18:20:03.939] [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 -[22Oct2024 18:20:03.939] [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 -[22Oct2024 18:20:03.939] [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 -[22Oct2024 18:20:03.940] [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 -[22Oct2024 18:20:03.940] [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 -[22Oct2024 18:20:03.940] [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 -[22Oct2024 18:20:03.941] [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 -[22Oct2024 18:20:03.941] [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 -[22Oct2024 18:20:03.942] [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 -[22Oct2024 18:20:03.942] [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 -[22Oct2024 18:20:03.942] [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 -[22Oct2024 18:20:03.943] [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 -[22Oct2024 18:20:03.943] [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 -[22Oct2024 18:20:03.943] [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 -[22Oct2024 18:20:03.944] [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 -[22Oct2024 18:20:03.944] [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 -[22Oct2024 18:20:03.944] [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 -[22Oct2024 18:20:03.944] [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 -[22Oct2024 18:20:03.944] [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 -[22Oct2024 18:20:03.945] [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 -[22Oct2024 18:20:03.945] [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 -[22Oct2024 18:20:03.945] [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 -[22Oct2024 18:20:03.946] [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 -[22Oct2024 18:20:03.946] [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 -[22Oct2024 18:20:03.946] [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 -[22Oct2024 18:20:03.946] [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 -[22Oct2024 18:20:03.947] [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 -[22Oct2024 18:20:03.947] [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 -[22Oct2024 18:20:03.947] [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 -[22Oct2024 18:20:03.947] [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 -[22Oct2024 18:20:03.948] [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 -[22Oct2024 18:20:03.948] [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 -[22Oct2024 18:20:03.948] [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 -[22Oct2024 18:20:03.948] [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 -[22Oct2024 18:20:03.949] [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 -[22Oct2024 18:20:03.949] [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 -[22Oct2024 18:20:03.949] [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 -[22Oct2024 18:20:03.949] [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 -[22Oct2024 18:20:03.952] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Found 2 mods for first modid neoforge, selecting most recent based on version data -[22Oct2024 18:20:03.953] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Selected file neoforge-21.1.65-minecraft.jar for modid neoforge with version 21.1.65 -[22Oct2024 18:20:04.145] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection -[22Oct2024 18:20:04.148] [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} -[22Oct2024 18:20:04.152] [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]] -[22Oct2024 18:20:04.154] [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 -[22Oct2024 18:20:04.158] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} -[22Oct2024 18:20:04.159] [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,)]] -[22Oct2024 18:20:04.160] [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 -[22Oct2024 18:20:04.163] [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} -[22Oct2024 18:20:04.164] [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,]]] -[22Oct2024 18:20:04.165] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json -[22Oct2024 18:20:04.165] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] -[22Oct2024 18:20:04.167] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml -[22Oct2024 18:20:04.191] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: -[22Oct2024 18:20:04.191] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.24.jar -[22Oct2024 18:20:04.192] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.24.jar -[22Oct2024 18:20:04.192] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.24.jar -[22Oct2024 18:20:04.193] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.24 -[22Oct2024 18:20:04.194] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.24 -[22Oct2024 18:20:04.195] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.24 -[22Oct2024 18:20:04.206] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] -[22Oct2024 18:20:04.207] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft -[22Oct2024 18:20:04.208] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge -[22Oct2024 18:20:04.212] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 2 mod requirements (2 mandatory, 0 optional) -[22Oct2024 18:20:04.214] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) -[22Oct2024 18:20:04.451] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.451] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.452] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.452] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.452] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.453] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.453] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c -[22Oct2024 18:20:04.466] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers -[22Oct2024 18:20:04.467] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin -[22Oct2024 18:20:04.468] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin -[22Oct2024 18:20:04.469] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml -[22Oct2024 18:20:04.469] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers -[22Oct2024 18:20:04.470] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it -[22Oct2024 18:20:04.473] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: -[22Oct2024 18:20:04.474] [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 -[22Oct2024 18:20:04.496] [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@22295ec4]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@6be25526 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[22Oct2024 18:20:04.497] [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@22295ec4]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@6be25526 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[22Oct2024 18:20:04.498] [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@22295ec4]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@6be25526 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[22Oct2024 18:20:04.499] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@22295ec4]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@6be25526 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar -[22Oct2024 18:20:04.507] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@515ebef3 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/biome/Biome;} {} {V} -[22Oct2024 18:20:04.511] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@5a6482a9 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} -[22Oct2024 18:20:04.511] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7f9ab969 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} -[22Oct2024 18:20:04.512] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} -[22Oct2024 18:20:04.513] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} -[22Oct2024 18:20:04.513] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} -[22Oct2024 18:20:04.513] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} -[22Oct2024 18:20:04.514] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} -[22Oct2024 18:20:04.514] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} -[22Oct2024 18:20:04.515] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/EntityType;} {} {V} -[22Oct2024 18:20:04.515] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} -[22Oct2024 18:20:04.515] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} -[22Oct2024 18:20:04.516] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} -[22Oct2024 18:20:04.516] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} -[22Oct2024 18:20:04.517] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} -[22Oct2024 18:20:04.517] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} -[22Oct2024 18:20:04.517] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} -[22Oct2024 18:20:04.517] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} -[22Oct2024 18:20:04.518] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} -[22Oct2024 18:20:04.519] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} -[22Oct2024 18:20:04.519] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} -[22Oct2024 18:20:04.520] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} -[22Oct2024 18:20:04.520] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} -[22Oct2024 18:20:04.520] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} -[22Oct2024 18:20:04.520] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@12f8b1d8 to Target : cpw.mods.modlauncher.api.TargetType@22295ec4 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} -[22Oct2024 18:20:04.521] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml -[22Oct2024 18:20:05.326] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[22Oct2024 18:20:05.327] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c] -[22Oct2024 18:20:05.327] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] -[22Oct2024 18:20:05.437] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[22Oct2024 18:20:05.438] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.438] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.438] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.438] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.439] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.439] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.439] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) -[22Oct2024 18:20:05.439] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[22Oct2024 18:20:05.440] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) -[22Oct2024 18:20:05.440] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) -[22Oct2024 18:20:05.440] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) -[22Oct2024 18:20:05.440] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) -[22Oct2024 18:20:05.441] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) -[22Oct2024 18:20:05.441] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) -[22Oct2024 18:20:05.441] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) -[22Oct2024 18:20:05.442] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[22Oct2024 18:20:05.442] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.443] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.443] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.443] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.444] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.445] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.445] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) -[22Oct2024 18:20:05.445] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[22Oct2024 18:20:05.446] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.446] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.446] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.446] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.447] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.447] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.447] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.447] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[22Oct2024 18:20:05.447] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) -[22Oct2024 18:20:05.452] [main/DEBUG] [mixin/]: inject() running with 6 agents -[22Oct2024 18:20:05.452] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[22Oct2024 18:20:05.452] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@771db12c] -[22Oct2024 18:20:05.453] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] -[22Oct2024 18:20:05.453] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[22Oct2024 18:20:05.453] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[22Oct2024 18:20:05.453] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] -[22Oct2024 18:20:05.454] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[22Oct2024 18:20:05.454] [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] -[22Oct2024 18:20:05.539] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] -[22Oct2024 18:20:05.540] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json -[22Oct2024 18:20:05.550] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json -[22Oct2024 18:20:05.640] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null -[22Oct2024 18:20:05.724] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[22Oct2024 18:20:05.727] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[22Oct2024 18:20:05.729] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[22Oct2024 18:20:05.733] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[22Oct2024 18:20:05.736] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[22Oct2024 18:20:05.738] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[22Oct2024 18:20:05.771] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) -[22Oct2024 18:20:05.905] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) -[22Oct2024 18:20:05.919] [main/DEBUG] [mixin/]: Prepared 2 mixins in 0.377 sec (188.5ms avg) (0ms load, 0ms transform, 0ms plugin) -[22Oct2024 18:20:06.348] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework -[22Oct2024 18:20:06.353] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple -[22Oct2024 18:20:06.353] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 -[22Oct2024 18:20:08.025] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@5bb7643d -[22Oct2024 18:20:08.139] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[22Oct2024 18:20:08.141] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[22Oct2024 18:20:08.148] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat -[22Oct2024 18:20:08.163] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[22Oct2024 18:20:08.163] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[22Oct2024 18:20:08.164] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[22Oct2024 18:20:08.164] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[22Oct2024 18:20:08.164] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[22Oct2024 18:20:08.168] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[22Oct2024 18:20:08.169] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[22Oct2024 18:20:08.169] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[22Oct2024 18:20:08.169] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[22Oct2024 18:20:08.170] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.171] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.171] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[22Oct2024 18:20:08.171] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[22Oct2024 18:20:08.172] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[22Oct2024 18:20:08.172] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[22Oct2024 18:20:08.173] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[22Oct2024 18:20:08.173] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[22Oct2024 18:20:08.174] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[22Oct2024 18:20:08.175] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[22Oct2024 18:20:08.176] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[22Oct2024 18:20:08.177] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[22Oct2024 18:20:08.179] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[22Oct2024 18:20:08.180] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[22Oct2024 18:20:08.180] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[22Oct2024 18:20:08.181] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[22Oct2024 18:20:08.181] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[22Oct2024 18:20:08.181] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[22Oct2024 18:20:08.182] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[22Oct2024 18:20:08.182] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[22Oct2024 18:20:08.182] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[22Oct2024 18:20:08.182] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.183] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.183] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[22Oct2024 18:20:08.183] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[22Oct2024 18:20:08.183] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[22Oct2024 18:20:08.184] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[22Oct2024 18:20:08.184] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[22Oct2024 18:20:08.184] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[22Oct2024 18:20:08.185] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[22Oct2024 18:20:08.185] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[22Oct2024 18:20:08.185] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.185] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.186] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[22Oct2024 18:20:08.186] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[22Oct2024 18:20:08.186] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[22Oct2024 18:20:08.186] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[22Oct2024 18:20:08.187] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[22Oct2024 18:20:08.187] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[22Oct2024 18:20:08.187] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[22Oct2024 18:20:08.187] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[22Oct2024 18:20:08.187] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.188] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.188] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[22Oct2024 18:20:08.188] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[22Oct2024 18:20:08.188] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[22Oct2024 18:20:08.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[22Oct2024 18:20:08.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[22Oct2024 18:20:08.190] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[22Oct2024 18:20:08.190] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[22Oct2024 18:20:08.190] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[22Oct2024 18:20:08.190] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.191] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.191] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[22Oct2024 18:20:08.192] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[22Oct2024 18:20:08.192] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[22Oct2024 18:20:08.192] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[22Oct2024 18:20:08.194] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[22Oct2024 18:20:08.194] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[22Oct2024 18:20:08.195] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[22Oct2024 18:20:08.195] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[22Oct2024 18:20:08.196] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[22Oct2024 18:20:08.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[22Oct2024 18:20:08.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[22Oct2024 18:20:08.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[22Oct2024 18:20:08.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[22Oct2024 18:20:08.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[22Oct2024 18:20:08.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[22Oct2024 18:20:08.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[22Oct2024 18:20:08.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[22Oct2024 18:20:08.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[22Oct2024 18:20:08.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[22Oct2024 18:20:08.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[22Oct2024 18:20:08.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[22Oct2024 18:20:08.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[22Oct2024 18:20:08.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[22Oct2024 18:20:08.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[22Oct2024 18:20:08.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[22Oct2024 18:20:08.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[22Oct2024 18:20:08.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[22Oct2024 18:20:08.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[22Oct2024 18:20:08.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[22Oct2024 18:20:08.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[22Oct2024 18:20:08.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[22Oct2024 18:20:08.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[22Oct2024 18:20:08.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[22Oct2024 18:20:08.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[22Oct2024 18:20:08.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[22Oct2024 18:20:08.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[22Oct2024 18:20:08.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[22Oct2024 18:20:08.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[22Oct2024 18:20:08.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[22Oct2024 18:20:08.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[22Oct2024 18:20:08.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[22Oct2024 18:20:08.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[22Oct2024 18:20:08.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[22Oct2024 18:20:08.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[22Oct2024 18:20:08.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[22Oct2024 18:20:08.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[22Oct2024 18:20:08.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[22Oct2024 18:20:08.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[22Oct2024 18:20:08.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[22Oct2024 18:20:08.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[22Oct2024 18:20:08.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[22Oct2024 18:20:08.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[22Oct2024 18:20:08.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[22Oct2024 18:20:08.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[22Oct2024 18:20:08.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[22Oct2024 18:20:08.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[22Oct2024 18:20:08.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[22Oct2024 18:20:08.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[22Oct2024 18:20:08.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[22Oct2024 18:20:08.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[22Oct2024 18:20:08.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[22Oct2024 18:20:08.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[22Oct2024 18:20:08.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[22Oct2024 18:20:08.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[22Oct2024 18:20:08.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[22Oct2024 18:20:08.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[22Oct2024 18:20:08.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[22Oct2024 18:20:08.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[22Oct2024 18:20:08.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[22Oct2024 18:20:08.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[22Oct2024 18:20:08.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[22Oct2024 18:20:08.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[22Oct2024 18:20:08.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[22Oct2024 18:20:08.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[22Oct2024 18:20:08.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[22Oct2024 18:20:08.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[22Oct2024 18:20:08.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[22Oct2024 18:20:08.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[22Oct2024 18:20:08.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[22Oct2024 18:20:08.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[22Oct2024 18:20:08.222] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[22Oct2024 18:20:08.222] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[22Oct2024 18:20:08.222] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[22Oct2024 18:20:08.222] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[22Oct2024 18:20:08.222] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[22Oct2024 18:20:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[22Oct2024 18:20:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[22Oct2024 18:20:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.224] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.225] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[22Oct2024 18:20:08.225] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[22Oct2024 18:20:08.225] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[22Oct2024 18:20:08.225] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[22Oct2024 18:20:08.225] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[22Oct2024 18:20:08.226] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[22Oct2024 18:20:08.227] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[22Oct2024 18:20:08.227] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[22Oct2024 18:20:08.227] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[22Oct2024 18:20:08.228] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[22Oct2024 18:20:08.229] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[22Oct2024 18:20:08.229] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[22Oct2024 18:20:08.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[22Oct2024 18:20:08.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[22Oct2024 18:20:08.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[22Oct2024 18:20:08.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[22Oct2024 18:20:08.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[22Oct2024 18:20:08.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[22Oct2024 18:20:08.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[22Oct2024 18:20:08.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[22Oct2024 18:20:08.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[22Oct2024 18:20:08.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[22Oct2024 18:20:08.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[22Oct2024 18:20:08.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[22Oct2024 18:20:08.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[22Oct2024 18:20:08.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[22Oct2024 18:20:08.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[22Oct2024 18:20:08.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[22Oct2024 18:20:08.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[22Oct2024 18:20:08.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[22Oct2024 18:20:08.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[22Oct2024 18:20:08.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[22Oct2024 18:20:08.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[22Oct2024 18:20:08.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[22Oct2024 18:20:08.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[22Oct2024 18:20:08.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[22Oct2024 18:20:08.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[22Oct2024 18:20:08.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[22Oct2024 18:20:08.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[22Oct2024 18:20:08.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[22Oct2024 18:20:08.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[22Oct2024 18:20:08.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[22Oct2024 18:20:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[22Oct2024 18:20:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[22Oct2024 18:20:08.247] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[22Oct2024 18:20:08.248] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[22Oct2024 18:20:08.248] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[22Oct2024 18:20:08.248] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[22Oct2024 18:20:08.248] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[22Oct2024 18:20:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[22Oct2024 18:20:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[22Oct2024 18:20:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[22Oct2024 18:20:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[22Oct2024 18:20:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[22Oct2024 18:20:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[22Oct2024 18:20:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[22Oct2024 18:20:08.257] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[22Oct2024 18:20:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[22Oct2024 18:20:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[22Oct2024 18:20:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[22Oct2024 18:20:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[22Oct2024 18:20:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[22Oct2024 18:20:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[22Oct2024 18:20:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[22Oct2024 18:20:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[22Oct2024 18:20:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[22Oct2024 18:20:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[22Oct2024 18:20:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[22Oct2024 18:20:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[22Oct2024 18:20:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[22Oct2024 18:20:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[22Oct2024 18:20:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[22Oct2024 18:20:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[22Oct2024 18:20:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[22Oct2024 18:20:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[22Oct2024 18:20:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[22Oct2024 18:20:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[22Oct2024 18:20:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[22Oct2024 18:20:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[22Oct2024 18:20:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[22Oct2024 18:20:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[22Oct2024 18:20:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[22Oct2024 18:20:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[22Oct2024 18:20:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[22Oct2024 18:20:08.270] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[22Oct2024 18:20:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[22Oct2024 18:20:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[22Oct2024 18:20:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[22Oct2024 18:20:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[22Oct2024 18:20:08.275] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[22Oct2024 18:20:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[22Oct2024 18:20:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[22Oct2024 18:20:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[22Oct2024 18:20:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[22Oct2024 18:20:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[22Oct2024 18:20:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[22Oct2024 18:20:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[22Oct2024 18:20:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[22Oct2024 18:20:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[22Oct2024 18:20:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[22Oct2024 18:20:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[22Oct2024 18:20:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[22Oct2024 18:20:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[22Oct2024 18:20:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[22Oct2024 18:20:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[22Oct2024 18:20:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.283] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[22Oct2024 18:20:08.283] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[22Oct2024 18:20:08.283] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[22Oct2024 18:20:08.283] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[22Oct2024 18:20:08.285] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[22Oct2024 18:20:08.285] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[22Oct2024 18:20:08.285] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[22Oct2024 18:20:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[22Oct2024 18:20:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[22Oct2024 18:20:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[22Oct2024 18:20:08.287] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[22Oct2024 18:20:08.287] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[22Oct2024 18:20:08.287] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[22Oct2024 18:20:08.287] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[22Oct2024 18:20:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[22Oct2024 18:20:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[22Oct2024 18:20:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[22Oct2024 18:20:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[22Oct2024 18:20:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[22Oct2024 18:20:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[22Oct2024 18:20:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[22Oct2024 18:20:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[22Oct2024 18:20:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[22Oct2024 18:20:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[22Oct2024 18:20:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[22Oct2024 18:20:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[22Oct2024 18:20:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[22Oct2024 18:20:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[22Oct2024 18:20:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[22Oct2024 18:20:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[22Oct2024 18:20:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[22Oct2024 18:20:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[22Oct2024 18:20:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[22Oct2024 18:20:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[22Oct2024 18:20:08.296] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.296] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[22Oct2024 18:20:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[22Oct2024 18:20:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[22Oct2024 18:20:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[22Oct2024 18:20:08.299] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[22Oct2024 18:20:08.299] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[22Oct2024 18:20:08.300] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[22Oct2024 18:20:08.300] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[22Oct2024 18:20:08.300] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[22Oct2024 18:20:08.300] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[22Oct2024 18:20:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[22Oct2024 18:20:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[22Oct2024 18:20:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[22Oct2024 18:20:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[22Oct2024 18:20:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[22Oct2024 18:20:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[22Oct2024 18:20:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[22Oct2024 18:20:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[22Oct2024 18:20:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[22Oct2024 18:20:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[22Oct2024 18:20:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[22Oct2024 18:20:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[22Oct2024 18:20:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[22Oct2024 18:20:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[22Oct2024 18:20:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[22Oct2024 18:20:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[22Oct2024 18:20:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[22Oct2024 18:20:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[22Oct2024 18:20:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[22Oct2024 18:20:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[22Oct2024 18:20:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[22Oct2024 18:20:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[22Oct2024 18:20:08.310] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[22Oct2024 18:20:08.311] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[22Oct2024 18:20:08.311] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[22Oct2024 18:20:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[22Oct2024 18:20:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[22Oct2024 18:20:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[22Oct2024 18:20:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[22Oct2024 18:20:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[22Oct2024 18:20:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[22Oct2024 18:20:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[22Oct2024 18:20:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[22Oct2024 18:20:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[22Oct2024 18:20:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[22Oct2024 18:20:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[22Oct2024 18:20:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[22Oct2024 18:20:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[22Oct2024 18:20:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[22Oct2024 18:20:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[22Oct2024 18:20:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[22Oct2024 18:20:08.323] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[22Oct2024 18:20:08.323] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[22Oct2024 18:20:08.323] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[22Oct2024 18:20:08.323] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[22Oct2024 18:20:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[22Oct2024 18:20:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[22Oct2024 18:20:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[22Oct2024 18:20:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[22Oct2024 18:20:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[22Oct2024 18:20:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[22Oct2024 18:20:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[22Oct2024 18:20:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[22Oct2024 18:20:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[22Oct2024 18:20:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[22Oct2024 18:20:08.334] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo -[22Oct2024 18:20:08.372] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[22Oct2024 18:20:08.376] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@5bb7643d -[22Oct2024 18:20:08.633] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 676 milliseconds +[03Nov2024 10:23:02.165] [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] +[03Nov2024 10:23:02.168] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS +[03Nov2024 10:23:02.171] [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.52-gentoo +[03Nov2024 10:23:02.194] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,forgeclient,forgedatauserdev,testharness,forgeserverdev,forgeserveruserdev,forgejunitdev,forgeclientdev,forgeclientuserdev,forgeserver,forgejunituserdev,forgedatadev] +[03Nov2024 10:23:02.223] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,slf4jfixer,runtime_enum_extender,accesstransformer,runtimedistcleaner] +[03Nov2024 10:23:02.234] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services +[03Nov2024 10:23:02.240] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run +[03Nov2024 10:23:02.241] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods +[03Nov2024 10:23:02.241] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config +[03Nov2024 10:23:02.241] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml +[03Nov2024 10:23:02.298] [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 +[03Nov2024 10:23:02.300] [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]}] +[03Nov2024 10:23:02.302] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: +[03Nov2024 10:23:02.310] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[03Nov2024 10:23:02.440] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[03Nov2024 10:23:02.517] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[03Nov2024 10:23:02.557] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] +[03Nov2024 10:23:02.557] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading +[03Nov2024 10:23:02.558] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin +[03Nov2024 10:23:02.558] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin +[03Nov2024 10:23:02.568] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml +[03Nov2024 10:23:02.569] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML 4.0.24 loading +[03Nov2024 10:23:02.569] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 11.0.4+main.d2e20e43 +[03Nov2024 10:23:02.570] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 10.0.1+139da711 +[03Nov2024 10:23:02.571] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: FML found EventBus version : null +[03Nov2024 10:23:02.571] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner +[03Nov2024 10:23:02.571] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml +[03Nov2024 10:23:02.572] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services +[03Nov2024 10:23:02.586] [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] +[03Nov2024 10:23:02.587] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing +[03Nov2024 10:23:02.587] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin +[03Nov2024 10:23:02.597] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@1f36e637 +[03Nov2024 10:23:02.606] [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 +[03Nov2024 10:23:02.608] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager +[03Nov2024 10:23:02.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) +[03Nov2024 10:23:02.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) +[03Nov2024 10:23:02.610] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) +[03Nov2024 10:23:02.610] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) +[03Nov2024 10:23:02.610] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) +[03Nov2024 10:23:02.612] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin +[03Nov2024 10:23:02.612] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml +[03Nov2024 10:23:02.612] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories +[03Nov2024 10:23:02.613] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run +[03Nov2024 10:23:02.613] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/mods +[03Nov2024 10:23:02.613] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config +[03Nov2024 10:23:02.613] [main/DEBUG] [net.neoforged.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/run/config/fml.toml +[03Nov2024 10:23:02.613] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Loading configuration +[03Nov2024 10:23:02.617] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler +[03Nov2024 10:23:02.618] [main/DEBUG] [net.neoforged.fml.loading.FMLLoader/CORE]: Using forgeclientuserdev as launch service +[03Nov2024 10:23:02.619] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml +[03Nov2024 10:23:02.620] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning +[03Nov2024 10:23:02.620] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin +[03Nov2024 10:23:02.620] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin +[03Nov2024 10:23:02.620] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml +[03Nov2024 10:23:02.621] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan +[03Nov2024 10:23:02.623] [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 +[03Nov2024 10:23:02.623] [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]}] +[03Nov2024 10:23:02.633] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 4 implementations of IModFileCandidateLocator: +[03Nov2024 10:23:02.634] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.NeoForgeDevProvider from loader-4.0.24.jar +[03Nov2024 10:23:02.634] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.ModsFolderLocator from loader-4.0.24.jar +[03Nov2024 10:23:02.635] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.MavenDirectoryLocator from loader-4.0.24.jar +[03Nov2024 10:23:02.635] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - [built-in] net.neoforged.fml.loading.moddiscovery.locators.UserdevLocator from loader-4.0.24.jar +[03Nov2024 10:23:02.637] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 2 implementations of IModFileReader: +[03Nov2024 10:23:02.637] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.readers.JarModsDotTomlModFileReader from loader-4.0.24.jar +[03Nov2024 10:23:02.637] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: -1000 - net.neoforged.fml.loading.moddiscovery.readers.NestedLibraryModReader from loader-4.0.24.jar +[03Nov2024 10:23:02.639] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of IDependencyLocator: +[03Nov2024 10:23:02.639] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: 0 - net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator from loader-4.0.24.jar +[03Nov2024 10:23:02.685] [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} +[03Nov2024 10:23:02.692] [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 +[03Nov2024 10:23:02.702] [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} +[03Nov2024 10:23:02.705] [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 +[03Nov2024 10:23:02.711] [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} +[03Nov2024 10:23:02.713] [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.4+mc1.21.1.jar +[03Nov2024 10:23:02.716] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.4+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.4+mc1.21.1} +[03Nov2024 10:23:02.720] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: [] +[03Nov2024 10:23:02.720] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) GL version 4.6 (Core Profile) Mesa 24.1.7, AMD +[03Nov2024 10:23:02.722] [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 +[03Nov2024 10:23:02.724] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} +[03Nov2024 10:23:02.734] [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 +[03Nov2024 10:23:02.736] [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} +[03Nov2024 10:23:02.741] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.742] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.743] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.744] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.745] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.746] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.747] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.748] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.749] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.750] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.751] [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 +[03Nov2024 10:23:02.753] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Found 2 mods for first modid neoforge, selecting most recent based on version data +[03Nov2024 10:23:02.753] [main/DEBUG] [net.neoforged.fml.loading.UniqueModListBuilder/]: Selected file neoforge-21.1.65-minecraft.jar for modid neoforge with version 21.1.65 +[03Nov2024 10:23:02.835] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.840] [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} +[03Nov2024 10:23:02.842] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.844] [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} +[03Nov2024 10:23:02.846] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.847] [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} +[03Nov2024 10:23:02.848] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.850] [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} +[03Nov2024 10:23:02.889] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.891] [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} +[03Nov2024 10:23:02.892] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.894] [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} +[03Nov2024 10:23:02.905] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.906] [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} +[03Nov2024 10:23:02.907] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.908] [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} +[03Nov2024 10:23:02.913] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection +[03Nov2024 10:23:02.916] [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} +[03Nov2024 10:23:02.919] [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]] +[03Nov2024 10:23:02.921] [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 +[03Nov2024 10:23:02.922] [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} +[03Nov2024 10:23:02.923] [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=*]] +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.fantastic.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.vertexformat.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config iris-batched-entity-rendering.mixins.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.sodium.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.compat.dh.json +[03Nov2024 10:23:02.923] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config mixins.iris.forge.json +[03Nov2024 10:23:02.924] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.925] [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} +[03Nov2024 10:23:02.925] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[03Nov2024 10:23:02.925] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.926] [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} +[03Nov2024 10:23:02.926] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[03Nov2024 10:23:02.926] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.mixins.json +[03Nov2024 10:23:02.926] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-renderer-api-v1.debughud.mixins.json +[03Nov2024 10:23:02.926] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.927] [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} +[03Nov2024 10:23:02.927] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[03Nov2024 10:23:02.927] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.mixins.json +[03Nov2024 10:23:02.927] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-rendering-data-attachment-v1.client.mixins.json +[03Nov2024 10:23:02.927] [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.4+mc1.21.1.jar +[03Nov2024 10:23:02.928] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file sodium-neoforge-0.6.0-beta.4+mc1.21.1.jar with {sodium} mods - versions {0.6.0-beta.4+mc1.21.1} +[03Nov2024 10:23:02.928] [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.4+mc1.21.1.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=*]] +[03Nov2024 10:23:02.928] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-common.mixins.json +[03Nov2024 10:23:02.928] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config sodium-neoforge.mixins.json +[03Nov2024 10:23:02.928] [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 +[03Nov2024 10:23:02.929] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {1.0.0} +[03Nov2024 10:23:02.929] [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,)]] +[03Nov2024 10:23:02.930] [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 +[03Nov2024 10:23:02.930] [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} +[03Nov2024 10:23:02.930] [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,]]] +[03Nov2024 10:23:02.930] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json +[03Nov2024 10:23:02.930] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate +[03Nov2024 10:23:02.931] [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} +[03Nov2024 10:23:02.931] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [LanguageSpec[languageName=javafml, acceptedVersions=[1,)]] +[03Nov2024 10:23:02.931] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.mixins.json +[03Nov2024 10:23:02.931] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config fabric-block-view-api-v2.client.mixins.json +[03Nov2024 10:23:02.931] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] +[03Nov2024 10:23:02.932] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml +[03Nov2024 10:23:02.947] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: +[03Nov2024 10:23:02.947] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.24.jar +[03Nov2024 10:23:02.947] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.24.jar +[03Nov2024 10:23:02.947] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.24.jar +[03Nov2024 10:23:02.948] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.24 +[03Nov2024 10:23:02.948] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.24 +[03Nov2024 10:23:02.949] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.24 +[03Nov2024 10:23:02.952] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] +[03Nov2024 10:23:02.952] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft +[03Nov2024 10:23:02.952] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge +[03Nov2024 10:23:02.954] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 16 mod requirements (14 mandatory, 2 optional) +[03Nov2024 10:23:02.955] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) +[03Nov2024 10:23:03.091] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.091] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.091] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.091] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.092] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.092] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.092] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0 +[03Nov2024 10:23:03.100] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers +[03Nov2024 10:23:03.101] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin +[03Nov2024 10:23:03.103] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin +[03Nov2024 10:23:03.104] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml +[03Nov2024 10:23:03.104] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers +[03Nov2024 10:23:03.104] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it +[03Nov2024 10:23:03.106] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: +[03Nov2024 10:23:03.107] [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 +[03Nov2024 10:23:03.118] [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@5adb0db3]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@f72203 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[03Nov2024 10:23:03.118] [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@5adb0db3]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@f72203 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[03Nov2024 10:23:03.119] [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@5adb0db3]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@f72203 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[03Nov2024 10:23:03.119] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@5adb0db3]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@f72203 in neoforge-21.1.65-minecraft.jar > neoforge-coremods-21.1.65.jar +[03Nov2024 10:23:03.134] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@5ce4369b to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/biome/Biome;} {} {V} +[03Nov2024 10:23:03.136] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7ad54c55 to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} +[03Nov2024 10:23:03.137] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@73017a80 to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} +[03Nov2024 10:23:03.137] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/EntityType;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} +[03Nov2024 10:23:03.138] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} +[03Nov2024 10:23:03.139] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@6ae7deac to Target : cpw.mods.modlauncher.api.TargetType@5adb0db3 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} +[03Nov2024 10:23:03.140] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml +[03Nov2024 10:23:03.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[03Nov2024 10:23:03.850] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0] +[03Nov2024 10:23:03.851] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] +[03Nov2024 10:23:03.950] [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). +[03Nov2024 10:23:03.962] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 +[03Nov2024 10:23:03.963] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:03.967] [main/DEBUG] [mixin/]: Mixin config fabric-rendering-data-attachment-v1.client.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:03.974] [main/DEBUG] [mixin/]: Mixin config sodium-common.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:03.987] [main/DEBUG] [mixin/]: Mixin config sodium-neoforge.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:03.991] [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). +[03Nov2024 10:23:03.995] [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). +[03Nov2024 10:23:04.000] [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). +[03Nov2024 10:23:04.003] [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). +[03Nov2024 10:23:04.007] [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). +[03Nov2024 10:23:04.011] [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). +[03Nov2024 10:23:04.015] [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). +[03Nov2024 10:23:04.018] [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). +[03Nov2024 10:23:04.018] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 +[03Nov2024 10:23:04.018] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:04.021] [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). +[03Nov2024 10:23:04.021] [main/DEBUG] [mixin/]: Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:04.027] [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). +[03Nov2024 10:23:04.027] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:04.030] [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). +[03Nov2024 10:23:04.030] [main/DEBUG] [mixin/]: Mixin config fabric-block-view-api-v2.client.mixins.json does not specify "minVersion" or "requiredFeatures" property +[03Nov2024 10:23:04.032] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[03Nov2024 10:23:04.033] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.033] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.033] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.034] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.034] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.034] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.034] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) +[03Nov2024 10:23:04.034] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.035] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_rendering_data_attachment_v1) +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) +[03Nov2024 10:23:04.036] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) +[03Nov2024 10:23:04.037] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) +[03Nov2024 10:23:04.037] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) +[03Nov2024 10:23:04.037] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[03Nov2024 10:23:04.037] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(sodium) +[03Nov2024 10:23:04.037] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(sodium) +[03Nov2024 10:23:04.038] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(sodium) +[03Nov2024 10:23:04.038] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(sodium) +[03Nov2024 10:23:04.038] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(sodium) +[03Nov2024 10:23:04.038] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(sodium) +[03Nov2024 10:23:04.038] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(sodium) +[03Nov2024 10:23:04.039] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] +[03Nov2024 10:23:04.039] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(iris) +[03Nov2024 10:23:04.039] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(iris) +[03Nov2024 10:23:04.039] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(iris) +[03Nov2024 10:23:04.039] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(iris) +[03Nov2024 10:23:04.040] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(iris) +[03Nov2024 10:23:04.040] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(iris) +[03Nov2024 10:23:04.040] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(iris) +[03Nov2024 10:23:04.040] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] +[03Nov2024 10:23:04.040] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.041] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.041] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.041] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.041] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_renderer_api_v1) +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.042] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.043] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.043] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.043] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.044] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_api_base) +[03Nov2024 10:23:04.044] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] +[03Nov2024 10:23:04.044] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.044] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.045] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.045] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.045] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.045] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.046] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) +[03Nov2024 10:23:04.046] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[03Nov2024 10:23:04.046] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.046] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.047] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.047] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.047] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.047] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.048] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(fabric_block_view_api_v2) +[03Nov2024 10:23:04.048] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] +[03Nov2024 10:23:04.048] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.050] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.051] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.051] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.052] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.052] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.053] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.053] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[03Nov2024 10:23:04.053] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) +[03Nov2024 10:23:04.056] [main/DEBUG] [mixin/]: inject() running with 12 agents +[03Nov2024 10:23:04.057] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[03Nov2024 10:23:04.058] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@676ff3b0] +[03Nov2024 10:23:04.058] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] +[03Nov2024 10:23:04.058] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[03Nov2024 10:23:04.058] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_rendering_data_attachment_v1)] +[03Nov2024 10:23:04.059] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[03Nov2024 10:23:04.059] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(sodium)] +[03Nov2024 10:23:04.059] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(iris)] +[03Nov2024 10:23:04.060] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_renderer_api_v1)] +[03Nov2024 10:23:04.061] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_api_base)] +[03Nov2024 10:23:04.061] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[03Nov2024 10:23:04.061] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(fabric_block_view_api_v2)] +[03Nov2024 10:23:04.061] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[03Nov2024 10:23:04.062] [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] +[03Nov2024 10:23:04.127] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] +[03Nov2024 10:23:04.128] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.mixins.json +[03Nov2024 10:23:04.135] [main/DEBUG] [mixin/]: Selecting config fabric-rendering-data-attachment-v1.client.mixins.json +[03Nov2024 10:23:04.136] [main/DEBUG] [mixin/]: Selecting config sodium-common.mixins.json +[03Nov2024 10:23:04.162] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.ForgeMixinOverrides@11d4dbd6 for service interface net.caffeinemc.mods.sodium.client.services.PlatformMixinOverrides +[03Nov2024 10:23:04.171] [main/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.NeoForgeRuntimeInformation@49c8f6e8 for service interface net.caffeinemc.mods.sodium.client.services.PlatformRuntimeInformation +[03Nov2024 10:23:04.172] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found +[03Nov2024 10:23:04.173] [main/DEBUG] [mixin/]: Selecting config sodium-neoforge.mixins.json +[03Nov2024 10:23:04.173] [main/DEBUG] [mixin/]: Selecting config mixins.iris.json +[03Nov2024 10:23:04.174] [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 +[03Nov2024 10:23:04.175] [main/DEBUG] [mixin/]: Selecting config mixins.iris.fantastic.json +[03Nov2024 10:23:04.175] [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 +[03Nov2024 10:23:04.175] [main/DEBUG] [mixin/]: Selecting config mixins.iris.vertexformat.json +[03Nov2024 10:23:04.176] [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 +[03Nov2024 10:23:04.176] [main/DEBUG] [mixin/]: Selecting config iris-batched-entity-rendering.mixins.json +[03Nov2024 10:23:04.177] [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 +[03Nov2024 10:23:04.177] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.sodium.json +[03Nov2024 10:23:04.177] [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 +[03Nov2024 10:23:04.178] [main/DEBUG] [mixin/]: Selecting config mixins.iris.compat.dh.json +[03Nov2024 10:23:04.180] [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 +[03Nov2024 10:23:04.181] [main/DEBUG] [mixin/]: Selecting config mixins.iris.forge.json +[03Nov2024 10:23:04.181] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.mixins.json +[03Nov2024 10:23:04.182] [main/DEBUG] [mixin/]: Selecting config fabric-renderer-api-v1.debughud.mixins.json +[03Nov2024 10:23:04.183] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json +[03Nov2024 10:23:04.183] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.mixins.json +[03Nov2024 10:23:04.184] [main/DEBUG] [mixin/]: Selecting config fabric-block-view-api-v2.client.mixins.json +[03Nov2024 10:23:04.185] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json +[03Nov2024 10:23:04.269] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null +[03Nov2024 10:23:04.336] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[03Nov2024 10:23:04.339] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[03Nov2024 10:23:04.341] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[03Nov2024 10:23:04.344] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[03Nov2024 10:23:04.346] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[03Nov2024 10:23:04.349] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[03Nov2024 10:23:04.376] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.mixins.json (2) +[03Nov2024 10:23:04.431] [main/DEBUG] [mixin/]: Preparing fabric-rendering-data-attachment-v1.client.mixins.json (1) +[03Nov2024 10:23:04.467] [main/DEBUG] [mixin/]: Preparing sodium-common.mixins.json (79) +[03Nov2024 10:23:04.565] [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 +[03Nov2024 10:23:04.566] [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 +[03Nov2024 10:23:04.567] [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 +[03Nov2024 10:23:05.068] [main/DEBUG] [mixin/]: Preparing sodium-neoforge.mixins.json (14) +[03Nov2024 10:23:05.141] [main/DEBUG] [mixin/]: Preparing mixins.iris.json (94) +[03Nov2024 10:23:05.472] [main/DEBUG] [mixin/]: Preparing mixins.iris.fantastic.json (5) +[03Nov2024 10:23:05.484] [main/DEBUG] [mixin/]: Preparing mixins.iris.vertexformat.json (8) +[03Nov2024 10:23:05.501] [main/DEBUG] [mixin/]: Preparing iris-batched-entity-rendering.mixins.json (18) +[03Nov2024 10:23:05.531] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.sodium.json (15) +[03Nov2024 10:23:05.581] [main/DEBUG] [mixin/]: Preparing mixins.iris.compat.dh.json (4) +[03Nov2024 10:23:05.587] [main/DEBUG] [mixin/]: Preparing mixins.iris.forge.json (7) +[03Nov2024 10:23:05.593] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) +[03Nov2024 10:23:05.595] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/entity/RenderFlame for mixins.iris.forge.json:MixinRenderFlame from mod iris +[03Nov2024 10:23:05.597] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) +[03Nov2024 10:23:05.597] [main/DEBUG] [mixin/]: Skipping virtual target mekanism/client/render/armor/MekaSuitArmor for mixins.iris.forge.json:MixinRenderMekasuit from mod iris +[03Nov2024 10:23:05.606] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) +[03Nov2024 10:23:05.606] [main/DEBUG] [mixin/]: Skipping virtual target blusunrize/immersiveengineering/client/utils/IEGLShaders for mixins.iris.forge.json:MixinVBOIE from mod iris +[03Nov2024 10:23:05.606] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.mixins.json (4) +[03Nov2024 10:23:05.610] [main/DEBUG] [mixin/]: Preparing fabric-renderer-api-v1.debughud.mixins.json (1) +[03Nov2024 10:23:05.611] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) +[03Nov2024 10:23:05.617] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.mixins.json (2) +[03Nov2024 10:23:05.622] [main/DEBUG] [mixin/]: Preparing fabric-block-view-api-v2.client.mixins.json (2) +[03Nov2024 10:23:05.628] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) +[03Nov2024 10:23:05.859] [main/DEBUG] [mixin/]: Prepared 248 mixins in 1.727 sec (7.0ms avg) (0ms load, 0ms transform, 0ms plugin) +[03Nov2024 10:23:05.868] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[03Nov2024 10:23:05.871] [main/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo +[03Nov2024 10:23:05.873] [main/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo +[03Nov2024 10:23:05.883] [main/DEBUG] [mixin/]: Mixing texture.MixinAbstractTexture from mixins.iris.json into net.minecraft.client.renderer.texture.AbstractTexture +[03Nov2024 10:23:05.889] [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) +[03Nov2024 10:23:06.058] [main/DEBUG] [mixin/]: Mixing texture.SimpleTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SimpleTexture +[03Nov2024 10:23:06.058] [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) +[03Nov2024 10:23:06.074] [main/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.VertexConsumerMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.VertexConsumer +[03Nov2024 10:23:06.079] [main/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:06.290] [main/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.GuiGraphicsMixin from sodium-common.mixins.json into net.minecraft.client.gui.GuiGraphics +[03Nov2024 10:23:06.291] [main/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:06.307] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.307] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.308] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.308] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.308] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.308] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.376] [main/DEBUG] [mixin/]: Mixing core.MinecraftMixin from sodium-common.mixins.json into net.minecraft.client.Minecraft +[03Nov2024 10:23:06.380] [main/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:06.408] [main/DEBUG] [mixin/]: Mixing platform.neoforge.EntrypointMixin from sodium-neoforge.mixins.json into net.minecraft.client.Minecraft +[03Nov2024 10:23:06.409] [main/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:06.409] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$sodium$loadConfig$0(Lnet/neoforged/fml/ModContainer;)Ljava/lang/String; to mde22338$sodium$lambda$sodium$loadConfig$0$0 in sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium +[03Nov2024 10:23:06.423] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Images from mixins.iris.json into net.minecraft.client.Minecraft +[03Nov2024 10:23:06.424] [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) +[03Nov2024 10:23:06.472] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_Keybinds from mixins.iris.json into net.minecraft.client.Minecraft +[03Nov2024 10:23:06.473] [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) +[03Nov2024 10:23:06.483] [main/DEBUG] [mixin/]: Mixing MixinMinecraft_PipelineManagement from mixins.iris.json into net.minecraft.client.Minecraft +[03Nov2024 10:23:06.484] [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) +[03Nov2024 10:23:06.583] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[03Nov2024 10:23:06.583] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::preRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[03Nov2024 10:23:06.583] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.583] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo +[03Nov2024 10:23:06.583] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postRender(ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes +[03Nov2024 10:23:06.584] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.585] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[03Nov2024 10:23:06.585] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[03Nov2024 10:23:06.585] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.585] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable +[03Nov2024 10:23:06.586] [main/DEBUG] [mixin/]: sodium-common.mixins.json:core.MinecraftMixin from mod sodium->@Inject::postResourceReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes +[03Nov2024 10:23:06.586] [main/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:06.586] [main/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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 +[03Nov2024 10:23:06.586] [main/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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 +[03Nov2024 10:23:06.586] [main/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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 +[03Nov2024 10:23:06.586] [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 +[03Nov2024 10:23:06.587] [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 +[03Nov2024 10:23:06.587] [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 +[03Nov2024 10:23:06.588] [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 +[03Nov2024 10:23:06.588] [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 +[03Nov2024 10:23:06.588] [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 +[03Nov2024 10:23:06.589] [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 +[03Nov2024 10:23:06.589] [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 +[03Nov2024 10:23:06.589] [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 +[03Nov2024 10:23:06.590] [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 +[03Nov2024 10:23:06.590] [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 +[03Nov2024 10:23:06.590] [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 +[03Nov2024 10:23:06.591] [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 +[03Nov2024 10:23:06.591] [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 +[03Nov2024 10:23:06.591] [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 +[03Nov2024 10:23:06.927] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework +[03Nov2024 10:23:06.931] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple +[03Nov2024 10:23:06.931] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 +[03Nov2024 10:23:06.986] [main/DEBUG] [mixin/]: Mixing texture.MixinResourceLocation from mixins.iris.json into net.minecraft.resources.ResourceLocation +[03Nov2024 10:23:06.987] [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) +[03Nov2024 10:23:06.992] [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 +[03Nov2024 10:23:06.993] [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 +[03Nov2024 10:23:08.083] [main/DEBUG] [mixin/]: Mixing MixinSystemReport from mixins.iris.json into net.minecraft.SystemReport +[03Nov2024 10:23:08.084] [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) +[03Nov2024 10:23:08.084] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$1()Ljava/lang/String; to mde22338$iris$lambda$fillSystemDetails$1$0 in mixins.iris.json:MixinSystemReport from mod iris +[03Nov2024 10:23:08.084] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$fillSystemDetails$0(Ljava/lang/StringBuilder;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to mde22338$iris$lambda$fillSystemDetails$0$1 in mixins.iris.json:MixinSystemReport from mod iris +[03Nov2024 10:23:08.103] [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 +[03Nov2024 10:23:08.103] [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 +[03Nov2024 10:23:08.103] [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 +[03Nov2024 10:23:08.132] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@58d63b16 +[03Nov2024 10:23:08.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[03Nov2024 10:23:08.223] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[03Nov2024 10:23:08.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat +[03Nov2024 10:23:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:08.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:08.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[03Nov2024 10:23:08.249] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:08.250] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.251] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:08.252] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:08.253] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:08.254] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:08.255] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:08.256] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:08.258] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:08.259] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[03Nov2024 10:23:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:08.260] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.261] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:08.262] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:08.263] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:08.264] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:08.265] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:08.266] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:08.267] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:08.268] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:08.269] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:08.271] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:08.272] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.273] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:08.274] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:08.275] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:08.275] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:08.276] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:08.277] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:08.278] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:08.279] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:08.280] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.281] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:08.282] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:08.285] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:08.285] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:08.286] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[03Nov2024 10:23:08.287] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.288] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:08.289] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:08.290] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:08.291] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:08.292] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:08.293] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:08.294] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:08.294] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:08.294] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.295] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.295] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:08.296] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:08.296] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:08.296] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:08.297] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.298] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.298] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:08.298] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:08.298] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:08.298] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:08.300] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:08.301] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[03Nov2024 10:23:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:08.302] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.303] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:08.304] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.305] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:08.306] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:08.307] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:08.308] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:08.309] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:08.310] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:08.310] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:08.311] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:08.312] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[03Nov2024 10:23:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:08.313] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:08.314] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:08.315] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.316] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:08.317] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:08.318] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:08.319] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:08.320] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.321] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:08.322] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:08.324] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[03Nov2024 10:23:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:08.325] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.326] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:08.327] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.328] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.329] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:08.329] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:08.329] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:08.329] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:08.329] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:08.330] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:08.330] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:08.330] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:08.330] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.330] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.331] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:08.331] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:08.331] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:08.331] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:08.331] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:08.332] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:08.332] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:08.332] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:08.332] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.332] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.335] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:08.336] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:08.337] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:08.337] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:08.340] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:08.341] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:08.341] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:08.341] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:08.342] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[03Nov2024 10:23:08.342] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:08.342] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:08.343] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:08.344] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:08.345] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:08.345] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:08.345] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:08.345] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:08.345] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:08.346] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.346] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.346] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:08.346] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:08.347] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:08.348] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:08.348] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:08.349] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:08.350] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:08.350] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:08.351] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.351] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.352] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:08.352] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:08.352] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:08.353] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:08.353] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:08.353] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:08.353] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:08.354] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:08.356] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:08.356] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:08.356] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:08.356] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:08.356] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.357] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:08.358] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:08.359] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:08.360] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:08.361] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:08.361] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:08.362] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:08.362] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.362] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.362] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:08.363] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:08.363] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:08.363] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:08.364] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:08.364] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:08.365] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:08.365] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:08.365] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.366] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:08.367] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:08.368] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.369] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.370] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:08.370] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:08.370] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:08.370] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:08.371] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:08.371] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:08.371] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:08.371] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:08.371] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[03Nov2024 10:23:08.372] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:08.372] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:08.372] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:08.372] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:08.373] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:08.374] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:08.374] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.374] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.374] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:08.375] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:08.375] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:08.375] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:08.375] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:08.375] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:08.376] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.377] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:08.378] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:08.378] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:08.378] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:08.379] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:08.379] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:08.379] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:08.379] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:08.380] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[03Nov2024 10:23:08.380] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.381] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:08.382] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:08.382] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:08.382] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:08.382] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:08.382] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:08.383] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:08.384] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:08.385] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:08.385] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:08.385] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:08.385] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:08.385] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:08.386] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:08.387] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:08.387] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:08.387] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:08.388] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:08.388] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[03Nov2024 10:23:08.388] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:08.388] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:08.388] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:08.389] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:08.390] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:08.391] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:08.391] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.391] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.391] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:08.392] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:08.392] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:08.392] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:08.392] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:08.393] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:08.393] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:08.393] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:08.393] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.393] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.394] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:08.394] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:08.394] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:08.394] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:08.396] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:08.396] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:08.396] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:08.396] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:08.397] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[03Nov2024 10:23:08.397] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:08.397] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:08.398] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:08.398] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:08.398] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.399] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.399] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:08.399] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:08.399] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:08.399] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:08.400] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:08.400] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:08.400] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:08.400] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:08.400] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.401] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.401] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:08.401] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:08.401] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:08.401] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:08.403] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:08.403] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:08.403] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:08.403] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:08.404] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.404] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.404] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:08.404] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:08.404] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:08.405] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:08.405] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:08.405] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:08.405] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:08.406] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:08.406] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.406] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.406] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:08.407] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:08.408] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:08.408] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:08.410] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:08.410] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:08.410] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:08.410] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:08.411] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[03Nov2024 10:23:08.411] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:08.412] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:08.412] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:08.412] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:08.412] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.413] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.413] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:08.413] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:08.413] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:08.413] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:08.414] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:08.414] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:08.414] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:08.414] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:08.415] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.415] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.416] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:08.416] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:08.416] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:08.416] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:08.417] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:08.417] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:08.417] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:08.417] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:08.417] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:08.418] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:08.419] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:08.419] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:08.420] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:08.420] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.420] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.420] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:08.421] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:08.421] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:08.421] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:08.422] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:08.423] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:08.423] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:08.424] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:08.424] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[03Nov2024 10:23:08.425] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:08.425] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:08.425] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:08.426] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:08.426] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.426] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:08.426] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:08.427] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:08.427] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:08.427] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.428] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:08.429] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:08.429] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:08.429] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:08.429] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:08.429] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:08.430] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:08.430] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:08.430] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:08.430] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.430] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:08.431] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:08.431] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:08.431] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:08.431] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:08.431] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:08.432] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:08.432] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:08.433] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:08.433] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.433] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:08.433] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:08.434] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:08.434] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:08.434] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:08.442] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[03Nov2024 10:23:08.472] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[03Nov2024 10:23:08.477] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@58d63b16 +[03Nov2024 10:23:08.641] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 567 milliseconds +[03Nov2024 10:23:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[03Nov2024 10:23:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[03Nov2024 10:23:10.755] [pool-13-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry +[03Nov2024 10:23:10.821] [pool-13-thread-1/DEBUG] [mixin/]: Mixing BlockViewMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.BlockGetter +[03Nov2024 10:23:10.822] [pool-13-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) +[03Nov2024 10:23:10.828] [pool-13-thread-1/DEBUG] [mixin/]: Mixing MixinBlockStateBehavior from mixins.iris.json into net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase +[03Nov2024 10:23:10.828] [pool-13-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) +[03Nov2024 10:23:10.832] [pool-13-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 +[03Nov2024 10:23:10.840] [pool-13-thread-1/DEBUG] [mixin/]: Mixing WorldViewMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.LevelReader +[03Nov2024 10:23:10.840] [pool-13-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) +[03Nov2024 10:23:10.887] [pool-13-thread-1/DEBUG] [mixin/]: Mixing features.render.immediate.DirectionMixin from sodium-common.mixins.json into net.minecraft.core.Direction +[03Nov2024 10:23:10.888] [pool-13-thread-1/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:10.981] [pool-13-thread-1/DEBUG] [mixin/]: Mixing features.options.render_layers.LeavesBlockMixin from sodium-common.mixins.json into net.minecraft.world.level.block.LeavesBlock +[03Nov2024 10:23:10.982] [pool-13-thread-1/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:11.144] [pool-13-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[03Nov2024 10:23:11.145] [pool-13-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) +[03Nov2024 10:23:11.145] [pool-13-thread-1/DEBUG] [mixin/]: Mixing BlockEntityMixin from fabric-block-view-api-v2.mixins.json into net.minecraft.world.level.block.entity.BlockEntity +[03Nov2024 10:23:11.145] [pool-13-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) +[03Nov2024 10:23:11.303] [pool-13-thread-1/DEBUG] [mixin/]: Mixing core.render.BlockEntityTypeMixin from sodium-common.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[03Nov2024 10:23:11.303] [pool-13-thread-1/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:11.306] [pool-13-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[03Nov2024 10:23:11.418] [pool-13-thread-1/DEBUG] [mixin/]: Mixing MixinBiome from mixins.iris.json into net.minecraft.world.level.biome.Biome +[03Nov2024 10:23:11.418] [pool-13-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) +[03Nov2024 10:23:11.419] [pool-13-thread-1/DEBUG] [mixin/]: Mixing features.world.biome.BiomeMixin from sodium-neoforge.mixins.json into net.minecraft.world.level.biome.Biome +[03Nov2024 10:23:11.419] [pool-13-thread-1/DEBUG] [mixin/]: sodium-neoforge.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) +[03Nov2024 10:23:11.425] [pool-13-thread-1/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:11.786] [pool-13-thread-1/DEBUG] [mixin/]: Mixing platform.neoforge.AuxiliaryLightManagerMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.common.world.AuxiliaryLightManager +[03Nov2024 10:23:11.786] [pool-13-thread-1/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:12.196] [pool-13-thread-1/DEBUG] [mixin/]: Mixing MixinItem from mixins.iris.json into net.minecraft.world.item.Item +[03Nov2024 10:23:12.196] [pool-13-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) +[03Nov2024 10:23:12.247] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false +[03Nov2024 10:23:12.247] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21 +[03Nov2024 10:23:12.247] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available +[03Nov2024 10:23:12.247] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available +[03Nov2024 10:23:12.248] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available +[03Nov2024 10:23:12.248] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available +[03Nov2024 10:23:12.248] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled +[03Nov2024 10:23:12.248] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true +[03Nov2024 10:23:12.249] [pool-13-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 +[03Nov2024 10:23:12.249] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.(long, {int,long}): unavailable +[03Nov2024 10:23:12.249] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available +[03Nov2024 10:23:12.250] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 4011851776 bytes (maybe) +[03Nov2024 10:23:12.250] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir) +[03Nov2024 10:23:12.250] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model) +[03Nov2024 10:23:12.250] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes +[03Nov2024 10:23:12.250] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1 +[03Nov2024 10:23:12.251] [pool-13-thread-1/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available +[03Nov2024 10:23:12.251] [pool-13-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false +[03Nov2024 10:23:12.959] [pool-13-thread-1/DEBUG] [mixin/]: Mixing MixinBiomes from mixins.iris.json into net.minecraft.world.level.biome.Biomes +[03Nov2024 10:23:12.959] [pool-13-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) +[03Nov2024 10:23:12.962] [pool-13-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 +[03Nov2024 10:23:13.062] [pool-13-thread-1/DEBUG] [mixin/]: Mixing DimensionTypeAccessor from mixins.iris.json into net.minecraft.world.level.dimension.DimensionType +[03Nov2024 10:23:13.063] [pool-13-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) +[03Nov2024 10:23:13.822] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[03Nov2024 10:23:13.823] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[03Nov2024 10:23:13.826] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[03Nov2024 10:23:13.827] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[03Nov2024 10:23:13.828] [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] +[03Nov2024 10:23:13.837] [Render thread/DEBUG] [mixin/]: Mixing workarounds.event_loop.RenderSystemMixin from sodium-common.mixins.json into com.mojang.blaze3d.systems.RenderSystem +[03Nov2024 10:23:13.837] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.837] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[03Nov2024 10:23:13.837] [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) +[03Nov2024 10:23:13.838] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[03Nov2024 10:23:13.838] [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) +[03Nov2024 10:23:13.839] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinRenderSystem from mixins.iris.json into com.mojang.blaze3d.systems.RenderSystem +[03Nov2024 10:23:13.839] [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) +[03Nov2024 10:23:13.839] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$1(Ljava/lang/Runnable;)V to mde22338$iris$lambda$static$1$0 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[03Nov2024 10:23:13.839] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to mde22338$iris$lambda$static$0$1 in mixins.iris.json:statelisteners.MixinRenderSystem from mod iris +[03Nov2024 10:23:13.852] [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 +[03Nov2024 10:23:13.853] [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 +[03Nov2024 10:23:13.854] [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 +[03Nov2024 10:23:13.854] [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 +[03Nov2024 10:23:13.854] [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 +[03Nov2024 10:23:13.858] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from mixins.iris.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[03Nov2024 10:23:13.858] [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) +[03Nov2024 10:23:13.858] [Render thread/DEBUG] [mixin/]: Mixing MixinByteBufferBuilder from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.ByteBufferBuilder +[03Nov2024 10:23:13.858] [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) +[03Nov2024 10:23:13.862] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.VertexSortingMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.VertexSorting +[03Nov2024 10:23:13.862] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.867] [Render thread/DEBUG] [mixin/]: Mixing features.render.compositing.RenderTargetMixin from sodium-common.mixins.json into com.mojang.blaze3d.pipeline.RenderTarget +[03Nov2024 10:23:13.868] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.869] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[03Nov2024 10:23:13.870] [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) +[03Nov2024 10:23:13.870] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinRenderTarget from mixins.iris.json into com.mojang.blaze3d.pipeline.RenderTarget +[03Nov2024 10:23:13.870] [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) +[03Nov2024 10:23:13.870] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$onBindFramebuffer$0(ZLnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mde22338$iris$lambda$iris$onBindFramebuffer$0$0 in mixins.iris.json:state_tracking.MixinRenderTarget from mod iris +[03Nov2024 10:23:13.872] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.compositing.RenderTargetMixin from mod sodium->@Inject::blitToScreen(IIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.873] [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 +[03Nov2024 10:23:13.877] [Render thread/DEBUG] [mixin/]: Mixing core.world.biome.ClientLevelMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[03Nov2024 10:23:13.878] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.879] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientLevelMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientLevel +[03Nov2024 10:23:13.879] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.881] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinClientLevel from mixins.iris.vertexformat.json into net.minecraft.client.multiplayer.ClientLevel +[03Nov2024 10:23:13.881] [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) +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.885] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:13.889] [Render thread/DEBUG] [mixin/]: Mixing MixinTitleScreen from mixins.iris.json into net.minecraft.client.gui.screens.TitleScreen +[03Nov2024 10:23:13.890] [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) +[03Nov2024 10:23:13.892] [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 +[03Nov2024 10:23:13.892] [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 +[03Nov2024 10:23:13.892] [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 +[03Nov2024 10:23:13.899] [Render thread/DEBUG] [mixin/]: Mixing MixinLocalPlayer from mixins.iris.json into net.minecraft.client.player.LocalPlayer +[03Nov2024 10:23:13.917] [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) +[03Nov2024 10:23:13.927] [Render thread/DEBUG] [mixin/]: Mixing features.gui.screen.LevelLoadingScreenMixin from sodium-common.mixins.json into net.minecraft.client.gui.screens.LevelLoadingScreen +[03Nov2024 10:23:13.927] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:13.927] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$renderChunks$0(Lit/unimi/dsi/fastutil/objects/Object2IntMap$Entry;)V to mde22338$sodium$lambda$renderChunks$0$0 in sodium-common.mixins.json:features.gui.screen.LevelLoadingScreenMixin from mod sodium +[03Nov2024 10:23:13.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%23173!/assets/.mcassetsroot' uses unexpected schema +[03Nov2024 10:23:13.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%23173!/data/.mcassetsroot' uses unexpected schema +[03Nov2024 10:23:14.001] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[03Nov2024 10:23:14.007] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[03Nov2024 10:23:14.011] [Render thread/DEBUG] [mixin/]: Mixing MixinOptions_Entrypoint from mixins.iris.json into net.minecraft.client.Options +[03Nov2024 10:23:14.011] [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) +[03Nov2024 10:23:14.012] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinOptions_CloudsOverride from mixins.iris.json into net.minecraft.client.Options +[03Nov2024 10:23:14.012] [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) +[03Nov2024 10:23:14.012] [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 mde22338$iris$lambda$iris$overrideCloudsType$0$0 in mixins.iris.json:sky.MixinOptions_CloudsOverride from mod iris +[03Nov2024 10:23:14.015] [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 +[03Nov2024 10:23:14.015] [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 +[03Nov2024 10:23:14.015] [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 +[03Nov2024 10:23:14.015] [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 +[03Nov2024 10:23:14.075] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[03Nov2024 10:23:14.076] [Render thread/DEBUG] [mixin/]: Mixing core.WindowMixin from sodium-common.mixins.json into com.mojang.blaze3d.platform.Window +[03Nov2024 10:23:14.076] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.080] [Render thread/DEBUG] [mixin/]: Mixing workarounds.context_creation.WindowMixin from sodium-common.mixins.json into com.mojang.blaze3d.platform.Window +[03Nov2024 10:23:14.080] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.083] [Render thread/DEBUG] [mixin/]: Mixing MixinWindow from mixins.iris.json into com.mojang.blaze3d.platform.Window +[03Nov2024 10:23:14.084] [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) +[03Nov2024 10:23:14.089] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.089] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.107] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD +[03Nov2024 10:23:14.107] [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.52-gentoo) +[03Nov2024 10:23:14.107] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.1.7 +[03Nov2024 10:23:14.111] [Render thread/DEBUG] [mixin/]: Mixing GlStateManagerAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.111] [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) +[03Nov2024 10:23:14.111] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getBLEND()Lcom/mojang/blaze3d/platform/GlStateManager$BlendState; to getBLEND$iris_$md$e22338$0 in mixins.iris.json:GlStateManagerAccessor from mod iris +[03Nov2024 10:23:14.111] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getCOLOR_MASK()Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask; to getCOLOR_MASK$iris_$md$e22338$1 in mixins.iris.json:GlStateManagerAccessor from mod iris +[03Nov2024 10:23:14.111] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getDEPTH()Lcom/mojang/blaze3d/platform/GlStateManager$DepthState; to getDEPTH$iris_$md$e22338$2 in mixins.iris.json:GlStateManagerAccessor from mod iris +[03Nov2024 10:23:14.111] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getActiveTexture()I to getActiveTexture$iris_$md$e22338$3 in mixins.iris.json:GlStateManagerAccessor from mod iris +[03Nov2024 10:23:14.112] [Render thread/DEBUG] [mixin/]: Renaming @Accessor method getTEXTURES()[Lcom/mojang/blaze3d/platform/GlStateManager$TextureState; to getTEXTURES$iris_$md$e22338$4 in mixins.iris.json:GlStateManagerAccessor from mod iris +[03Nov2024 10:23:14.112] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.112] [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) +[03Nov2024 10:23:14.112] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_BlendOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.112] [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) +[03Nov2024 10:23:14.113] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_DepthColorOverride from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.113] [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) +[03Nov2024 10:23:14.123] [Render thread/DEBUG] [mixin/]: Mixing MixinGlStateManager_FramebufferBinding from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.123] [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) +[03Nov2024 10:23:14.125] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.125] [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) +[03Nov2024 10:23:14.125] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$static$0(Ljava/lang/Runnable;)V to mde22338$iris$lambda$static$0$5 in mixins.iris.json:statelisteners.MixinGlStateManager from mod iris +[03Nov2024 10:23:14.126] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinGlStateManager from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager +[03Nov2024 10:23:14.126] [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) +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.135] [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 +[03Nov2024 10:23:14.136] [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 +[03Nov2024 10:23:14.140] [Render thread/DEBUG] [mixin/]: Mixing MixinBooleanState from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[03Nov2024 10:23:14.141] [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) +[03Nov2024 10:23:14.144] [Render thread/DEBUG] [mixin/]: Mixing statelisteners.BooleanStateAccessor from mixins.iris.json into com.mojang.blaze3d.platform.GlStateManager$BooleanState +[03Nov2024 10:23:14.144] [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) +[03Nov2024 10:23:14.145] [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 +[03Nov2024 10:23:14.160] [Render thread/DEBUG] [mixin/]: Mixing features.textures.NativeImageAccessor from sodium-common.mixins.json into com.mojang.blaze3d.platform.NativeImage +[03Nov2024 10:23:14.160] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:14.177] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:14.178] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:14.179] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:14.180] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:14.181] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:14.182] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.183] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:14.184] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:14.185] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:14.186] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:14.187] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:14.188] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:14.189] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.190] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:14.191] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.192] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:14.193] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:14.194] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:14.195] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:14.196] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.197] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:14.198] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:14.199] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:14.200] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:14.201] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:14.202] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:14.203] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:14.204] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:14.204] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[03Nov2024 10:23:14.211] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[03Nov2024 10:23:14.233] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[03Nov2024 10:23:14.235] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[03Nov2024 10:23:14.244] [Render thread/DEBUG] [mixin/]: Mixing core.render.VertexFormatMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.VertexFormat +[03Nov2024 10:23:14.244] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.245] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormat from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormat +[03Nov2024 10:23:14.245] [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) +[03Nov2024 10:23:14.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.248] [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 +[03Nov2024 10:23:14.248] [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 +[03Nov2024 10:23:14.250] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexFormatElement from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.VertexFormatElement +[03Nov2024 10:23:14.250] [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) +[03Nov2024 10:23:14.260] [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 +[03Nov2024 10:23:14.270] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties +[03Nov2024 10:23:14.331] [Render thread/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 16 threads for parallel mod-loading +[03Nov2024 10:23:14.348] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.rendering_data_attachment_v1.generated.GeneratedEntryPoint] +[03Nov2024 10:23:14.360] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.caffeinemc.mods.sodium.neoforge.SodiumForgeMod] +[03Nov2024 10:23:14.362] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.irisshaders.iris.platform.IrisForgeMod] +[03Nov2024 10:23:14.362] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.renderer_api.generated.GeneratedEntryPoint] +[03Nov2024 10:23:14.363] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.api_base.generated.GeneratedEntryPoint] +[03Nov2024 10:23:14.364] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.client.ClientNeoForgeMod] +[03Nov2024 10:23:14.370] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod] +[03Nov2024 10:23:14.371] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [org.sinytra.fabric.block_view_api.generated.GeneratedEntryPoint] +[03Nov2024 10:23:14.379] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_rendering_data_attachment_v1 +[03Nov2024 10:23:14.379] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_renderer_api_v1 +[03Nov2024 10:23:14.380] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_api_base +[03Nov2024 10:23:14.381] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fabric_block_view_api_v2 +[03Nov2024 10:23:14.387] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderTypeAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderType +[03Nov2024 10:23:14.387] [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) +[03Nov2024 10:23:14.389] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for iris +[03Nov2024 10:23:14.389] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[03Nov2024 10:23:14.390] [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) +[03Nov2024 10:23:14.391] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderTypeAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType +[03Nov2024 10:23:14.392] [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) +[03Nov2024 10:23:14.395] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method shouldSortOnUpload()Z in net.minecraft.client.renderer.RenderType was not merged +[03Nov2024 10:23:14.401] [modloading-worker-0/DEBUG] [mixin/]: Mixing rendertype.RenderStateShardAccessor from mixins.iris.json into net.minecraft.client.renderer.RenderStateShard +[03Nov2024 10:23:14.401] [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) +[03Nov2024 10:23:14.402] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getTranslucentTransparency()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getTranslucentTransparency$iris_$md$e22338$0 in mixins.iris.json:rendertype.RenderStateShardAccessor from mod iris +[03Nov2024 10:23:14.402] [modloading-worker-0/DEBUG] [mixin/]: Mixing RenderStateShardAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderStateShard +[03Nov2024 10:23:14.402] [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) +[03Nov2024 10:23:14.402] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getNO_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getNO_TRANSPARENCY$iris_$md$e22338$1 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[03Nov2024 10:23:14.402] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getGLINT_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getGLINT_TRANSPARENCY$iris_$md$e22338$2 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[03Nov2024 10:23:14.402] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Accessor method getCRUMBLING_TRANSPARENCY()Lnet/minecraft/client/renderer/RenderStateShard$TransparencyStateShard; to getCRUMBLING_TRANSPARENCY$iris_$md$e22338$3 in iris-batched-entity-rendering.mixins.json:RenderStateShardAccessor from mod iris +[03Nov2024 10:23:14.408] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinCompositeRenderType from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeRenderType +[03Nov2024 10:23:14.408] [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) +[03Nov2024 10:23:14.408] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found NeoForge version 21.1.65 +[03Nov2024 10:23:14.409] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found FML version 4.0.24 +[03Nov2024 10:23:14.409] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 +[03Nov2024 10:23:14.414] [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 +[03Nov2024 10:23:14.422] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.gui.hooks.console.GameRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.GameRenderer +[03Nov2024 10:23:14.423] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.425] [modloading-worker-0/DEBUG] [mixin/]: Mixing GameRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[03Nov2024 10:23:14.425] [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) +[03Nov2024 10:23:14.426] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[03Nov2024 10:23:14.426] [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) +[03Nov2024 10:23:14.449] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinModelViewBobbing from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[03Nov2024 10:23:14.449] [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) +[03Nov2024 10:23:14.454] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinGameRenderer_NightVisionCompat from mixins.iris.json into net.minecraft.client.renderer.GameRenderer +[03Nov2024 10:23:14.454] [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) +[03Nov2024 10:23:14.485] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.485] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.485] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.485] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.486] [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 +[03Nov2024 10:23:14.487] [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 +[03Nov2024 10:23:14.487] [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 +[03Nov2024 10:23:14.487] [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 +[03Nov2024 10:23:14.487] [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 +[03Nov2024 10:23:14.495] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.shader.uniform.ShaderInstanceMixin from sodium-common.mixins.json into net.minecraft.client.renderer.ShaderInstance +[03Nov2024 10:23:14.496] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.498] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.json into net.minecraft.client.renderer.ShaderInstance +[03Nov2024 10:23:14.498] [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) +[03Nov2024 10:23:14.501] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinShaderInstance from mixins.iris.forge.json into net.minecraft.client.renderer.ShaderInstance +[03Nov2024 10:23:14.502] [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) +[03Nov2024 10:23:14.506] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.507] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.507] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.507] [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 +[03Nov2024 10:23:14.508] [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 +[03Nov2024 10:23:14.508] [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 +[03Nov2024 10:23:14.508] [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 +[03Nov2024 10:23:14.512] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-client.toml for neoforge tracking +[03Nov2024 10:23:14.512] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking +[03Nov2024 10:23:14.512] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking +[03Nov2024 10:23:14.513] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.TextureAtlasMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.513] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.514] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.texture.TextureAtlasAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.514] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.514] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureAtlasMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.514] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.514] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.TextureAtlasAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.514] [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) +[03Nov2024 10:23:14.515] [modloading-worker-0/DEBUG] [mixin/]: Mixing texture.pbr.MixinTextureAtlas from mixins.iris.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.515] [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) +[03Nov2024 10:23:14.515] [modloading-worker-0/DEBUG] [mixin/]: Mixing client.SpriteAtlasTextureMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.renderer.texture.TextureAtlas +[03Nov2024 10:23:14.518] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.518] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.518] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.518] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [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 +[03Nov2024 10:23:14.519] [modloading-worker-0/DEBUG] [mixin/]: Unexpected: Registered method getTexturesByName()Ljava/util/Map; in net.minecraft.client.renderer.texture.TextureAtlas was not merged +[03Nov2024 10:23:14.528] [modloading-worker-0/DEBUG] [mixin/]: Mixing CompositeStateAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderType$CompositeState +[03Nov2024 10:23:14.528] [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) +[03Nov2024 10:23:14.531] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[03Nov2024 10:23:14.531] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.532] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext; to mde22338$sodium$lambda$new$0$0 in sodium-common.mixins.json:features.render.frapi.ItemRendererMixin from mod sodium +[03Nov2024 10:23:14.533] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.frapi.ItemRendererAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[03Nov2024 10:23:14.534] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.534] [modloading-worker-0/DEBUG] [mixin/]: Renaming @Invoker method sodium$hasAnimatedTexture(Lnet/minecraft/world/item/ItemStack;)Z to hasAnimatedTexture$sodium_$md$e22338$1 in sodium-common.mixins.json:features.render.frapi.ItemRendererAccessor from mod sodium +[03Nov2024 10:23:14.534] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.model.item.ItemRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.ItemRenderer +[03Nov2024 10:23:14.534] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.538] [modloading-worker-0/DEBUG] [mixin/]: Mixing entity_render_context.MixinItemRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.ItemRenderer +[03Nov2024 10:23:14.538] [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) +[03Nov2024 10:23:14.544] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.544] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.544] [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 +[03Nov2024 10:23:14.549] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinTheEndPortalRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.TheEndPortalRenderer +[03Nov2024 10:23:14.550] [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) +[03Nov2024 10:23:14.554] [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 +[03Nov2024 10:23:14.559] [modloading-worker-0/DEBUG] [mixin/]: Mixing immediate.MixinLevelRenderer from mixins.iris.vertexformat.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.559] [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) +[03Nov2024 10:23:14.560] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.560] [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) +[03Nov2024 10:23:14.561] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_EntityListSorting from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.561] [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) +[03Nov2024 10:23:14.561] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$1(Ljava/util/Map;Lnet/minecraft/world/entity/Entity;)V to mde22338$iris$lambda$batchedentityrendering$sortEntityList$1$0 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[03Nov2024 10:23:14.561] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$batchedentityrendering$sortEntityList$0(Lnet/minecraft/world/entity/EntityType;)Ljava/util/List; to mde22338$iris$lambda$batchedentityrendering$sortEntityList$0$1 in iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris +[03Nov2024 10:23:14.563] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.world.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.563] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.566] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.options.weather.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.566] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.566] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.gui.outlines.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.566] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.573] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.world.clouds.LevelRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.574] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.575] [modloading-worker-0/DEBUG] [mixin/]: Mixing LevelRendererAccessor from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.575] [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) +[03Nov2024 10:23:14.575] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.575] [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) +[03Nov2024 10:23:14.575] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$endLevelRender$0(Lnet/irisshaders/iris/UpdateChecker$BetaInfo;)V to mde22338$iris$lambda$iris$endLevelRender$0$2 in mixins.iris.json:MixinLevelRenderer from mod iris +[03Nov2024 10:23:14.580] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_SkipRendering from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.581] [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) +[03Nov2024 10:23:14.585] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer_Sky from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.585] [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) +[03Nov2024 10:23:14.586] [modloading-worker-0/DEBUG] [mixin/]: Mixing fabulous.MixinDisableFabulousGraphics from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.586] [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) +[03Nov2024 10:23:14.588] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinLevelRenderer from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.588] [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) +[03Nov2024 10:23:14.589] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinLevelRenderer_SunMoonToggle from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.589] [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) +[03Nov2024 10:23:14.590] [modloading-worker-0/DEBUG] [mixin/]: Mixing MixinLevelRenderer from mixins.iris.fantastic.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.590] [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) +[03Nov2024 10:23:14.590] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectTransParticles$1(Lnet/minecraft/client/particle/ParticleRenderType;)Z to mde22338$iris$lambda$redirectTransParticles$1$3 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris +[03Nov2024 10:23:14.590] [modloading-worker-0/DEBUG] [mixin/]: Renaming synthetic method lambda$redirectSolidParticles$0(Lnet/minecraft/client/particle/ParticleRenderType;)Z to mde22338$iris$lambda$redirectSolidParticles$0$4 in mixins.iris.fantastic.json:MixinLevelRenderer from mod iris +[03Nov2024 10:23:14.591] [modloading-worker-0/DEBUG] [mixin/]: Mixing shadows.MixinPreventRebuildNearInShadowPass from mixins.iris.json into net.minecraft.client.renderer.LevelRenderer +[03Nov2024 10:23:14.592] [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) +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.680] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.681] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.682] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.682] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.682] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.688] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.688] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.688] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.688] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.688] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.689] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.690] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.691] [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 +[03Nov2024 10:23:14.713] [modloading-worker-0/DEBUG] [mixin/]: Mixing core.render.frustum.FrustumMixin from sodium-common.mixins.json into net.minecraft.client.renderer.culling.Frustum +[03Nov2024 10:23:14.713] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.721] [ForkJoinPool.commonPool-worker-15/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. +[03Nov2024 10:23:14.725] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge +[03Nov2024 10:23:14.725] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sodium +[03Nov2024 10:23:14.727] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.server.command.ConfigCommand to GAME +[03Nov2024 10:23:14.727] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.filters.GenericPacketSplitter to MOD +[03Nov2024 10:23:14.745] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true +[03Nov2024 10:23:14.745] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true +[03Nov2024 10:23:14.746] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7b82aaa2 +[03Nov2024 10:23:14.751] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +[03Nov2024 10:23:14.752] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numHeapArenas: 32 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numDirectArenas: 32 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.pageSize: 8192 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxOrder: 9 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.chunkSize: 4194304 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.smallCacheSize: 256 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.normalCacheSize: 64 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimInterval: 8192 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.useCacheForAllThreads: false +[03Nov2024 10:23:14.753] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 +[03Nov2024 10:23:14.760] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: pooled +[03Nov2024 10:23:14.761] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0 +[03Nov2024 10:23:14.761] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384 +[03Nov2024 10:23:14.766] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.NetworkInitialization to MOD +[03Nov2024 10:23:14.767] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.ConfigurationInitialization to MOD +[03Nov2024 10:23:14.769] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.MonsterRoomHooks to GAME +[03Nov2024 10:23:14.770] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$CommonHandler to MOD +[03Nov2024 10:23:14.771] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$ColorRegisterHandler to MOD +[03Nov2024 10:23:14.772] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.model.data.ModelDataManager to GAME +[03Nov2024 10:23:14.773] [modloading-worker-0/DEBUG] [mixin/]: Mixing platform.neoforge.ModelDataMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.client.model.data.ModelData +[03Nov2024 10:23:14.773] [modloading-worker-0/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:14.775] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ParticleBoundsDebugRenderer to GAME +[03Nov2024 10:23:14.776] [modloading-worker-0/DEBUG] [mixin/]: Mixing features.render.immediate.matrix_stack.PoseStackMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.PoseStack +[03Nov2024 10:23:14.776] [modloading-worker-0/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:14.780] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ClientHooks$ClientEvents to MOD +[03Nov2024 10:23:14.780] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer to GAME +[03Nov2024 10:23:14.781] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.attachment.AttachmentInternals to GAME +[03Nov2024 10:23:14.788] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_mantle_to_stratus +[03Nov2024 10:23:14.788] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.HeightsDimension$HeightsSpecialEffectsHandler to MOD +[03Nov2024 10:23:14.789] [modloading-worker-0/DEBUG] [mixin/]: Mixing sky.MixinDimensionSpecialEffects from mixins.iris.json into net.minecraft.client.renderer.DimensionSpecialEffects +[03Nov2024 10:23:14.789] [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) +[03Nov2024 10:23:14.790] [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 +[03Nov2024 10:23:14.792] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.dimension.DepthsDimension$DepthsSpecialEffectsHandler to MOD +[03Nov2024 10:23:14.793] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsTrunkDecorator to MOD +[03Nov2024 10:23:14.794] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsLeaveDecorator to MOD +[03Nov2024 10:23:14.794] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.world.features.treedecorators.CliffsFruitDecorator to MOD +[03Nov2024 10:23:14.795] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.Notes to MOD +[03Nov2024 10:23:14.796] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.mcreator.cawezsmantletostratus.Notes$NotesForgeBusEvents to GAME +[03Nov2024 10:23:14.886] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT +[03Nov2024 10:23:14.892] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-client.toml +[03Nov2024 10:23:14.892] [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 +[03Nov2024 10:23:14.896] [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 +[03Nov2024 10:23:14.896] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON +[03Nov2024 10:23:14.897] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml +[03Nov2024 10:23:14.897] [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 +[03Nov2024 10:23:14.897] [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 +[03Nov2024 10:23:14.898] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.ResourcePackLoaderMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.resource.ResourcePackLoader +[03Nov2024 10:23:14.898] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:14.898] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$changeSet$0(Ljava/util/Map$Entry;Ljava/util/Map$Entry;)I to mde22338$sodium$lambda$changeSet$0$0 in sodium-neoforge.mixins.json:platform.neoforge.ResourcePackLoaderMixin from mod sodium +[03Nov2024 10:23:14.947] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumGameOptions from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gui.SodiumGameOptions +[03Nov2024 10:23:14.947] [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) +[03Nov2024 10:23:14.948] [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 +[03Nov2024 10:23:14.960] [Render thread/DEBUG] [mixin/]: Mixing MixinClientLanguage from mixins.iris.json into net.minecraft.client.resources.language.ClientLanguage +[03Nov2024 10:23:14.961] [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) +[03Nov2024 10:23:14.966] [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 +[03Nov2024 10:23:14.966] [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 +[03Nov2024 10:23:14.966] [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 +[03Nov2024 10:23:14.967] [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 +[03Nov2024 10:23:14.969] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinTextureManager from mixins.iris.json into net.minecraft.client.renderer.texture.TextureManager +[03Nov2024 10:23:14.970] [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) +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:14.972] [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 +[03Nov2024 10:23:15.008] [Render thread/DEBUG] [mixin/]: Mixing features.render.gui.font.BakedGlyphMixin from sodium-common.mixins.json into net.minecraft.client.gui.font.glyphs.BakedGlyph +[03Nov2024 10:23:15.008] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.011] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.024] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.BlockColorsMixin from sodium-common.mixins.json into net.minecraft.client.color.block.BlockColors +[03Nov2024 10:23:15.024] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.027] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.028] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.028] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.033] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.ClientHooksMixin from sodium-neoforge.mixins.json into net.neoforged.neoforge.client.ClientHooks +[03Nov2024 10:23:15.033] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:15.045] [Render thread/DEBUG] [mixin/]: Mixing core.model.colors.ItemColorsMixin from sodium-common.mixins.json into net.minecraft.client.color.item.ItemColors +[03Nov2024 10:23:15.045] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.046] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.046] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.046] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.050] [Render thread/DEBUG] [mixin/]: Mixing MixinSheets from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.Sheets +[03Nov2024 10:23:15.050] [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) +[03Nov2024 10:23:15.051] [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 +[03Nov2024 10:23:15.060] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinBlockEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher +[03Nov2024 10:23:15.060] [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) +[03Nov2024 10:23:15.060] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mde22338$iris$lambda$iris$wrapBufferSource$0$0 in mixins.iris.json:entity_render_context.MixinBlockEntityRenderDispatcher from mod iris +[03Nov2024 10:23:15.061] [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 +[03Nov2024 10:23:15.061] [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 +[03Nov2024 10:23:15.061] [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 +[03Nov2024 10:23:15.064] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.shadows.EntityRenderDispatcherMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[03Nov2024 10:23:15.064] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.068] [Render thread/DEBUG] [mixin/]: Mixing MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[03Nov2024 10:23:15.068] [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) +[03Nov2024 10:23:15.069] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderDispatcher from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderDispatcher +[03Nov2024 10:23:15.069] [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) +[03Nov2024 10:23:15.069] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginEntityRender$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mde22338$iris$lambda$iris$beginEntityRender$0$0 in mixins.iris.json:entity_render_context.MixinEntityRenderDispatcher from mod iris +[03Nov2024 10:23:15.077] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.077] [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 +[03Nov2024 10:23:15.084] [Render thread/DEBUG] [mixin/]: Mixing core.render.world.RenderBuffersMixin from sodium-common.mixins.json into net.minecraft.client.renderer.RenderBuffers +[03Nov2024 10:23:15.084] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.085] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderBuffers from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.RenderBuffers +[03Nov2024 10:23:15.085] [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) +[03Nov2024 10:23:15.085] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$1(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to mde22338$iris$lambda$freeAndDeleteBuffers$1$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[03Nov2024 10:23:15.085] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$freeAndDeleteBuffers$0(Lcom/mojang/blaze3d/vertex/ByteBufferBuilder;)V to mde22338$iris$lambda$freeAndDeleteBuffers$0$1 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[03Nov2024 10:23:15.085] [Render thread/DEBUG] [mixin/]: Renaming @Unique field outlineBufferSourceLnet/minecraft/client/renderer/OutlineBufferSource; to fde22338$iris$outlineBufferSource$0 in iris-batched-entity-rendering.mixins.json:MixinRenderBuffers from mod iris +[03Nov2024 10:23:15.089] [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 +[03Nov2024 10:23:15.089] [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 +[03Nov2024 10:23:15.089] [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 +[03Nov2024 10:23:15.091] [Render thread/DEBUG] [mixin/]: Mixing immediate.MixinBufferSource from mixins.iris.vertexformat.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[03Nov2024 10:23:15.091] [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) +[03Nov2024 10:23:15.092] [Render thread/DEBUG] [mixin/]: Mixing BufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[03Nov2024 10:23:15.092] [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) +[03Nov2024 10:23:15.092] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferSource from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.MultiBufferSource$BufferSource +[03Nov2024 10:23:15.092] [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) +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.095] [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 +[03Nov2024 10:23:15.098] [Render thread/DEBUG] [mixin/]: Mixing SectionBufferBuilderPackAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.SectionBufferBuilderPack +[03Nov2024 10:23:15.098] [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) +[03Nov2024 10:23:15.104] [Render thread/DEBUG] [mixin/]: Mixing texture.AnimationMetadataSectionAccessor from mixins.iris.json into net.minecraft.client.resources.metadata.animation.AnimationMetadataSection +[03Nov2024 10:23:15.104] [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) +[03Nov2024 10:23:15.107] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.BakedModelMixin from sodium-common.mixins.json into net.minecraft.client.resources.model.BakedModel +[03Nov2024 10:23:15.107] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.108] [Render thread/DEBUG] [mixin/]: Mixing client.BakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.BakedModel +[03Nov2024 10:23:15.119] [Render thread/DEBUG] [mixin/]: Mixing OutlineBufferSourceAccessor from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.OutlineBufferSource +[03Nov2024 10:23:15.119] [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) +[03Nov2024 10:23:15.123] [Render thread/DEBUG] [mixin/]: Mixing features.render.frapi.ModelBlockRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[03Nov2024 10:23:15.123] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.124] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$new$0()Lnet/caffeinemc/mods/sodium/client/render/frapi/render/NonTerrainBlockRenderContext; to mde22338$sodium$lambda$new$0$0 in sodium-common.mixins.json:features.render.frapi.ModelBlockRendererMixin from mod sodium +[03Nov2024 10:23:15.124] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.ModelBlockRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[03Nov2024 10:23:15.124] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.124] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.block.ModelBlockRendererMixin from sodium-neoforge.mixins.json into net.minecraft.client.renderer.block.ModelBlockRenderer +[03Nov2024 10:23:15.125] [Render thread/DEBUG] [mixin/]: sodium-neoforge.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) +[03Nov2024 10:23:15.127] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.127] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.127] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.127] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.128] [Render thread/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:15.134] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.AbstractBlockRenderContextMixin from sodium-neoforge.mixins.json into net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext +[03Nov2024 10:23:15.135] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:15.138] [Render thread/DEBUG] [mixin/]: Mixing core.model.TextureAtlasSpriteMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.TextureAtlasSprite +[03Nov2024 10:23:15.138] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.141] [Render thread/DEBUG] [mixin/]: Mixing MixinItemInHandRenderer from mixins.iris.json into net.minecraft.client.renderer.ItemInHandRenderer +[03Nov2024 10:23:15.141] [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) +[03Nov2024 10:23:15.142] [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 +[03Nov2024 10:23:15.145] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.json into net.minecraft.client.particle.ParticleEngine +[03Nov2024 10:23:15.145] [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) +[03Nov2024 10:23:15.145] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$finishDrawingParticles$1(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mde22338$iris$lambda$iris$finishDrawingParticles$1$0 in mixins.iris.json:MixinParticleEngine from mod iris +[03Nov2024 10:23:15.145] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$beginDrawingParticles$0(Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mde22338$iris$lambda$iris$beginDrawingParticles$0$1 in mixins.iris.json:MixinParticleEngine from mod iris +[03Nov2024 10:23:15.145] [Render thread/DEBUG] [mixin/]: Mixing MixinParticleEngine from mixins.iris.fantastic.json into net.minecraft.client.particle.ParticleEngine +[03Nov2024 10:23:15.145] [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) +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.147] [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 +[03Nov2024 10:23:15.150] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.TextureSheetParticleMixin from sodium-common.mixins.json into net.minecraft.client.particle.TextureSheetParticle +[03Nov2024 10:23:15.150] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.151] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.151] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.151] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.152] [Render thread/DEBUG] [mixin/]: Mixing features.render.particle.SingleQuadParticleMixin from sodium-common.mixins.json into net.minecraft.client.particle.SingleQuadParticle +[03Nov2024 10:23:15.152] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.154] [Render thread/DEBUG] [mixin/]: sodium-common.mixins.json:features.render.particle.SingleQuadParticleMixin from mod sodium->@Inject::renderRotatedQuad(Lcom/mojang/blaze3d/vertex/VertexConsumer;Lorg/joml/Quaternionf;FFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo +[03Nov2024 10:23:15.156] [Render thread/DEBUG] [mixin/]: Mixing MixinTerrainParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.TerrainParticle +[03Nov2024 10:23:15.156] [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) +[03Nov2024 10:23:15.157] [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 +[03Nov2024 10:23:15.157] [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 +[03Nov2024 10:23:15.157] [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 +[03Nov2024 10:23:15.157] [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 +[03Nov2024 10:23:15.161] [Render thread/DEBUG] [mixin/]: Mixing MixinStationaryItemParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.BlockMarker +[03Nov2024 10:23:15.161] [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) +[03Nov2024 10:23:15.162] [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 +[03Nov2024 10:23:15.162] [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 +[03Nov2024 10:23:15.162] [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 +[03Nov2024 10:23:15.162] [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 +[03Nov2024 10:23:15.176] [Render thread/DEBUG] [mixin/]: Mixing MixinFireworkSparkParticle from mixins.iris.fantastic.json into net.minecraft.client.particle.FireworkParticles$SparkParticle +[03Nov2024 10:23:15.177] [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) +[03Nov2024 10:23:15.214] [Render thread/DEBUG] [mixin/]: Mixing LightTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[03Nov2024 10:23:15.214] [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) +[03Nov2024 10:23:15.215] [Render thread/DEBUG] [mixin/]: Mixing MixinLightTexture from mixins.iris.json into net.minecraft.client.renderer.LightTexture +[03Nov2024 10:23:15.215] [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) +[03Nov2024 10:23:15.216] [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 +[03Nov2024 10:23:15.216] [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 +[03Nov2024 10:23:15.216] [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 +[03Nov2024 10:23:15.216] [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 +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: Hardware information: +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.1.7) +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: OS: Linux (6.6.52-gentoo) +[03Nov2024 10:23:15.224] [Render thread/DEBUG] [mixin/]: Mixing MixinVertexBuffer from mixins.iris.json into com.mojang.blaze3d.vertex.VertexBuffer +[03Nov2024 10:23:15.224] [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) +[03Nov2024 10:23:15.226] [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 +[03Nov2024 10:23:15.226] [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 +[03Nov2024 10:23:15.226] [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 +[03Nov2024 10:23:15.226] [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 +[03Nov2024 10:23:15.228] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinBufferBuilder_SeparateAo from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[03Nov2024 10:23:15.228] [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) +[03Nov2024 10:23:15.230] [Render thread/DEBUG] [mixin/]: Mixing core.render.immediate.consumer.BufferBuilderMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[03Nov2024 10:23:15.230] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.231] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.intrinsics.BufferBuilderMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[03Nov2024 10:23:15.231] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.232] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder from mixins.iris.vertexformat.json into com.mojang.blaze3d.vertex.BufferBuilder +[03Nov2024 10:23:15.232] [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) +[03Nov2024 10:23:15.237] [Render thread/DEBUG] [mixin/]: Mixing MixinBufferBuilder_SegmentRendering from iris-batched-entity-rendering.mixins.json into com.mojang.blaze3d.vertex.BufferBuilder +[03Nov2024 10:23:15.238] [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) +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.244] [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 +[03Nov2024 10:23:15.252] [Render thread/DEBUG] [mixin/]: Mixing features.render.immediate.buffer_builder.sorting.MeshDataMixin from sodium-common.mixins.json into com.mojang.blaze3d.vertex.MeshData +[03Nov2024 10:23:15.252] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.256] [Render thread/DEBUG] [mixin/]: Mixing MixinSodiumWorldRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer +[03Nov2024 10:23:15.256] [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) +[03Nov2024 10:23:15.257] [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 mde22338$iris$lambda$static$0$0 in mixins.iris.compat.sodium.json:MixinSodiumWorldRenderer from mod iris +[03Nov2024 10:23:15.259] [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 +[03Nov2024 10:23:15.261] [Render thread/DEBUG] [mixin/]: Mixing MixinShadowRenderer from mixins.iris.forge.json into net.irisshaders.iris.shadows.ShadowRenderer +[03Nov2024 10:23:15.261] [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) +[03Nov2024 10:23:15.263] [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 +[03Nov2024 10:23:15.263] [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 +[03Nov2024 10:23:15.264] [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 +[03Nov2024 10:23:15.264] [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 +[03Nov2024 10:23:15.270] [Render thread/DEBUG] [mixin/]: Mixing features.options.overlays.GuiMixin from sodium-common.mixins.json into net.minecraft.client.gui.Gui +[03Nov2024 10:23:15.270] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.271] [Render thread/DEBUG] [mixin/]: Mixing gui.MixinGui from mixins.iris.json into net.minecraft.client.gui.Gui +[03Nov2024 10:23:15.271] [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) +[03Nov2024 10:23:15.272] [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 +[03Nov2024 10:23:15.272] [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 +[03Nov2024 10:23:15.279] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.debug.DebugScreenOverlayMixin from sodium-common.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[03Nov2024 10:23:15.280] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.281] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from mixins.iris.json into net.minecraft.client.gui.components.DebugScreenOverlay +[03Nov2024 10:23:15.281] [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) +[03Nov2024 10:23:15.281] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShadowDebugText$1(Ljava/util/List;Lnet/irisshaders/iris/pipeline/WorldRenderingPipeline;)V to mde22338$iris$lambda$iris$appendShadowDebugText$1$0 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[03Nov2024 10:23:15.281] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$appendShaderPackText$0(Ljava/util/List;Lnet/irisshaders/iris/shaderpack/ShaderPack;)V to mde22338$iris$lambda$iris$appendShaderPackText$0$1 in mixins.iris.json:MixinDebugScreenOverlay from mod iris +[03Nov2024 10:23:15.283] [Render thread/DEBUG] [mixin/]: Mixing DebugHudMixin from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[03Nov2024 10:23:15.283] [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) +[03Nov2024 10:23:15.284] [Render thread/DEBUG] [mixin/]: Mixing MixinDebugScreenOverlay from iris-batched-entity-rendering.mixins.json into net.minecraft.client.gui.components.DebugScreenOverlay +[03Nov2024 10:23:15.284] [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) +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.288] [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 +[03Nov2024 10:23:15.315] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[03Nov2024 10:23:15.362] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.ModelPartMixin from sodium-common.mixins.json into net.minecraft.client.model.geom.ModelPart +[03Nov2024 10:23:15.362] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.376] [Render thread/DEBUG] [mixin/]: Mixing MixinChainedJsonException from mixins.iris.json into net.minecraft.server.ChainedJsonException +[03Nov2024 10:23:15.376] [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) +[03Nov2024 10:23:15.378] [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 +[03Nov2024 10:23:15.379] [Render thread/DEBUG] [mixin/]: Mixing MixinUniform from mixins.iris.json into com.mojang.blaze3d.shaders.Uniform +[03Nov2024 10:23:15.380] [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) +[03Nov2024 10:23:15.381] [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 +[03Nov2024 10:23:15.385] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramType from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[03Nov2024 10:23:15.385] [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) +[03Nov2024 10:23:15.386] [Render thread/DEBUG] [mixin/]: Mixing ProgramTypeAccessor from mixins.iris.json into com.mojang.blaze3d.shaders.Program$Type +[03Nov2024 10:23:15.386] [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) +[03Nov2024 10:23:15.386] [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$e22338$0 in mixins.iris.json:ProgramTypeAccessor from mod iris +[03Nov2024 10:23:15.390] [Render thread/DEBUG] [mixin/]: Mixing MixinProgram from mixins.iris.json into com.mojang.blaze3d.shaders.Program +[03Nov2024 10:23:15.390] [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) +[03Nov2024 10:23:15.394] [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 +[03Nov2024 10:23:15.396] [Render thread/DEBUG] [mixin/]: Mixing MixinProgramManager from mixins.iris.json into com.mojang.blaze3d.shaders.ProgramManager +[03Nov2024 10:23:15.396] [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) +[03Nov2024 10:23:15.398] [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 +[03Nov2024 10:23:15.430] [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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] +Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 'flite': +libflite.so: cannot open shared object file: No such file or directory +libflite.so: cannot open shared object file: No such file or directory +Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft-resources-aka-client-extra.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/DevLaunch/1.0.1/48617810523f426d42430867894faa7fe1b933dd/DevLaunch-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/neoform/1.21.1-20240808.144430/811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4/neoform-1.21.1-20240808.144430.zip:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/2.0.2/1a2d076cbc33b0520cbacd591224427b2a20047d/bootstraplauncher-2.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/3.0.8/c0ef95cecd8699a0449053ac7d9c160748d902cd/securejarhandler-3.0.8.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.7/e86dda4696d3c185fcc95d8d311904e7ce38a53f/asm-commons-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.7/c0655519f24d92af2202cb681cd7c1569df6ead6/asm-util-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.7/e4a258b7eb96107106c0599f0061cfc1832fe07a/asm-analysis-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.7/e446a17b175bfb733b87c5c2560ccb4e57d69f1a/asm-tree-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.7/73d7b3086e14beb604ced229c302feff6449723/asm-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarFileSystems/0.4.1/78f59f89defcd032ed788b151ca6a0d40ace796a/JarJarFileSystems-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar:/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:/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:/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:/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:/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:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar) + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:325) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar%23103!/:?] + ... 23 more + Suppressed: java.lang.UnsatisfiedLinkError: libflite.so: cannot open shared object file: No such file or directory + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.open(Native Method) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:213) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] + Suppressed: java.lang.UnsatisfiedLinkError: libflite.so: cannot open shared object file: No such file or directory + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.open(Native Method) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:226) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] + Suppressed: java.io.IOException: Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft-resources-aka-client-extra.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/DevLaunch/1.0.1/48617810523f426d42430867894faa7fe1b933dd/DevLaunch-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/neoform/1.21.1-20240808.144430/811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4/neoform-1.21.1-20240808.144430.zip:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/2.0.2/1a2d076cbc33b0520cbacd591224427b2a20047d/bootstraplauncher-2.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/3.0.8/c0ef95cecd8699a0449053ac7d9c160748d902cd/securejarhandler-3.0.8.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.7/e86dda4696d3c185fcc95d8d311904e7ce38a53f/asm-commons-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.7/c0655519f24d92af2202cb681cd7c1569df6ead6/asm-util-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.7/e4a258b7eb96107106c0599f0061cfc1832fe07a/asm-analysis-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.7/e446a17b175bfb733b87c5c2560ccb4e57d69f1a/asm-tree-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.7/73d7b3086e14beb604ced229c302feff6449723/asm-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarFileSystems/0.4.1/78f59f89defcd032ed788b151ca6a0d40ace796a/JarJarFileSystems-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar:/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:/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:/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:/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:/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:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar) + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.extractFromResourcePath(Native.java:1141) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:297) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] +[03Nov2024 10:23:15.451] [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_mantle_to_stratus, mod/fabric_block_view_api_v2 +[03Nov2024 10:23:15.462] [Render thread/DEBUG] [mixin/]: Mixing features.gui.hooks.settings.OptionsScreenMixin from sodium-common.mixins.json into net.minecraft.client.gui.screens.options.OptionsScreen +[03Nov2024 10:23:15.462] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.463] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:15.480] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.SimpleBakedModelAccessor from sodium-neoforge.mixins.json into net.minecraft.client.resources.model.SimpleBakedModel +[03Nov2024 10:23:15.480] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:15.485] [Render thread/DEBUG] [mixin/]: Mixing features.textures.SpriteContentsInvoker from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.485] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.486] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.486] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.487] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.487] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.487] [Render thread/DEBUG] [mixin/]: Mixing features.textures.mipmaps.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.487] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.490] [Render thread/DEBUG] [mixin/]: Mixing features.textures.scan.SpriteContentsMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.490] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.492] [Render thread/DEBUG] [mixin/]: Mixing texture.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.492] [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) +[03Nov2024 10:23:15.493] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.493] [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) +[03Nov2024 10:23:15.494] [Render thread/DEBUG] [mixin/]: Mixing texture.pbr.MixinSpriteContents from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents +[03Nov2024 10:23:15.494] [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) +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.506] [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 +[03Nov2024 10:23:15.515] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsFrameInfoAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[03Nov2024 10:23:15.515] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.515] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsFrameInfoAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[03Nov2024 10:23:15.515] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.515] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsFrameInfoAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$FrameInfo +[03Nov2024 10:23:15.515] [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) +[03Nov2024 10:23:15.516] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[03Nov2024 10:23:15.516] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getTime()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[03Nov2024 10:23:15.516] [Render thread/DEBUG] [mixin/]: Unexpected: Registered method getIndex()I in net.minecraft.client.renderer.texture.SpriteContents$FrameInfo was not merged +[03Nov2024 10:23:15.543] [Worker-Main-2/DEBUG] [mixin/]: Mixing texture.pbr.MixinDirectoryLister from mixins.iris.json into net.minecraft.client.renderer.texture.atlas.sources.DirectoryLister +[03Nov2024 10:23:15.544] [Worker-Main-2/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) +[03Nov2024 10:23:15.544] [Worker-Main-2/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 mde22338$iris$lambda$iris$modifyForEachAction$0$0 in mixins.iris.json:texture.pbr.MixinDirectoryLister from mod iris +[03Nov2024 10:23:15.547] [Worker-Main-2/DEBUG] [mixin/]: ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (Ljava/util/function/BiConsumer;)V +[03Nov2024 10:23:15.553] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[03Nov2024 10:23:15.601] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Common setup: 1 jobs +[03Nov2024 10:23:15.616] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 8.803 ms +[03Nov2024 10:23:15.633] [Render thread/DEBUG] [mixin/]: Mixing MixinFogRenderer from mixins.iris.json into net.minecraft.client.renderer.FogRenderer +[03Nov2024 10:23:15.636] [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) +[03Nov2024 10:23:15.654] [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 +[03Nov2024 10:23:15.654] [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 +[03Nov2024 10:23:15.687] [Worker-Main-4/DEBUG] [mixin/]: Mixing features.textures.mipmaps.MipmapGeneratorMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.MipmapGenerator +[03Nov2024 10:23:15.688] [Worker-Main-4/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.705] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.AnimatedTextureAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[03Nov2024 10:23:15.708] [Worker-Main-15/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.712] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsAnimatedTextureAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[03Nov2024 10:23:15.713] [Worker-Main-15/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:15.713] [Worker-Main-15/DEBUG] [mixin/]: Mixing texture.SpriteContentsAnimatedTextureAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture +[03Nov2024 10:23:15.713] [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) +[03Nov2024 10:23:15.714] [Worker-Main-15/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[03Nov2024 10:23:15.715] [Worker-Main-15/DEBUG] [mixin/]: Unexpected: Registered method getFrames()Ljava/util/List; in net.minecraft.client.renderer.texture.SpriteContents$AnimatedTexture was not merged +[03Nov2024 10:23:15.778] [Worker-Main-7/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[03Nov2024 10:23:17.373] [Worker-Main-15/DEBUG] [mixin/]: Mixing core.model.quad.BakedQuadMixin from sodium-neoforge.mixins.json into net.minecraft.client.renderer.block.model.BakedQuad +[03Nov2024 10:23:17.374] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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) +[03Nov2024 10:23:17.381] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.381] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.381] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.392] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.model.MultiPartBakedModelMixin from sodium-neoforge.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel +[03Nov2024 10:23:17.392] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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) +[03Nov2024 10:23:17.393] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$getRenderTypes$2(I)[Lnet/minecraft/client/resources/model/BakedModel; to mde22338$sodium$lambda$getRenderTypes$2$0 in sodium-neoforge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[03Nov2024 10:23:17.393] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$getQuads$1(I)[Lnet/minecraft/client/resources/model/BakedModel; to mde22338$sodium$lambda$getQuads$1$1 in sodium-neoforge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[03Nov2024 10:23:17.393] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$storeClassInfo$0(Lorg/apache/commons/lang3/tuple/Pair;)Z to mde22338$sodium$lambda$storeClassInfo$0$2 in sodium-neoforge.mixins.json:features.model.MultiPartBakedModelMixin from mod sodium +[03Nov2024 10:23:17.401] [Worker-Main-15/DEBUG] [mixin/]: Mixing client.MultipartBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.MultiPartBakedModel +[03Nov2024 10:23:17.402] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Lnet/minecraft/util/RandomSource;J)Lnet/minecraft/util/RandomSource; to mde22338$fabric_renderer_api_v1$lambda$emitBlockQuads$0$3 in fabric-renderer-api-v1.mixins.json:client.MultipartBakedModelMixin from mod fabric_renderer_api_v1 +[03Nov2024 10:23:17.412] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.412] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.412] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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 +[03Nov2024 10:23:17.413] [Worker-Main-15/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 +[03Nov2024 10:23:17.413] [Worker-Main-15/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 +[03Nov2024 10:23:17.413] [Worker-Main-15/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 +[03Nov2024 10:23:17.447] [Worker-Main-15/DEBUG] [mixin/]: Mixing features.model.WeightedBakedModelMixin from sodium-neoforge.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel +[03Nov2024 10:23:17.448] [Worker-Main-15/DEBUG] [mixin/]: sodium-neoforge.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) +[03Nov2024 10:23:17.450] [Worker-Main-15/DEBUG] [mixin/]: Mixing client.WeightedBakedModelMixin from fabric-renderer-api-v1.mixins.json into net.minecraft.client.resources.model.WeightedBakedModel +[03Nov2024 10:23:17.450] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$emitItemQuads$1(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to mde22338$fabric_renderer_api_v1$lambda$emitItemQuads$1$0 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 +[03Nov2024 10:23:17.450] [Worker-Main-15/DEBUG] [mixin/]: Renaming synthetic method lambda$emitBlockQuads$0(Ljava/util/function/Supplier;)Lnet/minecraft/util/RandomSource; to mde22338$fabric_renderer_api_v1$lambda$emitBlockQuads$0$1 in fabric-renderer-api-v1.mixins.json:client.WeightedBakedModelMixin from mod fabric_renderer_api_v1 +[03Nov2024 10:23:17.456] [Worker-Main-15/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 +[03Nov2024 10:23:17.456] [Worker-Main-15/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 +[03Nov2024 10:23:17.456] [Worker-Main-15/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 +[03Nov2024 10:23:19.002] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[03Nov2024 10:23:19.002] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[03Nov2024 10:23:19.106] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[03Nov2024 10:23:19.107] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[03Nov2024 10:23:19.402] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x2 minecraft:textures/atlas/blocks.png-atlas +[03Nov2024 10:23:19.406] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.tracking.SpriteContentsTickerMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[03Nov2024 10:23:19.407] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:19.409] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsTickerAccessor from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[03Nov2024 10:23:19.409] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:19.410] [Render thread/DEBUG] [mixin/]: Mixing texture.SpriteContentsTickerAccessor from mixins.iris.json into net.minecraft.client.renderer.texture.SpriteContents$Ticker +[03Nov2024 10:23:19.410] [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) +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.414] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.415] [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 +[03Nov2024 10:23:19.418] [Render thread/DEBUG] [mixin/]: Mixing features.textures.animations.upload.SpriteContentsInterpolationMixin from sodium-common.mixins.json into net.minecraft.client.renderer.texture.SpriteContents$InterpolationData +[03Nov2024 10:23:19.418] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:19.432] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.457] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x2 minecraft:textures/atlas/signs.png-atlas +[03Nov2024 10:23:19.458] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x2 minecraft:textures/atlas/banner_patterns.png-atlas +[03Nov2024 10:23:19.459] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x2 minecraft:textures/atlas/shield_patterns.png-atlas +[03Nov2024 10:23:19.461] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x2 minecraft:textures/atlas/armor_trims.png-atlas +[03Nov2024 10:23:19.469] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x2 minecraft:textures/atlas/chest.png-atlas +[03Nov2024 10:23:19.469] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x2 minecraft:textures/atlas/decorated_pot.png-atlas +[03Nov2024 10:23:19.470] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x2 minecraft:textures/atlas/beds.png-atlas +[03Nov2024 10:23:19.470] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x2 minecraft:textures/atlas/shulker_boxes.png-atlas +[03Nov2024 10:23:19.503] [Render thread/DEBUG] [mixin/]: Mixing MixinBannerRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.blockentity.BannerRenderer +[03Nov2024 10:23:19.503] [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) +[03Nov2024 10:23:19.504] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$wrapBufferSource$0(Lnet/minecraft/client/renderer/RenderType;)Lnet/minecraft/client/renderer/RenderType; to mde22338$iris$lambda$iris$wrapBufferSource$0$0 in iris-batched-entity-rendering.mixins.json:MixinBannerRenderer from mod iris +[03Nov2024 10:23:19.509] [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 +[03Nov2024 10:23:19.530] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEnderDragonRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EnderDragonRenderer +[03Nov2024 10:23:19.530] [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) +[03Nov2024 10:23:19.533] [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 +[03Nov2024 10:23:19.533] [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 +[03Nov2024 10:23:19.535] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.cull.EntityRendererMixin from sodium-common.mixins.json into net.minecraft.client.renderer.entity.EntityRenderer +[03Nov2024 10:23:19.535] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:19.536] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinEntityRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.EntityRenderer +[03Nov2024 10:23:19.536] [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) +[03Nov2024 10:23:19.540] [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 +[03Nov2024 10:23:19.540] [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 +[03Nov2024 10:23:19.540] [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 +[03Nov2024 10:23:19.540] [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 +[03Nov2024 10:23:19.541] [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 +[03Nov2024 10:23:19.541] [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 +[03Nov2024 10:23:19.583] [Render thread/DEBUG] [mixin/]: Mixing shadows.MixinBeaconRenderer from mixins.iris.json into net.minecraft.client.renderer.blockentity.BeaconRenderer +[03Nov2024 10:23:19.583] [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) +[03Nov2024 10:23:19.584] [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 +[03Nov2024 10:23:19.592] [Render thread/DEBUG] [mixin/]: Mixing features.render.entity.CubeMixin from sodium-common.mixins.json into net.minecraft.client.model.geom.ModelPart$Cube +[03Nov2024 10:23:19.593] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:19.596] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:19.625] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHumanoidArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[03Nov2024 10:23:19.625] [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) +[03Nov2024 10:23:19.628] [Render thread/DEBUG] [mixin/]: Mixing MixinHumanoidArmorLayer from mixins.iris.forge.json into net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer +[03Nov2024 10:23:19.628] [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) +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.636] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.637] [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 +[03Nov2024 10:23:19.639] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinElytraLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.ElytraLayer +[03Nov2024 10:23:19.639] [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) +[03Nov2024 10:23:19.647] [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 +[03Nov2024 10:23:19.648] [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 +[03Nov2024 10:23:19.648] [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 +[03Nov2024 10:23:19.648] [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 +[03Nov2024 10:23:19.648] [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 +[03Nov2024 10:23:19.648] [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 +[03Nov2024 10:23:19.668] [Render thread/DEBUG] [mixin/]: Mixing MixinFishingHookRenderer from iris-batched-entity-rendering.mixins.json into net.minecraft.client.renderer.entity.FishingHookRenderer +[03Nov2024 10:23:19.668] [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) +[03Nov2024 10:23:19.671] [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 +[03Nov2024 10:23:19.671] [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 +[03Nov2024 10:23:19.671] [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 +[03Nov2024 10:23:19.676] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinHorseArmorLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.HorseArmorLayer +[03Nov2024 10:23:19.677] [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) +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.686] [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 +[03Nov2024 10:23:19.692] [Render thread/DEBUG] [mixin/]: Mixing MixinLightningBoltRenderer from mixins.iris.json into net.minecraft.client.renderer.entity.LightningBoltRenderer +[03Nov2024 10:23:19.692] [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) +[03Nov2024 10:23:19.748] [Render thread/DEBUG] [mixin/]: Mixing entity_render_context.MixinCapeLayer from mixins.iris.json into net.minecraft.client.renderer.entity.layers.CapeLayer +[03Nov2024 10:23:19.748] [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) +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.750] [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 +[03Nov2024 10:23:19.754] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[03Nov2024 10:23:19.756] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[03Nov2024 10:23:19.779] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[03Nov2024 10:23:19.802] [Render thread/DEBUG] [mixin/]: Mixing state_tracking.MixinPostChain from mixins.iris.json into net.minecraft.client.renderer.PostChain +[03Nov2024 10:23:19.803] [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) +[03Nov2024 10:23:19.821] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[03Nov2024 10:23:19.841] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[03Nov2024 10:23:19.844] [Render thread/DEBUG] [mixin/]: Mixing MixinGlRenderDevice from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.gl.device.GLRenderDevice$ImmediateDrawCommandList +[03Nov2024 10:23:19.844] [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) +[03Nov2024 10:23:24.607] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1290 recipes +[03Nov2024 10:23:24.700] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements +[03Nov2024 10:23:28.591] [Render thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World +[03Nov2024 10:23:28.630] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[03Nov2024 10:23:28.630] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[03Nov2024 10:23:28.688] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type SERVER +[03Nov2024 10:23:28.689] [Server thread/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-server.toml +[03Nov2024 10:23:28.689] [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 +[03Nov2024 10:23:28.689] [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 +[03Nov2024 10:23:28.694] [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. +[03Nov2024 10:23:28.695] [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. +[03Nov2024 10:23:28.706] [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. +[03Nov2024 10:23:28.709] [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:bee + - minecraft:camel + - minecraft:sniffer + - minecraft:piglin_brute + - minecraft:allay +[03Nov2024 10:23:28.799] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.SimpleBitStorageMixin from sodium-common.mixins.json into net.minecraft.util.SimpleBitStorage +[03Nov2024 10:23:28.799] [Server thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:30.982] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.PalettedContainerMixin from sodium-common.mixins.json into net.minecraft.world.level.chunk.PalettedContainer +[03Nov2024 10:23:30.983] [Server thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:31.017] [Server thread/DEBUG] [mixin/]: Mixing core.world.chunk.ZeroBitStorageMixin from sodium-common.mixins.json into net.minecraft.util.ZeroBitStorage +[03Nov2024 10:23:31.018] [Server thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:33.782] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[03Nov2024 10:23:33.808] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:34.557] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:34.838] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:35.301] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:35.800] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:36.319] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:36.820] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:37.298] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 51% +[03Nov2024 10:23:37.797] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 51% +[03Nov2024 10:23:38.298] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 83% +[03Nov2024 10:23:38.348] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[03Nov2024 10:23:38.350] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 4559 ms +[03Nov2024 10:23:38.382] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 27, from 10 +[03Nov2024 10:23:38.383] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[03Nov2024 10:23:38.412] [Render thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 32 +[03Nov2024 10:23:38.426] [Render thread/DEBUG] [io.netty.util.concurrent.GlobalEventExecutor/]: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 +[03Nov2024 10:23:38.437] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false +[03Nov2024 10:23:38.437] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512 +[03Nov2024 10:23:38.443] [Render thread/DEBUG] [io.netty.util.internal.PlatformDependent/]: org.jctools-core.MpscChunkedArrayQueue: available +[03Nov2024 10:23:38.460] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.processId: 13383 (auto-detected) +[03Nov2024 10:23:38.463] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv4Stack: false +[03Nov2024 10:23:38.463] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv6Addresses: system +[03Nov2024 10:23:38.465] [Render thread/DEBUG] [io.netty.util.NetUtilInitializations/]: Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) +[03Nov2024 10:23:38.467] [Render thread/DEBUG] [io.netty.util.NetUtil/]: /proc/sys/net/core/somaxconn: 4096 +[03Nov2024 10:23:38.467] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.machineId: fc:b0:de:ff:fe:18:0e:7d (auto-detected) +[03Nov2024 10:23:38.557] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacityPerThread: 4096 +[03Nov2024 10:23:38.557] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.ratio: 8 +[03Nov2024 10:23:38.557] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.chunkSize: 32 +[03Nov2024 10:23:38.557] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.blocking: false +[03Nov2024 10:23:38.557] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.batchFastThreadLocalOnly: true +[03Nov2024 10:23:38.760] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@2aa0e49d into net.minecraft.network.Connection@6e5b2783 +[03Nov2024 10:23:38.770] [Netty Local Client IO #0/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@74c70b1e into net.minecraft.network.Connection@47a763e4 +[03Nov2024 10:23:39.235] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientPacketListenerMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientPacketListener +[03Nov2024 10:23:39.237] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:39.239] [Render thread/DEBUG] [mixin/]: Mixing MixinClientPacketListener from mixins.iris.json into net.minecraft.client.multiplayer.ClientPacketListener +[03Nov2024 10:23:39.239] [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) +[03Nov2024 10:23:39.239] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$2(Ljava/lang/Exception;)V to mde22338$iris$lambda$iris$showUpdateMessage$2$0 in mixins.iris.json:MixinClientPacketListener from mod iris +[03Nov2024 10:23:39.239] [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 mde22338$iris$lambda$iris$showUpdateMessage$1$1 in mixins.iris.json:MixinClientPacketListener from mod iris +[03Nov2024 10:23:39.239] [Render thread/DEBUG] [mixin/]: Renaming synthetic method lambda$iris$showUpdateMessage$0(Lnet/minecraft/network/chat/Component;)V to mde22338$iris$lambda$iris$showUpdateMessage$0$2 in mixins.iris.json:MixinClientPacketListener from mod iris +[03Nov2024 10:23:39.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.248] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.249] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.249] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.249] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.249] [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 +[03Nov2024 10:23:39.249] [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 +[03Nov2024 10:23:39.249] [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 +[03Nov2024 10:23:39.279] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@4ac62d46 into net.minecraft.network.Connection@6e5b2783 +[03Nov2024 10:23:39.341] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:1d11aafd] logged in with entity id 17 at (-9.5, 74.0, -26.5) +[03Nov2024 10:23:39.368] [Render thread/DEBUG] [mixin/]: Mixing sky.MixinClientLevelData_DisableVoidPlane from mixins.iris.json into net.minecraft.client.multiplayer.ClientLevel$ClientLevelData +[03Nov2024 10:23:39.368] [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) +[03Nov2024 10:23:39.371] [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 +[03Nov2024 10:23:39.372] [Render thread/DEBUG] [mixin/]: Mixing core.world.map.ClientChunkCacheMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.ClientChunkCache +[03Nov2024 10:23:39.373] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.380] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.443] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld +[03Nov2024 10:23:39.444] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[03Nov2024 10:23:39.444] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[03Nov2024 10:23:39.456] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[03Nov2024 10:23:39.457] [Render thread/DEBUG] [mixin/]: Mixing features.options.render_layers.ItemBlockRenderTypesMixin from sodium-common.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[03Nov2024 10:23:39.458] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:39.459] [Render thread/DEBUG] [mixin/]: Mixing features.render.model.ItemBlockRenderTypesMixin from sodium-common.mixins.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[03Nov2024 10:23:39.460] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:39.461] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[03Nov2024 10:23:39.461] [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) +[03Nov2024 10:23:39.466] [Render thread/DEBUG] [mixin/]: Mixing MixinItemBlockRenderTypes from mixins.iris.forge.json into net.minecraft.client.renderer.ItemBlockRenderTypes +[03Nov2024 10:23:39.467] [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) +[03Nov2024 10:23:39.478] [Render thread/DEBUG] [mixin/]: sodium-common.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 +[03Nov2024 10:23:39.478] [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 +[03Nov2024 10:23:39.479] [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 +[03Nov2024 10:23:39.504] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.ChunkRenderTypeSetAccessor from sodium-neoforge.mixins.json into net.neoforged.neoforge.client.ChunkRenderTypeSet +[03Nov2024 10:23:39.504] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:39.505] [Render thread/DEBUG] [mixin/]: Renaming @Invoker method create(Ljava/util/BitSet;)Lnet/neoforged/neoforge/client/ChunkRenderTypeSet; to create$sodium_$md$e22338$0 in sodium-neoforge.mixins.json:platform.neoforge.ChunkRenderTypeSetAccessor from mod sodium +[03Nov2024 10:23:39.530] [Render thread/DEBUG] [mixin/]: Mixing block_rendering.MixinChunkRebuildTask from mixins.iris.vertexformat.json into net.minecraft.client.renderer.chunk.SectionRenderDispatcher$RenderSection$RebuildTask +[03Nov2024 10:23:39.532] [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) +[03Nov2024 10:23:39.551] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManager from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager +[03Nov2024 10:23:39.551] [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) +[03Nov2024 10:23:39.553] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderSectionManagerShadow from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager +[03Nov2024 10:23:39.554] [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) +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.578] [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 +[03Nov2024 10:23:39.593] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBuildTask from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask +[03Nov2024 10:23:39.594] [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) +[03Nov2024 10:23:39.629] [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 +[03Nov2024 10:23:39.630] [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 +[03Nov2024 10:23:39.630] [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 +[03Nov2024 10:23:39.630] [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 +[03Nov2024 10:23:39.630] [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 +[03Nov2024 10:23:39.630] [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 +[03Nov2024 10:23:39.631] [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 +[03Nov2024 10:23:39.631] [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 +[03Nov2024 10:23:39.631] [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 +[03Nov2024 10:23:39.642] [Render thread/DEBUG] [mixin/]: Mixing MixinDefaultChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.DefaultChunkRenderer +[03Nov2024 10:23:39.642] [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) +[03Nov2024 10:23:39.652] [Render thread/DEBUG] [mixin/]: Mixing MixinShaderChunkRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.ShaderChunkRenderer +[03Nov2024 10:23:39.652] [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) +[03Nov2024 10:23:39.674] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkBuildBuffers from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers +[03Nov2024 10:23:39.674] [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) +[03Nov2024 10:23:39.682] [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 +[03Nov2024 10:23:39.682] [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 +[03Nov2024 10:23:39.682] [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 +[03Nov2024 10:23:39.687] [Render thread/DEBUG] [mixin/]: Mixing MixinChunkMeshBufferBuilder from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.vertex.builder.ChunkMeshBufferBuilder +[03Nov2024 10:23:39.688] [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) +[03Nov2024 10:23:39.709] [Render thread/DEBUG] [mixin/]: Mixing platform.neoforge.LevelSliceMixin from sodium-neoforge.mixins.json into net.caffeinemc.mods.sodium.client.world.LevelSlice +[03Nov2024 10:23:39.709] [Render thread/DEBUG] [mixin/]: sodium-neoforge.mixins.json:platform.neoforge.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) +[03Nov2024 10:23:39.759] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.render.FluidRendererImpl$ForgeFactory@1eea09a4 for service interface net.caffeinemc.mods.sodium.client.services.FluidRendererFactory +[03Nov2024 10:23:39.761] [Render thread/DEBUG] [mixin/]: Mixing MixinBlockRenderer from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer +[03Nov2024 10:23:39.761] [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) +[03Nov2024 10:23:39.768] [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 +[03Nov2024 10:23:39.768] [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 +[03Nov2024 10:23:39.768] [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 +[03Nov2024 10:23:39.769] [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 +[03Nov2024 10:23:39.769] [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 +[03Nov2024 10:23:39.769] [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 +[03Nov2024 10:23:39.834] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:39.978] [Render thread/DEBUG] [mixin/]: Mixing MixinBiomeAmbientSoundsHandler from mixins.iris.json into net.minecraft.client.resources.sounds.BiomeAmbientSoundsHandler +[03Nov2024 10:23:39.978] [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) +[03Nov2024 10:23:39.989] [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 +[03Nov2024 10:23:39.990] [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 +[03Nov2024 10:23:39.990] [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 +[03Nov2024 10:23:40.015] [Render thread/DEBUG] [mixin/]: Mixing core.gui.LevelLoadStatusManagerMixin from sodium-common.mixins.json into net.minecraft.client.multiplayer.LevelLoadStatusManager +[03Nov2024 10:23:40.020] [Render thread/DEBUG] [mixin/]: sodium-common.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) +[03Nov2024 10:23:40.351] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 2 advancements +[03Nov2024 10:23:40.685] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.model.NeoForgeModelAccess@38bb78ea for service interface net.caffeinemc.mods.sodium.client.services.PlatformModelAccess +[03Nov2024 10:23:40.687] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelAccess@7256bc2 for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelAccess +[03Nov2024 10:23:40.693] [Render thread/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.level.NeoForgeLevelRenderHooks@17e6e65 for service interface net.caffeinemc.mods.sodium.client.services.PlatformLevelRenderHooks +[03Nov2024 10:23:40.703] [Render thread/DEBUG] [mixin/]: Mixing ChunkRendererRegionBuilderMixin from fabric-block-view-api-v2.client.mixins.json into net.minecraft.client.renderer.chunk.RenderRegionCache +[03Nov2024 10:23:40.704] [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) +[03Nov2024 10:23:40.776] [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 +[03Nov2024 10:23:40.777] [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 +[03Nov2024 10:23:40.777] [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 +[03Nov2024 10:23:40.789] [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 +[03Nov2024 10:23:40.803] [Chunk Render Task Executor #0/DEBUG] [Sodium/]: Loaded net.caffeinemc.mods.sodium.neoforge.block.NeoForgeBlockAccess@636f229c for service interface net.caffeinemc.mods.sodium.client.services.PlatformBlockAccess +[03Nov2024 10:23:41.116] [Render thread/DEBUG] [mixin/]: Mixing MixinScreenEffectRenderer from mixins.iris.json into net.minecraft.client.renderer.ScreenEffectRenderer +[03Nov2024 10:23:41.116] [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) +[03Nov2024 10:23:41.120] [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 +[03Nov2024 10:23:41.605] [Render thread/DEBUG] [mixin/]: Mixing MixinRenderRegionArenas from mixins.iris.compat.sodium.json into net.caffeinemc.mods.sodium.client.render.chunk.region.RenderRegion$DeviceResources +[03Nov2024 10:23:41.606] [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) +[03Nov2024 10:23:42.562] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] [Debug]: Copied location to clipboard +[03Nov2024 10:23:46.585] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => cawezs_mantle_to_stratus:heights +[03Nov2024 10:23:46.587] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[03Nov2024 10:23:46.587] [Render thread/INFO] [Iris/]: Creating pipeline for dimension cawezs_mantle_to_stratus:heights +[03Nov2024 10:23:46.596] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[03Nov2024 10:23:46.634] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Teleported Dev to -9.500000, 74.000000, -26.500000] +[03Nov2024 10:23:46.656] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:46.662] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[03Nov2024 10:23:46.681] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:46.702] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Teleported Dev to -9.500000, 74.000000, -26.500000 +[03Nov2024 10:23:48.317] [worldgen/WARN] [net.minecraft.world.level.levelgen.heightproviders.UniformHeight/]: Empty height range: [136 absolute-0 below top] +[03Nov2024 10:23:48.529] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:48.529] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[03Nov2024 10:23:48.530] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:48.530] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[03Nov2024 10:23:48.530] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[03Nov2024 10:23:48.531] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:48.531] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[03Nov2024 10:23:48.531] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:48.531] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[03Nov2024 10:23:48.531] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.532] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:48.533] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:48.534] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[03Nov2024 10:23:48.535] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:48.535] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[03Nov2024 10:23:48.535] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:48.535] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[03Nov2024 10:23:48.535] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[03Nov2024 10:23:48.536] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:48.536] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[03Nov2024 10:23:48.536] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:48.536] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[03Nov2024 10:23:48.537] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:48.538] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.539] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:48.540] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:48.541] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[03Nov2024 10:23:48.542] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:48.543] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:48.544] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[03Nov2024 10:23:48.545] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[03Nov2024 10:23:48.546] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:48.547] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[03Nov2024 10:23:48.548] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:48.548] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[03Nov2024 10:23:48.549] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:48.549] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[03Nov2024 10:23:48.549] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:48.549] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[03Nov2024 10:23:48.549] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[03Nov2024 10:23:48.550] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:48.551] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:48.552] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:48.553] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[03Nov2024 10:23:48.554] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:48.554] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:48.555] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.556] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:48.557] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:48.558] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[03Nov2024 10:23:48.559] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:48.559] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[03Nov2024 10:23:48.559] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:48.559] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[03Nov2024 10:23:48.559] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:48.560] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.561] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.562] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.563] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:48.563] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[03Nov2024 10:23:48.563] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:48.563] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[03Nov2024 10:23:48.564] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:48.564] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[03Nov2024 10:23:48.564] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:48.565] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[03Nov2024 10:23:48.565] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[03Nov2024 10:23:48.565] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:48.565] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[03Nov2024 10:23:48.565] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[03Nov2024 10:23:48.566] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[03Nov2024 10:23:48.567] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:48.568] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:48.569] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[03Nov2024 10:23:48.570] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:48.570] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.571] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:48.572] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:48.573] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:48.574] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[03Nov2024 10:23:48.575] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:48.575] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[03Nov2024 10:23:48.575] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:48.575] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[03Nov2024 10:23:48.575] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:48.576] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:48.577] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:48.578] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[03Nov2024 10:23:48.580] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:48.580] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[03Nov2024 10:23:48.580] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:48.580] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[03Nov2024 10:23:48.580] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:48.581] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:48.582] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.583] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:48.584] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[03Nov2024 10:23:48.584] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:48.584] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[03Nov2024 10:23:48.585] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:48.586] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.587] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:48.588] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[03Nov2024 10:23:48.589] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:48.590] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[03Nov2024 10:23:48.590] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:48.591] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[03Nov2024 10:23:48.591] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:48.591] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[03Nov2024 10:23:48.591] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[03Nov2024 10:23:48.591] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.592] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:48.593] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:48.594] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[03Nov2024 10:23:48.595] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:48.596] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[03Nov2024 10:23:48.597] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[03Nov2024 10:23:48.598] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.599] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.599] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:48.599] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[03Nov2024 10:23:48.599] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:48.599] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[03Nov2024 10:23:48.601] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.602] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[03Nov2024 10:23:48.603] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:48.604] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[03Nov2024 10:23:48.605] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:48.605] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:48.606] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:48.607] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:48.608] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:48.609] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[03Nov2024 10:23:48.610] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:48.610] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[03Nov2024 10:23:48.611] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:48.611] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[03Nov2024 10:23:48.611] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:48.611] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[03Nov2024 10:23:48.612] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[03Nov2024 10:23:48.613] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[03Nov2024 10:23:48.614] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:48.615] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[03Nov2024 10:23:48.616] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:48.617] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[03Nov2024 10:23:48.617] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[03Nov2024 10:23:48.641] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[03Nov2024 10:23:48.643] [worldgen/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@58d63b16 +[03Nov2024 10:23:50.896] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[03Nov2024 10:23:50.896] [worldgen/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[03Nov2024 10:23:50.902] [Server thread/ERROR] [net.minecraft.util.thread.BlockableEventLoop/FATAL]: Error executing task on Chunk source main thread executor for cawezs_mantle_to_stratus:heights +net.minecraft.ReportedException: Exception generating new chunk + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.lambda$applyStep$19(ChunkMap.java:641) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.doRunTask(ServerChunkCache.java:559) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:568) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.managedBlock(ServerChunkCache.java:533) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:159) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunk(Level.java:202) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getChunk(LevelReader.java:130) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunk(Level.java:196) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunkAt(Level.java:192) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getFluidState(Level.java:392) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateFluidHeightAndDoFluidPushing(Entity.java:3182) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateFluidHeightAndDoFluidPushing(Entity.java:3148) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateInWaterStateAndDoWaterCurrentPushing(Entity.java:1273) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateInWaterStateAndDoFluidPushing(Entity.java:1259) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.baseTick(Entity.java:449) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.LivingEntity.baseTick(LivingEntity.java:396) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.tick(Entity.java:425) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2392) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.player.Player.tick(Player.java:281) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerPlayer.doTick(ServerPlayer.java:556) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:260) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.Connection.tick(Connection.java:412) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.network.ServerConnectionListener.tick(ServerConnectionListener.java:159) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1051) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:917) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.server.IntegratedServer.tickServer(IntegratedServer.java:110) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:707) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: java.lang.IllegalStateException: Requested chunk unavailable during world generation + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.WorldGenRegion.getChunk(WorldGenRegion.java:129) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getNoiseBiome(LevelReader.java:59) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.biome.BiomeManager.getBiome(BiomeManager.java:64) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getBiome(LevelReader.java:39) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.LakeFeature.place(LakeFeature.java:138) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.Feature.place(Feature.java:191) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.ConfiguredFeature.place(ConfiguredFeature.java:25) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.lambda$placeWithContext$4(PlacedFeature.java:54) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?] + at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] + at java.base/java.util.stream.SpinedBuffer$1Splitr.forEachRemaining(SpinedBuffer.java:364) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] + at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] + at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?] + at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] + at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithContext(PlacedFeature.java:53) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithBiomeCheck(PlacedFeature.java:41) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:396) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:25) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:138) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:119) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:68) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:53) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:50) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.Util.lambda$wrapThreadWithTaskName$5(Util.java:286) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:81) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:129) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:90) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) ~[?:?] + at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?] + at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?] +[03Nov2024 10:23:50.907] [Worker-Main-9/FATAL] [net.neoforged.neoforge.common.NeoForgeMod/]: Preparing crash report with UUID ccd5b223-2678-41c4-92de-c596cccaad2b +[03Nov2024 10:24:07.010] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! diff --git a/run/logs/latest.log b/run/logs/latest.log index 01e79f2..401480b 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,11 +1,324 @@ -[22Oct2024 18:20:03.208] [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] -[22Oct2024 18:20:03.211] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS -[22Oct2024 18:20:03.213] [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.52-gentoo -[22Oct2024 18:20:03.357] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[22Oct2024 18:20:03.527] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[22Oct2024 18:20:03.618] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[22Oct2024 18:20:03.739] [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 -[22Oct2024 18:20:03.911] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) GL version 4.6 (Core Profile) Mesa 24.1.7, AMD -[22Oct2024 18:20:04.145] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection -[22Oct2024 18:20:05.454] [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] -[22Oct2024 18:20:08.633] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 676 milliseconds +[03Nov2024 10:23:02.165] [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] +[03Nov2024 10:23:02.168] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS +[03Nov2024 10:23:02.171] [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.52-gentoo +[03Nov2024 10:23:02.310] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[03Nov2024 10:23:02.440] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[03Nov2024 10:23:02.517] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[03Nov2024 10:23:02.606] [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 +[03Nov2024 10:23:02.720] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) GL version 4.6 (Core Profile) Mesa 24.1.7, AMD +[03Nov2024 10:23:02.913] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection +[03Nov2024 10:23:03.962] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 +[03Nov2024 10:23:04.018] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 +[03Nov2024 10:23:04.062] [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] +[03Nov2024 10:23:04.172] [main/INFO] [Sodium/]: Loaded configuration file for Sodium: 43 options available, 1 override(s) found +[03Nov2024 10:23:04.174] [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 +[03Nov2024 10:23:04.175] [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 +[03Nov2024 10:23:04.176] [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 +[03Nov2024 10:23:04.177] [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 +[03Nov2024 10:23:04.177] [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 +[03Nov2024 10:23:04.180] [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 +[03Nov2024 10:23:04.565] [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 +[03Nov2024 10:23:04.566] [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 +[03Nov2024 10:23:04.567] [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 +[03Nov2024 10:23:05.593] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/entity/RenderFlame (java.lang.ClassNotFoundException: mekanism.client.render.entity.RenderFlame) +[03Nov2024 10:23:05.597] [main/WARN] [mixin/]: Error loading class: mekanism/client/render/armor/MekaSuitArmor (java.lang.ClassNotFoundException: mekanism.client.render.armor.MekaSuitArmor) +[03Nov2024 10:23:05.606] [main/WARN] [mixin/]: Error loading class: blusunrize/immersiveengineering/client/utils/IEGLShaders (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.client.utils.IEGLShaders) +[03Nov2024 10:23:05.868] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[03Nov2024 10:23:08.641] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 567 milliseconds +[03Nov2024 10:23:13.822] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[03Nov2024 10:23:13.823] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[03Nov2024 10:23:13.826] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[03Nov2024 10:23:13.827] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[03Nov2024 10:23:13.828] [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] +[03Nov2024 10:23:13.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%23173!/assets/.mcassetsroot' uses unexpected schema +[03Nov2024 10:23:13.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%23173!/data/.mcassetsroot' uses unexpected schema +[03Nov2024 10:23:14.001] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[03Nov2024 10:23:14.007] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[03Nov2024 10:23:14.075] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[03Nov2024 10:23:14.107] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Vendor: AMD +[03Nov2024 10:23:14.107] [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.52-gentoo) +[03Nov2024 10:23:14.107] [Render thread/INFO] [com.mojang.blaze3d.platform.Window/]: OpenGL Version: 4.6 (Core Profile) Mesa 24.1.7 +[03Nov2024 10:23:14.233] [Render thread/INFO] [Iris/]: Debug functionality is disabled. +[03Nov2024 10:23:14.235] [Render thread/INFO] [Iris/]: OpenGL 4.5 detected, enabling DSA. +[03Nov2024 10:23:14.270] [Render thread/INFO] [Iris/]: Shaders are disabled because enableShaders is set to false in iris.properties +[03Nov2024 10:23:14.409] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.65, for MC 1.21.1 +[03Nov2024 10:23:14.721] [ForkJoinPool.commonPool-worker-15/WARN] [Iris/]: [Iris Update Check] This version doesn't have an update index, skipping. +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: Hardware information: +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: GPU: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 18.1.8, DRM 3.54, 6.6.52-gentoo) (Supports OpenGL 4.6 (Core Profile) Mesa 24.1.7) +[03Nov2024 10:23:15.218] [Render thread/INFO] [Iris/]: OS: Linux (6.6.52-gentoo) +[03Nov2024 10:23:15.315] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[03Nov2024 10:23:15.430] [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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] +Caused by: java.lang.UnsatisfiedLinkError: Unable to load library 'flite': +libflite.so: cannot open shared object file: No such file or directory +libflite.so: cannot open shared object file: No such file or directory +Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft-resources-aka-client-extra.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/DevLaunch/1.0.1/48617810523f426d42430867894faa7fe1b933dd/DevLaunch-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/neoform/1.21.1-20240808.144430/811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4/neoform-1.21.1-20240808.144430.zip:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/2.0.2/1a2d076cbc33b0520cbacd591224427b2a20047d/bootstraplauncher-2.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/3.0.8/c0ef95cecd8699a0449053ac7d9c160748d902cd/securejarhandler-3.0.8.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.7/e86dda4696d3c185fcc95d8d311904e7ce38a53f/asm-commons-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.7/c0655519f24d92af2202cb681cd7c1569df6ead6/asm-util-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.7/e4a258b7eb96107106c0599f0061cfc1832fe07a/asm-analysis-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.7/e446a17b175bfb733b87c5c2560ccb4e57d69f1a/asm-tree-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.7/73d7b3086e14beb604ced229c302feff6449723/asm-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarFileSystems/0.4.1/78f59f89defcd032ed788b151ca6a0d40ace796a/JarJarFileSystems-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar:/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:/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:/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:/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:/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:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar) + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:325) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[text2speech-1.17.9.jar%23103!/:?] + ... 23 more + Suppressed: java.lang.UnsatisfiedLinkError: libflite.so: cannot open shared object file: No such file or directory + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.open(Native Method) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:213) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] + Suppressed: java.lang.UnsatisfiedLinkError: libflite.so: cannot open shared object file: No such file or directory + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.open(Native Method) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:226) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] + Suppressed: java.io.IOException: Native library (linux-x86-64/libflite.so) not found in resource path (/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/classes/java/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/resources/main:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft.jar:/home/cow/Development/MCreatorWorkspaces/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.65-minecraft-resources-aka-client-extra.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/DevLaunch/1.0.1/48617810523f426d42430867894faa7fe1b933dd/DevLaunch-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/neoform/1.21.1-20240808.144430/811e2bd86fa2cda2812e5e8e51d718ea8bd6d3f4/neoform-1.21.1-20240808.144430.zip:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/4.0.24/c1f79ceaefcb4c79dea89e969563718a2d5157f/earlydisplay-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/4.0.24/8211b356d57387a287aa3fb1d425fdd34db6d638/loader-4.0.24.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/coremods/7.0.3/9147e6f638b4272b3bd5fc8f92ad37802512c6c/coremods-7.0.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/modlauncher/11.0.4/6619d4812a3c092310d521ebc4c9503727563df7/modlauncher-11.0.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/2.0.2/1a2d076cbc33b0520cbacd591224427b2a20047d/bootstraplauncher-2.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/3.0.8/c0ef95cecd8699a0449053ac7d9c160748d902cd/securejarhandler-3.0.8.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/accesstransformers/10.0.1/fd83b5725f76eae9115e9355fa1c456a6a441400/accesstransformers-10.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.openjdk.nashorn/nashorn-core/15.4/f67f5ffaa5f5130cf6fb9b133da00c7df3b532a5/nashorn-core-15.4.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.7/e86dda4696d3c185fcc95d8d311904e7ce38a53f/asm-commons-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/mergetool/2.0.3/1275202cbbb248f49345cf6787ce299afd9a02fb/mergetool-2.0.3-api.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.7/c0655519f24d92af2202cb681cd7c1569df6ead6/asm-util-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.7/e4a258b7eb96107106c0599f0061cfc1832fe07a/asm-analysis-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.7/e446a17b175bfb733b87c5c2560ccb4e57d69f1a/asm-tree-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/bus/8.0.2/163c9ef7c4bcca6d850c34e95261b606af91fe06/bus-8.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.7/73d7b3086e14beb604ced229c302feff6449723/asm-9.7.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/toml/3.8.0/861dbcf2757dd6701c98b3949198549ccb5f62ff/toml-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.electronwill.night-config/core/3.8.0/2498dd2b3120dd49e963e2feab8fa5d0c5f80e0a/core-3.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarSelector/0.4.1/fb3cc7a58af22ad2880adb98af6d518128c47dae/JarJarSelector-0.4.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarMetadata/0.4.1/f8da03683dc81694556dc3e177c5e3bb77ae6fcb/JarJarMetadata-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.jodah/typetools/0.6.3/a01aaa6ddaea9ec07ec4f209487b7a46a526283a/typetools-0.6.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecrell/terminalconsoleappender/1.3.0/b562e9bb61235c9520e26282cdee71f8f802d1fc/terminalconsoleappender-1.3.0.jar:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/logging/1.2.7/24cb95ffb0e3433fd6e844c04e68009e504ca1c0/logging-1.2.7.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.neoforged/JarJarFileSystems/0.4.1/78f59f89defcd032ed788b151ca6a0d40ace796a/JarJarFileSystems-0.4.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.15.1/f11560da189ab563a5c8e351941415430e9304ea/commons-io-2.15.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.10.1/b3add478d4382b78ea20b1671390a858002feb6c/gson-2.10.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/2.0.9/7cf2726fdcfbc8610f9a71fb3ed639871f315340/slf4j-api-2.0.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.antlr/antlr4-runtime/4.13.1/17125bae1d965624e265ef49552f6465a2bfa307/antlr4-runtime-4.13.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.minecraftforge/srgutils/0.4.15/ca408b131759478f164e010fae0d73997e125fb5/srgutils-0.4.15.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-reader/3.20.0/8f15415b022a25b473e8e16c28ae913186ffb9c4/jline-reader-3.20.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.machinezoo.noexception/noexception/1.7.1/b65330c98e38a1f915fa54a6e5eca496505e3f0a/noexception-1.7.1.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/73.2/61ad4ef7f9131fcf6d25c34b817f90d6da06c9e9/icu4j-73.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/authlib/6.0.54/de8bc95660e1b2fe8793fd427a7a10dcec5b3ea7/authlib-6.0.54.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.10/5c685c5ffa94c4cd39496c7184c1d122e515ecef/blocklist-1.0.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.3.10/d15b53a14cf20fdcaa98f731af5dda654452c010/brigadier-1.3.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/8.0.16/67d4de6d7f95d89bcf5862995fb854ebaec02a34/datafixerupper-8.0.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.2.10/da05971b07cbb379d002cf7eaec6a2048211fefc/patchy-2.2.10.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.17.9/3cad216e3a7f0c19b4b394388bc9ffc446f13b14/text2speech-1.17.9.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.16.0/4e3eb3d79888d76b54e28b350915b5dc3919c9de/commons-codec-1.16.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar:/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:/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:/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:/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:/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:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.12/c24946d46824bd528054bface3231d2ecb7e95e8/fastutil-8.5.12.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.14.0/67bf3eaea4f0718cb376a181a629e5f88fa1c9dd/jna-5.14.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.16/51cf043c87253c9f58b539c9f7e44c8894223850/httpcore-4.4.16.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jcraft/jorbis/0.0.17/8872d22b293e8f5d7d56ff92be966e6dc28ebdc6/jorbis-0.0.17.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.joml/joml/1.10.5/22566d58af70ad3d72308bab63b8339906deb649/joml-1.10.5.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-freetype/3.3.3/a0db6c84a8becc8ca05f9dbfa985edc348a824c7/lwjgl-freetype-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.3.3/efa1eb78c5ccd840e9f329717109b5e892d72f8e/lwjgl-glfw-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.3.3/b543467b7ff3c6920539a88ee602d34098628be5/lwjgl-jemalloc-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.3.3/daada81ceb5fc0c291fbfdd4433cb8d9423577f2/lwjgl-openal-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.3.3/2f6b0147078396a58979125a4c947664e98293a/lwjgl-opengl-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.3.3/25dd6161988d7e65f71d5065c99902402ee32746/lwjgl-stb-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.3.3/82d755ca94b102e9ca77283b9e2dc46d1b15fbe5/lwjgl-tinyfd-3.3.3.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/29589b5f87ed335a6c7e7ee6a5775f81f97ecb84/lwjgl-3.3.3.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.3.3/1713758e3660ba66e1e954396fd18126038b33c0/lwjgl-3.3.3-natives-linux.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.lz4/lz4-java/1.8.0/4b986a99445e49ea5fbf5d149c4b63f6ed6c6780/lz4-java-1.8.0.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.jline/jline-terminal/3.20.0/d0ddcc708ddf527a3454c941b7b9225cc83a15ff/jline-terminal-3.20.0.jar:/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:/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:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.2/25ea2e8b0c338a877313bd4672d3fe056ea78f0d/jsr305-3.0.2.jar:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/org.checkerframework/checker-qual/3.33.0/de2b60b62da487644fc11f734e73c8b0b431238f/checker-qual-3.33.0.jar:/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:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/2.8/c85270e307e7b822f1086b93689124b89768e273/j2objc-annotations-2.8.jar) + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.Native.extractFromResourcePath(Native.java:1141) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:297) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/com.sun.jna@5.14.0/com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:423) ~[jna-5.14.0.jar%23121!/:5.14.0 (b0)] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67) ~[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!/:?] + at MC-BOOTSTRAP/text2speech@1.17.9/com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41) ~[text2speech-1.17.9.jar%23103!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.GameNarrator.(GameNarrator.java:21) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.(Minecraft.java:609) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:214) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.NeoForgeClientUserdevLaunchHandler.runService(NeoForgeClientUserdevLaunchHandler.java:23) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/fml_loader@4.0.24/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.24.jar%23127!/:4.0] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23107!/:?] + at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23107!/:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] + at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] + 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:?] +[03Nov2024 10:23:15.451] [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_mantle_to_stratus, mod/fabric_block_view_api_v2 +[03Nov2024 10:23:15.553] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[03Nov2024 10:23:15.778] [Worker-Main-7/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[03Nov2024 10:23:19.002] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[03Nov2024 10:23:19.002] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[03Nov2024 10:23:19.106] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[03Nov2024 10:23:19.107] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[03Nov2024 10:23:19.402] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x2 minecraft:textures/atlas/blocks.png-atlas +[03Nov2024 10:23:19.457] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x2 minecraft:textures/atlas/signs.png-atlas +[03Nov2024 10:23:19.458] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x2 minecraft:textures/atlas/banner_patterns.png-atlas +[03Nov2024 10:23:19.459] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x2 minecraft:textures/atlas/shield_patterns.png-atlas +[03Nov2024 10:23:19.461] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x2 minecraft:textures/atlas/armor_trims.png-atlas +[03Nov2024 10:23:19.469] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x2 minecraft:textures/atlas/chest.png-atlas +[03Nov2024 10:23:19.469] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x2 minecraft:textures/atlas/decorated_pot.png-atlas +[03Nov2024 10:23:19.470] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x2 minecraft:textures/atlas/beds.png-atlas +[03Nov2024 10:23:19.470] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x2 minecraft:textures/atlas/shulker_boxes.png-atlas +[03Nov2024 10:23:19.754] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[03Nov2024 10:23:19.756] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[03Nov2024 10:23:19.757] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[03Nov2024 10:23:19.779] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[03Nov2024 10:23:19.821] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[03Nov2024 10:23:19.841] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[03Nov2024 10:23:24.607] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1290 recipes +[03Nov2024 10:23:24.700] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1399 advancements +[03Nov2024 10:23:28.630] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[03Nov2024 10:23:28.630] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[03Nov2024 10:23:28.694] [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. +[03Nov2024 10:23:28.695] [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. +[03Nov2024 10:23:28.706] [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. +[03Nov2024 10:23:28.709] [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:bee + - minecraft:camel + - minecraft:sniffer + - minecraft:piglin_brute + - minecraft:allay +[03Nov2024 10:23:33.782] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[03Nov2024 10:23:33.808] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:34.557] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:34.838] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:35.301] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 2% +[03Nov2024 10:23:35.800] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:36.319] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:36.820] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 18% +[03Nov2024 10:23:37.298] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 51% +[03Nov2024 10:23:37.797] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 51% +[03Nov2024 10:23:38.298] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 83% +[03Nov2024 10:23:38.348] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[03Nov2024 10:23:38.350] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 4559 ms +[03Nov2024 10:23:38.382] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 27, from 10 +[03Nov2024 10:23:38.383] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[03Nov2024 10:23:39.341] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:1d11aafd] logged in with entity id 17 at (-9.5, 74.0, -26.5) +[03Nov2024 10:23:39.443] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld +[03Nov2024 10:23:39.444] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[03Nov2024 10:23:39.444] [Render thread/INFO] [Iris/]: Creating pipeline for dimension minecraft:overworld +[03Nov2024 10:23:39.456] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[03Nov2024 10:23:39.834] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:40.351] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 2 advancements +[03Nov2024 10:23:42.562] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] [Debug]: Copied location to clipboard +[03Nov2024 10:23:46.585] [Render thread/INFO] [Iris/]: Reloading pipeline on dimension change: minecraft:overworld => cawezs_mantle_to_stratus:heights +[03Nov2024 10:23:46.587] [Render thread/INFO] [Iris/]: Destroying pipeline minecraft:overworld +[03Nov2024 10:23:46.587] [Render thread/INFO] [Iris/]: Creating pipeline for dimension cawezs_mantle_to_stratus:heights +[03Nov2024 10:23:46.596] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[03Nov2024 10:23:46.634] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Teleported Dev to -9.500000, 74.000000, -26.500000] +[03Nov2024 10:23:46.656] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:46.662] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads +[03Nov2024 10:23:46.681] [Render thread/INFO] [ChunkBuilder/]: Started 10 worker threads +[03Nov2024 10:23:46.702] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Teleported Dev to -9.500000, 74.000000, -26.500000 +[03Nov2024 10:23:48.317] [worldgen/WARN] [net.minecraft.world.level.levelgen.heightproviders.UniformHeight/]: Empty height range: [136 absolute-0 below top] +[03Nov2024 10:23:50.902] [Server thread/ERROR] [net.minecraft.util.thread.BlockableEventLoop/FATAL]: Error executing task on Chunk source main thread executor for cawezs_mantle_to_stratus:heights +net.minecraft.ReportedException: Exception generating new chunk + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.lambda$applyStep$19(ChunkMap.java:641) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.doRunTask(ServerChunkCache.java:559) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:568) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.managedBlock(ServerChunkCache.java:533) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:159) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunk(Level.java:202) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getChunk(LevelReader.java:130) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunk(Level.java:196) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getChunkAt(Level.java:192) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.Level.getFluidState(Level.java:392) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateFluidHeightAndDoFluidPushing(Entity.java:3182) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateFluidHeightAndDoFluidPushing(Entity.java:3148) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateInWaterStateAndDoWaterCurrentPushing(Entity.java:1273) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.updateInWaterStateAndDoFluidPushing(Entity.java:1259) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.baseTick(Entity.java:449) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.LivingEntity.baseTick(LivingEntity.java:396) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.Entity.tick(Entity.java:425) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:2392) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.entity.player.Player.tick(Player.java:281) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ServerPlayer.doTick(ServerPlayer.java:556) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:260) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.network.Connection.tick(Connection.java:412) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.network.ServerConnectionListener.tick(ServerConnectionListener.java:159) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1051) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:917) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.server.IntegratedServer.tickServer(IntegratedServer.java:110) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:707) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: java.lang.IllegalStateException: Requested chunk unavailable during world generation + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.WorldGenRegion.getChunk(WorldGenRegion.java:129) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getNoiseBiome(LevelReader.java:59) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.biome.BiomeManager.getBiome(BiomeManager.java:64) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.LevelReader.getBiome(LevelReader.java:39) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.LakeFeature.place(LakeFeature.java:138) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.Feature.place(Feature.java:191) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.feature.ConfiguredFeature.place(ConfiguredFeature.java:25) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.lambda$placeWithContext$4(PlacedFeature.java:54) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?] + at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] + at java.base/java.util.stream.SpinedBuffer$1Splitr.forEachRemaining(SpinedBuffer.java:364) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] + at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) ~[?:?] + at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] + at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?] + at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?] + at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] + at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithContext(PlacedFeature.java:53) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.levelgen.placement.PlacedFeature.placeWithBiomeCheck(PlacedFeature.java:41) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:396) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:25) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:138) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:119) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:68) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:53) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:50) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.Util.lambda$wrapThreadWithTaskName$5(Util.java:286) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:81) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:129) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:90) ~[neoforge-21.1.65-minecraft.jar%23173!/:?] + at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) ~[?:?] + at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?] + at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?] + at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?] +[03Nov2024 10:23:50.907] [Worker-Main-9/FATAL] [net.neoforged.neoforge.common.NeoForgeMod/]: Preparing crash report with UUID ccd5b223-2678-41c4-92de-c596cccaad2b +[03Nov2024 10:24:07.010] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! diff --git a/run/options.txt b/run/options.txt index 55194bb..2061f64 100644 --- a/run/options.txt +++ b/run/options.txt @@ -1,13 +1,144 @@ -bobView:false -fboEnable:true -lastServer:localhost:25463 -renderDistance:5 -fancyGraphics:false -entityShadows:true -enableVsync:false -maxFps:260 -particles:0 -renderClouds:false -ao:0 +version:3955 +ao:true +biomeBlendRadius:2 +enableVsync:false +entityDistanceScaling:1.0 +entityShadows:true +forceUnicodeFont:false +japaneseGlyphVariants:false +fov:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +prioritizeChunkUpdates:0 +fullscreen:false +gamma:1.0 +graphicsMode:1 +guiScale:3 +maxFps:260 mipmapLevels:2 +narrator:0 +particles:0 +reducedDebugInfo:false +renderClouds:"false" +renderDistance:27 +simulationDistance:12 +screenEffectScale:1.0 +soundDevice:"" +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +showSubtitles:false +directionalAudio:false +touchscreen:false +bobView:false +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +hideSplashTexts:false +mouseSensitivity:0.5 +damageTiltStrength:1.0 +highContrast:false +narratorHotkey:true +resourcePacks:[] +incompatibleResourcePacks:[] +lastServer:localhost:25463 lang:en_us +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:true +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:1.0 +chatDelay:0.0 +chatHeightUnfocused:0.4375 +chatScale:1.0 +chatWidth:1.0 +notificationDisplayTime:1.0 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:false +hideMatchedNames:true +joinedFirstServer:false +hideBundleTutorial:false +syncChunkWrites:false +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +menuBackgroundBlurriness:5 +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.shift +key_key.sprint:key.keyboard.left.control +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.tab +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.slash +key_key.socialInteractions:key.keyboard.p +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +key_key.smoothCamera:key.keyboard.unknown +key_key.fullscreen:key.keyboard.f11 +key_key.spectatorOutlines:key.keyboard.unknown +key_key.swapOffhand:key.keyboard.f +key_key.saveToolbarActivator:key.keyboard.c +key_key.loadToolbarActivator:key.keyboard.x +key_key.advancements:key.keyboard.l +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +key_key.hotbar.6:key.keyboard.6 +key_key.hotbar.7:key.keyboard.7 +key_key.hotbar.8:key.keyboard.8 +key_key.hotbar.9:key.keyboard.9 +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.0 +soundCategory_music:1.0 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/CawezsMantleToStratusMod.java b/src/main/java/net/mcreator/cawezsmantletostratus/CawezsMantleToStratusMod.java index c62582e..b913aaa 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/CawezsMantleToStratusMod.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/CawezsMantleToStratusMod.java @@ -19,10 +19,7 @@ import net.minecraft.network.codec.StreamCodec; import net.minecraft.network.FriendlyByteBuf; import net.mcreator.cawezsmantletostratus.world.features.StructureFeature; -import net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModTabs; -import net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModItems; import net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModFeatures; -import net.mcreator.cawezsmantletostratus.init.CawezsMantleToStratusModBlocks; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.Map; @@ -42,12 +39,6 @@ public class CawezsMantleToStratusMod { NeoForge.EVENT_BUS.register(this); modEventBus.addListener(this::registerNetworking); - CawezsMantleToStratusModBlocks.REGISTRY.register(modEventBus); - - CawezsMantleToStratusModItems.REGISTRY.register(modEventBus); - - CawezsMantleToStratusModTabs.REGISTRY.register(modEventBus); - CawezsMantleToStratusModFeatures.REGISTRY.register(modEventBus); StructureFeature.REGISTRY.register(modEventBus); diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java b/src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java deleted file mode 100644 index 7c67915..0000000 --- a/src/main/java/net/mcreator/cawezsmantletostratus/block/FossilBlock.java +++ /dev/null @@ -1,33 +0,0 @@ - -package net.mcreator.cawezsmantletostratus.block; - -import net.minecraft.world.level.material.FluidState; -import net.minecraft.world.level.block.state.properties.NoteBlockInstrument; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.entity.player.Player; -import net.minecraft.core.BlockPos; - -import net.mcreator.cawezsmantletostratus.procedures.FossilBlockDestroyedByPlayerProcedure; - -public class FossilBlock extends Block { - public FossilBlock() { - super(BlockBehaviour.Properties.of().instrument(NoteBlockInstrument.HAT).sound(SoundType.GLASS).strength(10f)); - } - - @Override - public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) { - return 15; - } - - @Override - public boolean onDestroyedByPlayer(BlockState blockstate, Level world, BlockPos pos, Player entity, boolean willHarvest, FluidState fluid) { - boolean retval = super.onDestroyedByPlayer(blockstate, world, pos, entity, willHarvest, fluid); - FossilBlockDestroyedByPlayerProcedure.execute(world, pos.getX(), pos.getY(), pos.getZ(), entity); - return retval; - } -} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModBlocks.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModBlocks.java deleted file mode 100644 index a2ff5b8..0000000 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModBlocks.java +++ /dev/null @@ -1,20 +0,0 @@ - -/* - * MCreator note: This file will be REGENERATED on each build. - */ -package net.mcreator.cawezsmantletostratus.init; - -import net.neoforged.neoforge.registries.DeferredRegister; -import net.neoforged.neoforge.registries.DeferredBlock; - -import net.minecraft.world.level.block.Block; - -import net.mcreator.cawezsmantletostratus.block.FossilBlock; -import net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod; - -public class CawezsMantleToStratusModBlocks { - public static final DeferredRegister.Blocks REGISTRY = DeferredRegister.createBlocks(CawezsMantleToStratusMod.MODID); - public static final DeferredBlock FOSSIL = REGISTRY.register("fossil", FossilBlock::new); - // Start of user code block custom blocks - // End of user code block custom blocks -} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java deleted file mode 100644 index 4beefac..0000000 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModItems.java +++ /dev/null @@ -1,26 +0,0 @@ - -/* - * MCreator note: This file will be REGENERATED on each build. - */ -package net.mcreator.cawezsmantletostratus.init; - -import net.neoforged.neoforge.registries.DeferredRegister; -import net.neoforged.neoforge.registries.DeferredItem; -import net.neoforged.neoforge.registries.DeferredHolder; - -import net.minecraft.world.level.block.Block; -import net.minecraft.world.item.Item; -import net.minecraft.world.item.BlockItem; - -import net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod; - -public class CawezsMantleToStratusModItems { - public static final DeferredRegister.Items REGISTRY = DeferredRegister.createItems(CawezsMantleToStratusMod.MODID); - public static final DeferredItem FOSSIL = block(CawezsMantleToStratusModBlocks.FOSSIL); - - // Start of user code block custom items - // End of user code block custom items - private static DeferredItem block(DeferredHolder block) { - return REGISTRY.register(block.getId().getPath(), () -> new BlockItem(block.get(), new Item.Properties())); - } -} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java b/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java deleted file mode 100644 index fbd89e9..0000000 --- a/src/main/java/net/mcreator/cawezsmantletostratus/init/CawezsMantleToStratusModTabs.java +++ /dev/null @@ -1,26 +0,0 @@ - -/* - * MCreator note: This file will be REGENERATED on each build. - */ -package net.mcreator.cawezsmantletostratus.init; - -import net.neoforged.neoforge.registries.DeferredRegister; -import net.neoforged.neoforge.registries.DeferredHolder; - -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.CreativeModeTab; -import net.minecraft.network.chat.Component; -import net.minecraft.core.registries.Registries; - -import net.mcreator.cawezsmantletostratus.CawezsMantleToStratusMod; - -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", - () -> CreativeModeTab.builder().title(Component.translatable("item_group.cawezs_mantle_to_stratus.mt_s")).icon(() -> new ItemStack(Blocks.POINTED_DRIPSTONE)).displayItems((parameters, tabData) -> { - tabData.accept(CawezsMantleToStratusModBlocks.FOSSIL.get().asItem()); - }) - - .build()); -} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java index 7744398..6c4279b 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/ExhumedAirAdditionalGenerationConditionProcedure.java @@ -11,12 +11,11 @@ public class ExhumedAirAdditionalGenerationConditionProcedure { for (int index0 = 0; index0 < 128; index0++) { if( !world.getBlockState(BlockPos.containing(x, index0, z)).canOcclude()) { - if (Mth.nextInt(RandomSource.create(), 1, 20)<16) { + if (Mth.nextInt(RandomSource.create(), 1, 100)<95) { - world.setBlock(BlockPos.containing(x, index0, z), Blocks.NETHER_BRICK_FENCE.defaultBlockState(), 3); world.setBlock(BlockPos.containing(x, index0, z), Blocks.RED_NETHER_BRICK_WALL.defaultBlockState(), 3); } else { - world.setBlock(BlockPos.containing(x, y, z), Blocks.PEARLESCENT_FROGLIGHT.defaultBlockState(), 3); + world.setBlock(BlockPos.containing(x, index0, z), Blocks.PEARLESCENT_FROGLIGHT.defaultBlockState(), 3); } } } diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java b/src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java deleted file mode 100644 index 47d777b..0000000 --- a/src/main/java/net/mcreator/cawezsmantletostratus/procedures/FossilBlockDestroyedByPlayerProcedure.java +++ /dev/null @@ -1,190 +0,0 @@ -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.item.Items; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.entity.LivingEntity; -import net.minecraft.world.entity.Entity; -import net.minecraft.util.RandomSource; -import net.minecraft.util.Mth; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.network.chat.Component; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.CommandSource; - -public class FossilBlockDestroyedByPlayerProcedure { - public static void execute(LevelAccessor world, double x, double y, double z, Entity entity) { - if (entity == null) - return; - 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(), "summon minecraft:" + mob()); - } - - private static String mob (){ - - int choice = (Mth.nextInt(RandomSource.create(), 0, 77)); - switch(choice) { - case 0: - return "blaze"; - case 1: - return "bogged"; - case 2: - return "breeze"; - case 3: - return "creeper"; - case 4: - return "elder_guardian"; - case 5: - return "endermite"; - case 6: - return "evoker"; - case 7: - return "ghast"; - case 8: - return "guardian"; - case 9: - return "hoglin"; - case 10: - return "husk"; - case 11: - return "magma_cube"; - case 12: - return "phantom"; - case 13: - return "piglin_brute"; - case 14: - return "pillager"; - case 15: - return "ravager"; - case 16: - return "shulker"; - case 17: - return "silverfish"; - case 18: - return "skeleton"; - case 19: - return "slime"; - case 20: - return "stray"; - case 21: - return "vex"; - case 22: - return "vindicator"; - case 23: - return "warden"; - case 24: - return "witch"; - case 25: - return "wither_skeleton"; - case 26: - return "zoglin"; - case 27: - return "zombie"; - case 28: - return "zombie_villager"; - case 29: - return "bee"; - case 30: - return "cave_spider"; - case 31: - return "enderman"; - case 32: - return "dolphin"; - case 33: - return "drowned"; - case 34: - return "fox"; - case 35: - return "goat"; - case 36: - return "iron_golem"; - case 37: - return "llama"; - case 38: - return "panda"; - case 39: - return "piglin"; - case 40: - return "polar_bear"; - case 41: - return "spider"; - case 42: - return "trader_llama"; - case 43: - return "wolf"; - case 44: - return "zombified_piglin"; - case 45: - return "allay"; - case 46: - return "armadillo"; - case 47: - return "axolotl"; - case 48: - return "bat"; - case 49: - return "camel"; - case 50: - return "cat"; - case 51: - return "chicken"; - case 52: - return "cod"; - case 53: - return "cow"; - case 54: - return "donkey"; - case 55: - return "frog"; - case 56: - return "glow_squid"; - case 57: - return "horse"; - case 58: - return "mooshroom"; - case 59: - return "mule"; - case 60: - return "ocelot"; - case 61: - return "parrot"; - case 62: - return "pig"; - case 63: - return "pufferfish"; - case 64: - return "rabbit"; - case 65: - return "salmon"; - case 66: - return "sheep"; - case 67: - return "skeleton_horse"; - case 68: - return "sniffer"; - case 69: - return "snow_golem"; - case 70: - return "squid"; - case 71: - return "strider"; - case 72: - return "tadpole"; - case 73: - return "tropical_fish"; - case 74: - return "turtle"; - case 75: - return "villager"; - case 76: - return "wandering_trader"; - case 77: - return "zombie_horse"; - } - return "zombie_horse"; - } - -} diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java index 2d8986b..54d378e 100644 --- a/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java +++ b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/DepthsDimension.java @@ -23,7 +23,7 @@ public class DepthsDimension { @Override public boolean isFoggyAt(int x, int y) { - return true; + return false; } }; event.register(ResourceLocation.parse("cawezs_mantle_to_stratus:depths"), customEffect); diff --git a/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java new file mode 100644 index 0000000..2a66ac9 --- /dev/null +++ b/src/main/java/net/mcreator/cawezsmantletostratus/world/dimension/HeightsDimension.java @@ -0,0 +1,32 @@ + +package net.mcreator.cawezsmantletostratus.world.dimension; + +import net.neoforged.neoforge.client.event.RegisterDimensionSpecialEffectsEvent; +import net.neoforged.fml.common.EventBusSubscriber; +import net.neoforged.bus.api.SubscribeEvent; +import net.neoforged.api.distmarker.Dist; + +import net.minecraft.world.phys.Vec3; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.client.renderer.DimensionSpecialEffects; + +public class HeightsDimension { + @EventBusSubscriber(bus = EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) + public static class HeightsSpecialEffectsHandler { + @SubscribeEvent + public static void registerDimensionSpecialEffects(RegisterDimensionSpecialEffectsEvent event) { + DimensionSpecialEffects customEffect = new DimensionSpecialEffects(Float.NaN, true, DimensionSpecialEffects.SkyType.NONE, false, false) { + @Override + public Vec3 getBrightnessDependentFogColor(Vec3 color, float sunHeight) { + return color; + } + + @Override + public boolean isFoggyAt(int x, int y) { + return false; + } + }; + event.register(ResourceLocation.parse("cawezs_mantle_to_stratus:heights"), customEffect); + } + } +} diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json b/src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json deleted file mode 100644 index 7d525b0..0000000 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/blockstates/fossil.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "cawezs_mantle_to_stratus:block/fossil" - } - } -} \ No newline at end of file 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 2c6e0a6..b362b9a 100644 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json +++ b/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json @@ -3,7 +3,6 @@ "biome.cawezs_mantle_to_stratus.clouds": "Clouds", "biome.cawezs_mantle_to_stratus.buriedwetlandcaves": "Buried Wetland", "biome.cawezs_mantle_to_stratus.windsweptpillars": "Windsweptpillars", - "block.cawezs_mantle_to_stratus.fossil": "Fossil", "biome.cawezs_mantle_to_stratus.stars": "Stars", "biome.cawezs_mantle_to_stratus.mushrooms": "Mushrooms", "biome.cawezs_mantle_to_stratus.crystals": "Crystal caves", diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json b/src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json deleted file mode 100644 index 9f00773..0000000 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/models/block/fossil.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "down": "cawezs_mantle_to_stratus:block/frozen_fossil", - "up": "cawezs_mantle_to_stratus:block/frozen_fossil", - "north": "cawezs_mantle_to_stratus:block/frozen_fossil", - "east": "cawezs_mantle_to_stratus:block/frozen_fossil", - "south": "cawezs_mantle_to_stratus:block/frozen_fossil", - "west": "cawezs_mantle_to_stratus:block/frozen_fossil", - "particle": "cawezs_mantle_to_stratus:block/frozen_fossil" - }, - "render_type": "solid" -} \ No newline at end of file diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json b/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json deleted file mode 100644 index ca0bb0c..0000000 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/models/item/fossil.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "cawezs_mantle_to_stratus:block/fossil", - "display": { - "thirdperson": { - "rotation": [ - 10, - -45, - 170 - ], - "translation": [ - 0, - 1.5, - -2.75 - ], - "scale": [ - 0.375, - 0.375, - 0.375 - ] - } - } -} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json index 0f8192f..05d29a9 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/depths.json @@ -2,40 +2,21 @@ "type": "cawezs_mantle_to_stratus:depths", "generator": { "type": "minecraft:noise", - "biome_source": { - "type": "minecraft:multi_noise", - "biomes": [ - { - "biome": "cawezs_mantle_to_stratus:exhumed", - "parameters": { - "temperature": 0, - "humidity": 0, - "continentalness": 0, - "weirdness": 0, - "erosion": 0, - "depth": 0, - "offset": 0 - } - } - ] - }, "settings": { - "name": "cawezs_mantle_to_stratus:depths", "sea_level": 32, - "legacy_random_source": true, "disable_mob_generation": false, "aquifers_enabled": false, "ore_veins_enabled": false, + "legacy_random_source": true, "default_block": { "Name": "minecraft:blackstone" }, "default_fluid": { "Name": "minecraft:air" }, - "spawn_target": [], "noise": { "min_y": 0, - "height": 128, + "height": 256, "size_horizontal": 1, "size_vertical": 2 }, @@ -47,22 +28,30 @@ "temperature": { "type": "minecraft:shifted_noise", "noise": "minecraft:temperature", - "xz_scale": 0.25, + "xz_scale": 0.2, "y_scale": 0, "shift_x": "minecraft:shift_x", - "shift_y": 0, + "shift_y": "minecraft:shift_x", "shift_z": "minecraft:shift_z" }, "vegetation": { "type": "minecraft:shifted_noise", "noise": "minecraft:vegetation", - "xz_scale": 0.25, + "xz_scale": 0.3, "y_scale": 0, "shift_x": "minecraft:shift_x", - "shift_y": 0, + "shift_y": "minecraft:shift_x", + "shift_z": "minecraft:shift_z" + }, + "continents": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.4, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": "minecraft:shift_x", "shift_z": "minecraft:shift_z" }, - "continents": 0, "erosion": 0, "depth": 0, "ridges": 0, @@ -71,7 +60,7 @@ "type": "minecraft:squeeze", "argument": { "type": "minecraft:mul", - "argument1": 0.64, + "argument1": 0.2, "argument2": { "type": "minecraft:interpolated", "argument": { @@ -98,8 +87,8 @@ "type": "minecraft:mul", "argument1": { "type": "minecraft:y_clamped_gradient", - "from_y": 104, - "to_y": 128, + "from_y": 246, + "to_y": 256, "from_value": 1, "to_value": 0 }, @@ -121,6 +110,7 @@ "vein_ridged": 0, "vein_gap": 0 }, + "spawn_target": [], "surface_rule": { "type": "minecraft:sequence", "sequence": [ @@ -165,6 +155,138 @@ } } }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:buriedwetlandcaves" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:cobbled_deepslate" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:crystals" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:tuff" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:obsidian" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + } + ] + } + }, { "type": "minecraft:condition", "if_true": { @@ -180,10 +302,10 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", + "offset": 0, "surface_type": "floor", "add_surface_depth": false, - "secondary_depth_range": 0, - "offset": 0 + "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:sequence", @@ -216,10 +338,10 @@ "type": "minecraft:condition", "if_true": { "type": "minecraft:stone_depth", + "offset": 0, "surface_type": "floor", "add_surface_depth": true, - "secondary_depth_range": 0, - "offset": 0 + "secondary_depth_range": 0 }, "then_run": { "type": "minecraft:block", @@ -231,6 +353,210 @@ ] } }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:frozencaves" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:obsidian" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:blue_ice" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:mushrooms" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mycelium", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:cobbled_deepslate" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:overgrowncaves" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:cobbled_deepslate" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + } + ] + } + }, { "type": "minecraft:block", "result_state": { @@ -239,6 +565,173 @@ } ] } + }, + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "cawezs_mantle_to_stratus:buriedwetlandcaves", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + 0.2, + 1 + ], + "continentalness": [ + -1, + 0 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "cawezs_mantle_to_stratus:crystals", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + 0.2, + 1 + ], + "continentalness": [ + 0, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "cawezs_mantle_to_stratus:exhumed", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + -0.3 + ], + "continentalness": [ + 0, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "cawezs_mantle_to_stratus:frozencaves", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + 0, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "cawezs_mantle_to_stratus:mushrooms", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + -0.3 + ], + "continentalness": [ + -1, + 0 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "cawezs_mantle_to_stratus:overgrowncaves", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1, + 0 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + } + ] } } -} \ No newline at end of file +} diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json new file mode 100644 index 0000000..730ca22 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension/heights.json @@ -0,0 +1,235 @@ +{ + "type": "cawezs_mantle_to_stratus:heights", + "generator": { + "type": "minecraft:noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "cawezs_mantle_to_stratus:clouds", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "weirdness": 0, + "erosion": 0, + "depth": 0, + "offset": 0 + } + } + ] + }, + "settings": { + "name": "cawezs_mantle_to_stratus:heights", + "sea_level": 0, + "legacy_random_source": true, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "default_block": { + "Name": "minecraft:tuff" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "spawn_target": [], + "noise": { + "min_y": 0, + "height": 128, + "size_horizontal": 2, + "size_vertical": 1, + "island_noise_override": true + }, + "noise_router": { + "barrier": 0, + "fluid_level_floodedness": 0, + "fluid_level_spread": 0, + "lava": 0, + "temperature": 0, + "vegetation": 0, + "continents": 0, + "erosion": { + "type": "minecraft:cache_2d", + "argument": { + "type": "minecraft:end_islands" + } + }, + "depth": 0, + "ridges": 0, + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": -0.234375, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 4, + "to_y": 32, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.234375, + "argument2": { + "type": "minecraft:add", + "argument1": -23.4375, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 56, + "to_y": 312, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 23.4375, + "argument2": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:cache_2d", + "argument": { + "type": "minecraft:end_islands" + } + } + } + } + } + } + } + } + }, + "final_density": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": -0.234375, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 4, + "to_y": 32, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.234375, + "argument2": { + "type": "minecraft:add", + "argument1": -23.4375, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 56, + "to_y": 312, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 23.4375, + "argument2": "minecraft:end/sloped_cheese" + } + } + } + } + } + } + } + } + } + }, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "cawezs_mantle_to_stratus:clouds" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0, + "offset": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_stained_glass" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:chiseled_quartz_block" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0, + "offset": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + } + ] + } + } + ] + } + } + } +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json index 55db685..a42d916 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/depths.json @@ -5,7 +5,7 @@ "respawn_anchor_works": false, "bed_works": true, "has_raids": false, - "has_skylight": false, + "has_skylight": true, "has_ceiling": true, "coordinate_scale": 1, "ambient_light": 0, diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json new file mode 100644 index 0000000..7846b06 --- /dev/null +++ b/src/main/resources/data/cawezs_mantle_to_stratus/dimension_type/heights.json @@ -0,0 +1,23 @@ +{ + "ultrawarm": false, + "natural": false, + "piglin_safe": true, + "respawn_anchor_works": false, + "bed_works": true, + "has_raids": false, + "has_skylight": false, + "has_ceiling": false, + "coordinate_scale": 1, + "ambient_light": 0.5, + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": 0, + "height": 256, + "logical_height": 256, + "monster_spawn_light_level": { + "type": "minecraft:uniform", + "min_inclusive": 0, + "max_inclusive": 7 + }, + "monster_spawn_block_light_limit": 0, + "effects": "cawezs_mantle_to_stratus:heights" +} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json b/src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json deleted file mode 100644 index 90d361b..0000000 --- a/src/main/resources/data/cawezs_mantle_to_stratus/loot_table/blocks/fossil.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "random_sequence": "cawezs_mantle_to_stratus:blocks/fossil", - "pools": [ - { - "rolls": 1.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:air" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json index 290c18a..f2a373b 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/configured_feature/exhumedvegetation.json @@ -4,6 +4,12 @@ "state_provider": { "type": "minecraft:weighted_state_provider", "entries": [ + { + "data": { + "Name": "minecraft:wither_rose" + }, + "weight": 1 + }, { "data": { "Name": "minecraft:redstone_block" diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json index 7d24146..6bb1e32 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_air.json @@ -2,20 +2,14 @@ "feature": "cawezs_mantle_to_stratus:exhumed_air", "placement": [ { - "type": "minecraft:count", - "count": 4 + "type": "minecraft:in_square" }, { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 0 - }, - "max_inclusive": { - "absolute": 128 - } - } + "type": "minecraft:biome" + }, + { + "type": "minecraft:rarity_filter", + "chance": 5 } ] } \ No newline at end of file diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json index c0e2180..72f58ef 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumed_tree.json @@ -1,6 +1,9 @@ { "feature": "cawezs_mantle_to_stratus:exhumed_tree", "placement": [ + { + "type": "minecraft:biome" + }, { "type": "minecraft:count_on_every_layer", "count": 4 diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json index f5fdbde..fdd721b 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/placed_feature/exhumedvegetation.json @@ -1,6 +1,9 @@ { "feature": "cawezs_mantle_to_stratus:exhumedvegetation", "placement": [ + { + "type": "minecraft:biome" + }, { "type": "minecraft:count_on_every_layer", "count": 4 diff --git a/src/main/resources/data/minecraft/tags/block/overworld_carver_replaceables.json b/src/main/resources/data/minecraft/tags/block/overworld_carver_replaceables.json index b3ea26f..ca18669 100644 --- a/src/main/resources/data/minecraft/tags/block/overworld_carver_replaceables.json +++ b/src/main/resources/data/minecraft/tags/block/overworld_carver_replaceables.json @@ -1,7 +1,17 @@ { "replace": false, "values": [ + "minecraft:white_stained_glass", + "minecraft:blue_ice", + "minecraft:mud", + "minecraft:gravel", + "minecraft:mycelium", + "minecraft:tuff", + "minecraft:snow_block", + "minecraft:podzol", + "minecraft:calcite", "minecraft:nether_wart_block", - "minecraft:red_terracotta" + "minecraft:red_terracotta", + "minecraft:blackstone" ] } \ No newline at end of file