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; |
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
"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
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
package constructor_reference_hacks; | |
import java.util.function.Predicate; | |
public class ConstructorReferenceHacks | |
{ | |
static class Super | |
{ | |
// Super class has a constructor parameter of a predicate, which we want to be able to use 'this' | |
protected Super(Predicate<String> function) {} |
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
{ | |
"type": "minecraft:the_nether", | |
"generator": { | |
"type": "hexlands:hexlands", | |
"seed": 555, | |
"settings": "minecraft:nether", | |
"biome_source": { | |
"type": "hexlands:hexlands", | |
"seed": 555, | |
"biome_source": { |
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
{ | |
"type": "minecraft:the_nether", | |
"generator": { | |
"biome_source": { | |
"humidity_noise": { | |
"firstOctave": -7, | |
"amplitudes": [ | |
1.0, | |
1.0 | |
] |
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
package net.dries007.tfc.common.entities; | |
import net.dries007.tfc.util.Helpers; | |
import net.dries007.tfc.util.calendar.Calendars; | |
import net.dries007.tfc.util.calendar.ICalendar; | |
public class AgeTracker | |
{ | |
public static final float AGE_RATE = 0.5f / ICalendar.TICKS_IN_DAY; | |
public static final float FAMILIARITY_DECAY_RATE = 0.1f / ICalendar.TICKS_IN_DAY; // Familiarity decay / tick |
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
package bi_map_race_condition; | |
import java.util.concurrent.ExecutorService; | |
import java.util.concurrent.Executors; | |
import com.google.common.collect.BiMap; | |
import com.google.common.collect.HashBiMap; | |
public class BiMapRaceCondition | |
{ |
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
Caused by: com.google.gson.JsonParseException: Error(s) loading registries: | |
Error(s) loading registry minecraft:worldgen/template_pool: | |
Missing "processors" list | |
at: "processors" at index 35 | |
Missing "processors" list | |
at: "processors" at index 33 | |
Missing "processors" list | |
at: "processors" at index 32 | |
Missing "processors" list |
NewerOlder