Skip to content

Instantly share code, notes, and snippets.

View kwpugh's full-sized avatar

Kevin Pugh kwpugh

View GitHub Profile
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 2024-04-30 22:27:45
Description: Biome decoration
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 34
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100) ~[?:?] {}
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) ~[?:?] {}
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) ~[?:?] {}
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2024-04-30 21:27:57
Description: Biome decoration
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 34
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100) ~[?:?] {}
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) ~[?:?] {}
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) ~[?:?] {}
/Users/kwpugh/Library/Java/JavaVirtualMachines/temurin-21.0.2/Contents/Home/bin/java -p /Users/kwpugh/.gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/2.1.31/77b44e5253faa6ba815f1753e422b576df5b488/securejarhandler-2.1.31.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.5/dc6ea1875f4d64fbc85e1691c95b96a3d8569c90/asm-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.5/19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0/asm-commons-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.5/fd33c8b6373abaa675be407082fdfda35021254a/asm-tree-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.5/64b5a1fc8c1b15ed2efd6a063e976bc8d3dc5ffe/asm-util-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.5/490bacc77de7cbc0be1a30bb3471072d705be4a4/asm-analysis-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/1.1.2/c546e00443d8432cda6baa1c860346980742628/
/Users/kwpugh/Library/Java/JavaVirtualMachines/temurin-21.0.2/Contents/Home/bin/java -p /Users/kwpugh/.gradle/caches/modules-2/files-2.1/cpw.mods/securejarhandler/2.1.31/77b44e5253faa6ba815f1753e422b576df5b488/securejarhandler-2.1.31.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.5/dc6ea1875f4d64fbc85e1691c95b96a3d8569c90/asm-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.5/19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0/asm-commons-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.5/fd33c8b6373abaa675be407082fdfda35021254a/asm-tree-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.5/64b5a1fc8c1b15ed2efd6a063e976bc8d3dc5ffe/asm-util-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.5/490bacc77de7cbc0be1a30bb3471072d705be4a4/asm-analysis-9.5.jar:/Users/kwpugh/.gradle/caches/modules-2/files-2.1/cpw.mods/bootstraplauncher/1.1.2/c546e00443d8432cda6baa1c860346980742628/
package com.kwpugh.more_gems.world;
import com.kwpugh.more_gems.MoreGems;
import net.minecraft.registry.Registerable;
import net.minecraft.registry.RegistryKey;
import net.minecraft.registry.RegistryKeys;
import net.minecraft.registry.entry.RegistryEntry;
import net.minecraft.util.Identifier;
import net.minecraft.world.gen.YOffset;
import net.minecraft.world.gen.feature.ConfiguredFeature;
package com.kwpugh.more_gems.world;
import com.kwpugh.more_gems.MoreGems;
import com.kwpugh.more_gems.init.BlockInit;
import net.minecraft.block.Blocks;
import net.minecraft.registry.Registerable;
import net.minecraft.registry.RegistryKey;
import net.minecraft.registry.RegistryKeys;
import net.minecraft.registry.tag.BlockTags;
import net.minecraft.structure.rule.BlockMatchRuleTest;
package com.kwpugh.more_gems.world.gen;
import com.kwpugh.more_gems.world.ModPlacedFeatures;
import net.fabricmc.fabric.api.biome.v1.BiomeModifications;
import net.fabricmc.fabric.api.biome.v1.BiomeSelectors;
import net.minecraft.world.gen.GenerationStep;
public class ModOreGeneration {
public static void generateOres()
{
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2024-04-18 21:34:58
Description: Biome decoration
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 34
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2024-04-18 19:30:45
Description: Biome decoration
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 34
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 2024-04-18 08:41:35
Description: Biome decoration
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 34
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:100)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302)