This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cycle: | |
| At step 6 | |
| Feature 'minecraft:ore_gravel' | |
| -> must be before 'minecraft:ore_andesite_upper' (defined in 'minecraft:deep_lukewarm_ocean' at index 9, 14 | |
| and 44 others) | |
| -> must be before 'minecraft:ore_andesite_lower' (defined in 'minecraft:deep_lukewarm_ocean' at index 14, 15 | |
| and 46 others) | |
| -> must be before 'minecraft:ore_tuff' (defined in 'minecraft:deep_lukewarm_ocean' at index 15, 16 | |
| and 46 others) | |
| -> must be before 'minecraft:ore_coal_upper' (defined in 'minecraft:deep_lukewarm_ocean' at index 16, 17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "C:\Program Files\Eclipse Adoptium\jdk-17.0.1.12-hotspot\bin\java.exe" -Deventbus.checkTypesOnDispatch=true -Dorg.lwjgl.system.SharedLibraryExtractDirectory=lwjgl_dll -DlegacyClassPath.file=C:\Users\alex\Documents\Projects\Minecraft\Tools\Forge\projects\forge\build\classpath\forge_forge_client_runtimeClasspath.txt -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,mclanguage,forge- -DnativesDirectory=C:\Users\alex\Documents\Projects\Minecraft\Tools\Forge\projects\forge\build\natives -DmergeModules=jna-5.8.0.jar,jna-platform-58.0.jar,java-objc-bridge-1.0.0.jar -p C:\Users\alex\.gradle\caches\modules-2\files-2.1\cpw.mods\bootstraplauncher\0.1.17\899fb8e3912bb7d14a6f9611de117f77db710ec3\bootstraplauncher-0.1.17.jar;C:\Users\alex\.gradle\caches\modules-2\files-2.1\cpw.mods\securejarhandler\0.9.54\24b670f2c026ec9777e64a2c2126ebc8635dbe8d\securejarhandler-0.9.54.jar;C:\Users\alex\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-commo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "C:\Program Files\Eclipse Adoptium\jdk-17.0.1.12-hotspot\bin\java.exe" -Dforge.logging.console.level=debug -DlegacyClassPath.file=C:\Users\alex\Documents\Projects\Minecraft\Mods\test-mod-1.18\build\classpath\runClient_minecraftClasspath.txt -Dmixin.env.remapRefMap=true -Dmixin.env.refMapRemappingFile=C:\Users\alex\Documents\Projects\Minecraft\Mods\test-mod-1.18/build/createSrgToMcp/output.srg -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,client-extra,fmlcore,javafmllanguage,mclanguage,forge- -DnativesDirectory=C:\Users\alex\Documents\Projects\Minecraft\Mods\test-mod-1.18\build\natives -DmergeModules=jna-5.8.0.jar,jna-platform-58.0.jar,java-objc-bridge-1.0.0.jar -p C:\Users\alex\.gradle\caches\modules-2\files-2.1\cpw.mods\bootstraplauncher\0.1.17\899fb8e3912bb7d14a6f9611de117f77db710ec3\bootstraplauncher-0.1.17.jar;C:\Users\alex\.gradle\caches\modules-2\files-2.1\cpw.mods\securejarhandler\0.9.54\24b670f2c026ec9777e64a2c2126ebc8635dbe8d\securejarhandler-0.9.54.ja |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import net.minecraft.core.Registry; | |
| import net.minecraft.resources.ResourceLocation; | |
| import net.minecraft.util.Mth; | |
| import net.minecraft.world.level.block.Blocks; | |
| import net.minecraft.world.level.block.state.BlockState; | |
| import net.minecraft.world.level.levelgen.*; | |
| import net.minecraft.world.level.levelgen.synth.NormalNoise; | |
| import org.jetbrains.annotations.Nullable; |
OlderNewer