• 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I'm still having to dig gems out of their holes. This is with the 1.11.2 version of KAGIC 1.7.8. Each of these holes (a peridot, an amethyst, and two rubies) face west and had to be dug out because the gem didn't make her own hole.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I've been using the previous 1.11 versions of KAGIC on 1.11.2 and they've worked (mostly) fine. What changes did you do make to 1.7.8 to port it to 1.11.2?


    Also, are you still planning on open-sourcing the mod and accepting contributions? I'd like to take a crack at making warp pads.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    Speaking of bugs, I found a couple kindergarten bugs and a visual one:


    1. Gems do not make an exit hole. When they hatch they make a hole big enough to fit them, but they do not connect that hole to the outside world, even though the wall between them and air was just one block wide. EDIT: this doesn't always happen. It consistently happened when the hole would have faced west but I just got a pearl from a hole facing east that successfully made its own exit.


    2. The internal hole that they do make is 1 block too tall. A two-high gem such as a ruby or peridot makes a three-block-high-hole, and a three-high gem such as a jasper makes a four-block-high-hole.


    3. Rubies hold swords with the middle of their arm instead of the end.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    That crash has been fixed, thank you very much.


    I'd love to help with development. I don't have much experience with Java but I do have a degree in Computer Science so I should be able to figure it out.


    I've been using the 1.11 version of KAGIC on Minecraft 1.11.2 for the past two months, so I think you're fine on that front.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    That crash has been fixed, but here's another. This one occurred when a jasper attacked a spider. After the initial crash I was unable to reload the world until I removed the spider with NBTExplorer.


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    LoadingPlugin (Quark-r1.2-83.jar)
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    Contact their authors BEFORE contacting forge

    // You should try our sister game, Minceraft!

    Time: 3/25/17 9:09 PM
    Description: Ticking entity

    java.util.MissingResourceException: Could not find the bundle com/ibm/icu/impl/data/icudt51b/likelySubtags
    at com.ibm.icu.impl.ResourceBundleWrapper.getBundleInstance(ResourceBundleWrapper.java:109)
    at com.ibm.icu.util.UResourceBundle.instantiateBundle(UResourceBundle.java:578)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:145)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:108)
    at com.ibm.icu.util.ULocale.lookupLikelySubtags(ULocale.java:2652)
    at com.ibm.icu.util.ULocale.createLikelySubtagsString(ULocale.java:2771)
    at com.ibm.icu.util.ULocale.addLikelySubtags(ULocale.java:2248)
    at com.ibm.icu.impl.CalendarUtil.getCalendarType(CalendarUtil.java:64)
    at com.ibm.icu.util.CalendarServiceShim.createInstance(CalendarServiceShim.java:73)
    at com.ibm.icu.util.Calendar.getInstanceInternal(Calendar.java:1716)
    at com.ibm.icu.util.Calendar.getInstance(Calendar.java:1645)
    at mod.akrivus.kagic.init.KAGIC.isDayToday(KAGIC.java:48)
    at mod.akrivus.kagic.init.KAGIC.isFireworksDay(KAGIC.java:53)
    at mod.akrivus.kagic.entity.EntityGem.func_70097_a(EntityGem.java:672)
    at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:105)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:150)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:139)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
    at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:41)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
    at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Thread: Server thread
    Stacktrace:
    at com.ibm.icu.impl.ResourceBundleWrapper.getBundleInstance(ResourceBundleWrapper.java:109)
    at com.ibm.icu.util.UResourceBundle.instantiateBundle(UResourceBundle.java:578)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:145)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:108)
    at com.ibm.icu.util.ULocale.lookupLikelySubtags(ULocale.java:2652)
    at com.ibm.icu.util.ULocale.createLikelySubtagsString(ULocale.java:2771)
    at com.ibm.icu.util.ULocale.addLikelySubtags(ULocale.java:2248)
    at com.ibm.icu.impl.CalendarUtil.getCalendarType(CalendarUtil.java:64)
    at com.ibm.icu.util.CalendarServiceShim.createInstance(CalendarServiceShim.java:73)
    at com.ibm.icu.util.Calendar.getInstanceInternal(Calendar.java:1716)
    at com.ibm.icu.util.Calendar.getInstance(Calendar.java:1645)
    at mod.akrivus.kagic.init.KAGIC.isDayToday(KAGIC.java:48)
    at mod.akrivus.kagic.init.KAGIC.isFireworksDay(KAGIC.java:53)
    at mod.akrivus.kagic.entity.EntityGem.func_70097_a(EntityGem.java:672)
    at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:105)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:150)
    at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:139)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
    at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:41)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
    at net.minecraft.entity.monster.EntitySpider.func_70071_h_(SourceFile:86)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)

    -- Entity being ticked --
    Details:
    Entity Type: minecraft:spider (net.minecraft.entity.monster.EntitySpider)
    Entity ID: 260
    Entity Name: Spider
    Entity's Exact location: 216.86, 63.00, 267.29
    Entity's Block location: World: (216,63,267), Chunk: (at 8,3,11 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: -0.03, -0.08, -0.08
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

    -- Affected level --
    Details:
    Level name: Gem Colony
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -913167235696065366
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: {"landScheme":"continents","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":true,"generateFlax":true,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateNetherPlants":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
    Level spawn location: World: (204,64,244), Chunk: (at 12,4,4 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 5925565 game time, 10527775 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 23668 (now: false), thunder time: 129447 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 390987080 bytes (372 MB) / 903282688 bytes (861 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 8, tallocated: 84
    FML: MCP 9.38 Powered by Forge 13.20.0.2252 Optifine OptiFine_1.11.2_HD_U_B7 25 mods loaded, 25 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
    UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
    UCHIJAAAA unborked_core{1.1.2} [Unborked Core] (minecraft.jar)
    UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
    UCHIJAAAA astralsorcery{1.2.3-beta} [Astral Sorcery] (astralsorcery-1.2.3-beta.jar)
    UCHIJAAAA quark{r1.2-83} [Quark] (Quark-r1.2-83.jar)
    UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
    UCHIJAAAA biomesoplenty{6.0.2.2169} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2169-universal.jar)
    UCHIJAAAA computercraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0-patched-DO-NOT-DISTRIBUTE.jar)
    UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
    UCHIJAAAA hammercore{1.3.8} [Hammer Core] (HammerCore_1.11.2-1.3.8.jar)
    UCHIJAAAA jei{4.2.10.248} [Just Enough Items] (jei_1.11.2-4.2.10.248.jar)
    UCHIJAAAA kagic{1.7.6} [KAGIC] (KAGIC-1.7.6.jar)
    UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
    UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
    UCHIJAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
    UCHIJAAAA rflux{0.1.0} [RF Lux] (rflux-0.1.0.jar)
    UCHIJAAAA rftools{5.88} [RFTools] (rftools-1.1x-5.88.jar)
    UCHIJAAAA ruins{16.4} [Ruins Mod] (Ruins-1.11.jar)
    UCHIJAAAA solarfluxreborn{2.15r} [Solar Flux Reborn] (SolarFluxReborn_1.11.2-2.15r.jar)
    UCHIJAAAA unborked{1.1.2} [Unborked] (unborked-1.11.2-1.80pr0-1.1.2.jar)
    UCHIJAAAA yalsm{1.0} [Yet Another Leather Smelting Mod] (yalsm-2.1.7-mc1.11.jar)
    Loaded coremods (and transformers):
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    LoadingPlugin (Quark-r1.2-83.jar)
    vazkii.quark.base.asm.ClassTransformer
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    net.malisis.core.util.chunkblock.ChunkBlockTransformer
    net.malisis.core.renderer.transformer.MalisisRendererTransformer
    net.malisis.core.renderer.icon.asm.TextureMapTransformer
    net.malisis.core.util.clientnotif.ClientNotifTransformer
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    org.squiddev.unborked.core.UnborkedTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.11.2_HD_U_B7
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.4.0 - Build 21.20.16.4542
    OpenGlRenderer: Intel(R) HD Graphics 530
    OpenGlVendor: Intel
    CpuCount: 8

    EDIT: Another one. This one occurred when a peridot was following me down some stone brick steps. I don't think the steps are related but I'm not sure what else could have caused this.


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    LoadingPlugin (Quark-r1.2-83.jar)
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    Contact their authors BEFORE contacting forge

    // Don't be sad, have a hug! <3

    Time: 3/27/17 11:02 PM
    Description: Ticking entity

    java.util.MissingResourceException: Could not find the bundle com/ibm/icu/impl/data/icudt51b/likelySubtags
    at com.ibm.icu.impl.ResourceBundleWrapper.getBundleInstance(ResourceBundleWrapper.java:109)
    at com.ibm.icu.util.UResourceBundle.instantiateBundle(UResourceBundle.java:578)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:145)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:108)
    at com.ibm.icu.util.ULocale.lookupLikelySubtags(ULocale.java:2652)
    at com.ibm.icu.util.ULocale.createLikelySubtagsString(ULocale.java:2771)
    at com.ibm.icu.util.ULocale.addLikelySubtags(ULocale.java:2248)
    at com.ibm.icu.impl.CalendarUtil.getCalendarType(CalendarUtil.java:64)
    at com.ibm.icu.util.CalendarServiceShim.createInstance(CalendarServiceShim.java:73)
    at com.ibm.icu.util.Calendar.getInstanceInternal(Calendar.java:1716)
    at com.ibm.icu.util.Calendar.getInstance(Calendar.java:1645)
    at mod.akrivus.kagic.init.KAGIC.isDayToday(KAGIC.java:48)
    at mod.akrivus.kagic.init.KAGIC.isFireworksDay(KAGIC.java:53)
    at mod.akrivus.kagic.entity.EntityGem.func_70097_a(EntityGem.java:672)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:230)
    at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:279)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:374)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2003)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Thread: Server thread
    Stacktrace:
    at com.ibm.icu.impl.ResourceBundleWrapper.getBundleInstance(ResourceBundleWrapper.java:109)
    at com.ibm.icu.util.UResourceBundle.instantiateBundle(UResourceBundle.java:578)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:145)
    at com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:108)
    at com.ibm.icu.util.ULocale.lookupLikelySubtags(ULocale.java:2652)
    at com.ibm.icu.util.ULocale.createLikelySubtagsString(ULocale.java:2771)
    at com.ibm.icu.util.ULocale.addLikelySubtags(ULocale.java:2248)
    at com.ibm.icu.impl.CalendarUtil.getCalendarType(CalendarUtil.java:64)
    at com.ibm.icu.util.CalendarServiceShim.createInstance(CalendarServiceShim.java:73)
    at com.ibm.icu.util.Calendar.getInstanceInternal(Calendar.java:1716)
    at com.ibm.icu.util.Calendar.getInstance(Calendar.java:1645)
    at mod.akrivus.kagic.init.KAGIC.isDayToday(KAGIC.java:48)
    at mod.akrivus.kagic.init.KAGIC.isFireworksDay(KAGIC.java:53)
    at mod.akrivus.kagic.entity.EntityGem.func_70097_a(EntityGem.java:672)
    at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:230)
    at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:279)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:374)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2003)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)

    -- Entity being ticked --
    Details:
    Entity Type: kagic:kagic.peridot (mod.akrivus.kagic.entity.EntityPeridot)
    Entity ID: 72920
    Entity Name: Peridot
    Entity's Exact location: 740.50, 62.00, 384.50
    Entity's Block location: World: (740,62,384), Chunk: (at 4,3,0 in 46,24; contains blocks 736,0,384 to 751,255,399), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

    -- Affected level --
    Details:
    Level name: Gem Colony
    All players: 1 total; [EntityPlayerMP['HeimrArnadalr'/68318, l='Gem Colony', x=725.19, y=50.04, z=395.15]]
    Chunk stats: ServerChunkCache: 548 Drop: 0
    Level seed: -913167235696065366
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: {"landScheme":"continents","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":true,"generateFlax":true,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateNetherPlants":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
    Level spawn location: World: (204,64,244), Chunk: (at 12,4,4 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 6102392 game time, 10850570 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 164584 (now: false), thunder time: 85714 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 252887800 bytes (241 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 92
    FML: MCP 9.38 Powered by Forge 13.20.0.2252 Optifine OptiFine_1.11.2_HD_U_B7 25 mods loaded, 25 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
    UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAAAAAAA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAAAAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
    UCHIJAAAAAAAAA unborked_core{1.1.2} [Unborked Core] (minecraft.jar)
    UCHIJAAAAAAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
    UCHIJAAAAAAAAA astralsorcery{1.2.3-beta} [Astral Sorcery] (astralsorcery-1.2.3-beta.jar)
    UCHIJAAAAAAAAA quark{r1.2-83} [Quark] (Quark-r1.2-83.jar)
    UCHIJAAAAAAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
    UCHIJAAAAAAAAA biomesoplenty{6.0.2.2169} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2169-universal.jar)
    UCHIJAAAAAAAAA computercraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0-patched-DO-NOT-DISTRIBUTE.jar)
    UCHIJAAAAAAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
    UCHIJAAAAAAAAA hammercore{1.3.8} [Hammer Core] (HammerCore_1.11.2-1.3.8.jar)
    UCHIJAAAAAAAAA jei{4.2.10.248} [Just Enough Items] (jei_1.11.2-4.2.10.248.jar)
    UCHIJAAAAAAAAA kagic{1.7.6} [KAGIC] (KAGIC-1.7.6.jar)
    UCHIJAAAAAAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
    UCHIJAAAAAAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
    UCHIJAAAAAAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
    UCHIJAAAAAAAAA rflux{0.1.0} [RF Lux] (rflux-0.1.0.jar)
    UCHIJAAAAAAAAA rftools{5.88} [RFTools] (rftools-1.1x-5.88.jar)
    UCHIJAAAAAAAAA ruins{16.4} [Ruins Mod] (Ruins-1.11.jar)
    UCHIJAAAAAAAAA solarfluxreborn{2.15r} [Solar Flux Reborn] (SolarFluxReborn_1.11.2-2.15r.jar)
    UCHIJAAAAAAAAA unborked{1.1.2} [Unborked] (unborked-1.11.2-1.80pr0-1.1.2.jar)
    UCHIJAAAAAAAAA yalsm{1.0} [Yet Another Leather Smelting Mod] (yalsm-2.1.7-mc1.11.jar)
    Loaded coremods (and transformers):
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    LoadingPlugin (Quark-r1.2-83.jar)
    vazkii.quark.base.asm.ClassTransformer
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    net.malisis.core.util.chunkblock.ChunkBlockTransformer
    net.malisis.core.renderer.transformer.MalisisRendererTransformer
    net.malisis.core.renderer.icon.asm.TextureMapTransformer
    net.malisis.core.util.clientnotif.ClientNotifTransformer
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    org.squiddev.unborked.core.UnborkedTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['HeimrArnadalr'/68318, l='Gem Colony', x=725.19, y=50.04, z=395.15]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.11.2_HD_U_B7
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.4.0 - Build 21.20.16.4542
    OpenGlRenderer: Intel(R) HD Graphics 530
    OpenGlVendor: Intel
    CpuCount: 8

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    If it's a loot table thing then I can probably fix it myself with a custom loot table.


    In more serious news, a pearl is causing a ticking entity exception on the 1.11 version of KAGIC 1.7.5. The pearl was made in an earlier version of the mod, and this crash does not happen when I go back to the 1.7.4 version.


    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    LoadingPlugin (Quark-r1.2-83.jar)
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    Contact their authors BEFORE contacting forge

    // I feel sad now :(

    Time: 3/24/17 7:52 PM
    Description: Ticking entity

    java.lang.NullPointerException: Ticking entity
    at mod.akrivus.kagic.entity.ai.EntityAISitStill.func_75250_a(EntityAISitStill.java:15)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
    at mod.akrivus.kagic.entity.EntityPearl.func_70636_d(EntityPearl.java:183)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Thread: Server thread
    Stacktrace:
    at mod.akrivus.kagic.entity.ai.EntityAISitStill.func_75250_a(EntityAISitStill.java:15)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
    at mod.akrivus.kagic.entity.EntityPearl.func_70636_d(EntityPearl.java:183)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
    at net.minecraft.world.World.func_72866_a(World.java:1961)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
    at net.minecraft.world.World.func_72870_g(World.java:1931)

    -- Entity being ticked --
    Details:
    Entity Type: kagic:kagic.pearl (mod.akrivus.kagic.entity.EntityPearl)
    Entity ID: 224
    Entity Name: Pearl
    Entity's Exact location: 199.01, 64.00, 235.06
    Entity's Block location: World: (199,64,235), Chunk: (at 7,4,11 in 12,14; contains blocks 192,0,224 to 207,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1747)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

    -- Affected level --
    Details:
    Level name: Gem Colony
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -913167235696065366
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: {"landScheme":"continents","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":true,"generateFlax":true,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateNetherPlants":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
    Level spawn location: World: (204,64,244), Chunk: (at 12,4,4 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 5687973 game time, 10090249 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 149818 (now: false), thunder time: 129806 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.11.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 407198776 bytes (388 MB) / 911155200 bytes (868 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 8, tallocated: 84
    FML: MCP 9.38 Powered by Forge 13.20.0.2252 Optifine OptiFine_1.11.2_HD_U_B7 25 mods loaded, 25 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
    UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAA forge{13.20.0.2252} [Minecraft Forge] (forge-1.11.2-13.20.0.2252.jar)
    UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
    UCHIJAAAA unborked_core{1.1.2} [Unborked Core] (minecraft.jar)
    UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
    UCHIJAAAA astralsorcery{1.2.3-beta} [Astral Sorcery] (astralsorcery-1.2.3-beta.jar)
    UCHIJAAAA quark{r1.2-83} [Quark] (Quark-r1.2-83.jar)
    UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
    UCHIJAAAA biomesoplenty{6.0.2.2169} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2169-universal.jar)
    UCHIJAAAA computercraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0-patched-DO-NOT-DISTRIBUTE.jar)
    UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
    UCHIJAAAA hammercore{1.3.8} [Hammer Core] (HammerCore_1.11.2-1.3.8.jar)
    UCHIJAAAA jei{4.2.10.248} [Just Enough Items] (jei_1.11.2-4.2.10.248.jar)
    UCHIJAAAA kagic{1.7.5} [KAGIC] (KAGIC-1.7.5.jar)
    UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
    UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
    UCHIJAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
    UCHIJAAAA rflux{0.1.0} [RF Lux] (rflux-0.1.0.jar)
    UCHIJAAAA rftools{5.88} [RFTools] (rftools-1.1x-5.88.jar)
    UCHIJAAAA ruins{16.4} [Ruins Mod] (Ruins-1.11.jar)
    UCHIJAAAA solarfluxreborn{2.15r} [Solar Flux Reborn] (SolarFluxReborn_1.11.2-2.15r.jar)
    UCHIJAAAA unborked{1.1.2} [Unborked] (unborked-1.11.2-1.80pr0-1.1.2.jar)
    UCHIJAAAA yalsm{1.0} [Yet Another Leather Smelting Mod] (yalsm-2.1.7-mc1.11.jar)
    Loaded coremods (and transformers):
    SFRCore (SolarFluxReborn_1.11.2-2.15r.jar)
    com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
    Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
    pl.asie.foamfix.coremod.FoamFixTransformer
    LoadingPlugin (Quark-r1.2-83.jar)
    vazkii.quark.base.asm.ClassTransformer
    MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
    net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
    net.malisis.core.util.chunkblock.ChunkBlockTransformer
    net.malisis.core.renderer.transformer.MalisisRendererTransformer
    net.malisis.core.renderer.icon.asm.TextureMapTransformer
    net.malisis.core.util.clientnotif.ClientNotifTransformer
    UnborkedPlugin (unborked-1.11.2-1.80pr0-1.1.2.jar)
    org.squiddev.unborked.core.UnborkedTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.11.2_HD_U_B7
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.4.0 - Build 21.20.16.4542
    OpenGlRenderer: Intel(R) HD Graphics 530
    OpenGlVendor: Intel
    CpuCount: 8

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I've found that blazes won't drop blaze rods when killed by gems. Since tamed wolves can get blaze rods from them, gems probably should be able to as well.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I hate to be the bearer of bad news again, but I'm still having injector issues. The drill of the pictured injector is at layer 65 and the bottom of the ravine at layer 57, but the injector put the gem seed at layer 41. Can you give us a way to specify exactly how deep to inject the seed? The old redstone-based mechanic worked fine for me, but some other method would work as long as I can control how deep they go.


    There also seems to be an issue with exit holes not being formed. I dug down to level 41 right next to the gem seed, but when it 'hatched' it didn't clear the blocks above it. Do they require being open to the sky?

    In addition, when exit holes do form, they're cleared after the gem has hatched, so they still take suffocation damage while the hole is being formed.


    Finally, Carnelians don't take suffocation damage.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    Any updates? I'm eager to get my kindergarten back to producing gems.


    Also, if you'd like assistance building the ruins, I can do that. I've already built several of the structures from the show, which I can post here if you're interested.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    Glad to hear it. The injector bug has stalled my kindergarten's operation so I'm looking forward to having that fixed.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    Another thing: the guessing doesn't seem to work. The injector pictured above (with redstone power of 1) put a seed somewhere around level 10, without any nearby caves. By the time I figured out what had happened and dug down all the way, the peridot had suffocated in the stone (although her gem still existed, as I was able to use a /tp command to bring it to me).

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I've attached an image of my injector setup. I found out something else: when I add the gem base to an already-powered injector, it works, but not if I add the gem base first and then power the injector.

    I know you had a lot of comments about the old injector-redstone mechanics, but I do want the ability to control exactly how deep the injector injects. Whether through a GUI, a redstone current, or some other method, I want some way to ensure that all the holes end up at the same height.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I updated to the 1.11 version of 1.7 and all of the gems that I grew in 1.6 (three jaspers, an amethyst, a peridot, and two pearls) have disappeared. Luckily I was able to restore them using cheats, but I thought I'd give everyone else a heads-up.


    Also, what are the crafting recipes for the warp pads?

    also also I'm still getting the nametag bug


    One more thing: did injector behavior change? The 1.6 method of providing redstone power to the front of the injector head isn't working anymore.

    Posted in: Minecraft Mods
  • 0

    posted a message on KAGIC v1.9 [MC 1.11] – STEVEN UNIVERSE MOD [30000+ DLs]

    I've found a bug with nametags: when naming a Jasper with a name tag, it ignores whatever text the nametag has and gives the gem the name "Name Tag". If another name tag is applied, it will display correctly, but if the chunk containing the gem is unloaded and reloaded, her name will revert to "Name Tag".

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.15.2] Ruins (Structure Spawning System)
    Quote from noswanson1982»

    Go to .minecraft/saves/SAVENAME/data/, and create a folder called loot_tables (if it doesn't exist already). In that directory, you want to create two more directories, chests and entities

    This is what I did a few days ago, and it doesn't work. In the "loot_tables" folder, you first want to create a folder named "minecraft". Then in that folder, create the "chests" and "entities" folders.
    Posted in: Minecraft Mods
  • To post a comment, please .