Giter VIP home page Giter VIP logo

modjam3's Introduction

ModJam 3

Repository for ModJam 3 entry, of which I haven't decided what to make yet.

How to Compile

  1. Download the source.
  2. This is only required the first time you compile the mod. Run gradlew.bat setupDevWorkspace (Windows) or ./gradlew setupDevWorkspace (Unix).
  3. Run gradlew.bat build (Windows) or ./gradlew build (Unix)
  4. You can find the compiled jar int build/libs.

modjam3's People

Contributors

lomeli12 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

modjam3's Issues

crash

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 15/12/13 23:42
Description: Ticking tile entity

java.lang.ArrayIndexOutOfBoundsException: 6256
at net.minecraft.block.Block.func_71932_i(Block.java:408)
at net.lomeli.cb.abilities.fire.AbilityBlockSmelter.enviromentalEffect(AbilityBlockSmelter.java:28)
at net.lomeli.cb.tile.TileCrystal.func_70316_g(TileCrystal.java:56)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

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

-- Head --
Stacktrace:
at net.minecraft.block.Block.func_71932_i(Block.java:408)
at net.lomeli.cb.abilities.fire.AbilityBlockSmelter.enviromentalEffect(AbilityBlockSmelter.java:28)
at net.lomeli.cb.tile.TileCrystal.func_70316_g(TileCrystal.java:56)

-- Tile entity being ticked --
Details:
Name: net.lomeli.cb.tileCrystal // net.lomeli.cb.tile.TileCrystal
Block type: ID #453 (tile.crystalbearers:crystal // net.lomeli.cb.block.BlockCrystal)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (125,60,245), Chunk: (at 13,3,5 in 7,15; contains blocks 112,0,240 to 127,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #453 (tile.crystalbearers:crystal // net.lomeli.cb.block.BlockCrystal)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)

-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['raymears2011'/929, l='New World', x=140.50, y=67.00, z=265.50]]
Chunk stats: ServerChunkCache: 645 Drop: 0
Level seed: -4240596038836142006
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (135,64,263), Chunk: (at 7,4,7 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 4 game time, 4 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 20029 (now: false), thunder time: 151792 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 151301504 bytes (144 MB) / 436207616 bytes (416 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 3658 (204848 bytes; 0 MB) allocated, 3588 (200928 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 4 mods loaded, 4 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.45.953} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.953} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CrystalBearers{0.0.1} [Crystal Bearers](Crystal Bearers-universal-0.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 975 (54600 bytes; 0 MB) allocated, 975 (54600 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['raymears2011'/929, l='New World', x=140.50, y=67.00, z=265.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.