Giter VIP home page Giter VIP logo

gravestone-mod-graves's Introduction

Adds a gravestone to the game, which spawns after player's death.

For more information visit official site or minecraft forum

Since minecraft 1.8 this mod splitted on 2 parts - "Graves" and "Extended".

Minecraft versions

"Master branch" contains mod sources for the latest version of the Minecraft I'm working on. Any previous versions contains in an own branches.

API

Gravestone Mod API

Requirements

  1. Forge (check "build.gradle" file to know required forge version)
    • Latest versions of Forge requires Gradle 2.0 or higher
  2. "Master branch" version of mod requires jdk 1.8(do not forget to enable java 8 support in your IDE)

Dependencies.

Be careful some of these API may not be updated yet, or may be bugged!

  1. Gravestone mod - Graves API (will be loaded as git submodule)
  2. Baubles API (will be loaded as git submodule)
  3. Galacticraft API
  4. Mariculture API
  5. Thaumcraft API (will be loaded as git submodule)
  6. wolfarmor-api (will be loaded as git submodule)

Get started

  1. Clone mod repository
  2. Download forge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder
  3. Download mod's API
    • Download submodules
      • Run next commands from mod folder:
        git submodule init
        git submodule update
      
    • Download other API's manually and place them into "src/main/java" folder
  4. Run "./gradlew setupDecompWorkspace idea" from mod folder
  5. Import mod to your ide as "new Gradle project"

gravestone-mod-graves's People

Contributors

absolemjackdaw avatar bendem avatar crazypants avatar cronosus avatar da3dsoul avatar derigeurex avatar fexed avatar jovanzers avatar lovin000 avatar mazdallier avatar nightkosh avatar noobidoo avatar portablejim avatar sunconure11 avatar vicenzo33333 avatar violetasdev avatar wenlfs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gravestone-mod-graves's Issues

Mariculture compatibility

Any chance of adding/improving compatibility with Mariculture's mirror/jewellery inventory? Already works seamlessly with it's Reaper enchant; but if you've not got that particular enchant on something then Jewellery gets eaten on death. There's an API an' everything Posted Image

bug entity candel (2.8.3)

2014-05-10 19:33:23 [SEVERE] [ForgeModLoader] A TileEntity type gravestone.tileentity.TileEntityGSCandle at Abydos,-242,59,-369 has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class gravestone.tileentity.TileEntityGSCandle is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_70310_b(TileEntity.java:111)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:424)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:215)
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:371)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:186)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:154)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:150)
at me.devplugin.ptweaks.ChunkPersistance.onDisable(ChunkPersistance.java:62)
at me.devplugin.ptweaks.PerformanceTweaks.onDisable(PerformanceTweaks.java:61)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:219)
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:491)
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:402)
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:395)
at org.bukkit.craftbukkit.v1_6_R3.CraftServer.disablePlugins(CraftServer.java:273)
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:566)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:715)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2014-05-10 19:33:23 [SEVERE] [ForgeModLoader] A TileEntity type gravestone.tileentity.TileEntityGSCandle at Abydos,-242,59,-371 has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class gravestone.tileentity.TileEntityGSCandle is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_70310_b(TileEntity.java:111)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:424)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:215)
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:371)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:186)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:154)
at org.bukkit.craftbukkit.v1_6_R3.CraftWorld.unloadChunk(CraftWorld.java:150)
at me.devplugin.ptweaks.ChunkPersistance.onDisable(ChunkPersistance.java:62)
at me.devplugin.ptweaks.PerformanceTweaks.onDisable(PerformanceTweaks.java:61)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:219)
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:491)
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:402)
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:395)
at org.bukkit.craftbukkit.v1_6_R3.CraftServer.disablePlugins(CraftServer.java:273)
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:566)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:715)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

Ichun's Sync compatibility

Ran into an issue using this mod along with Ichun's Sync ("cloning") Mod (http://ichun.us/mods/sync/) - when I'm in a clone body and die, instead of being taken back to my original body, it produces a gravestone with "attack.firedamage" (for lava, or "attack.waterdamage" for drowning, etc) as the "caption" when I click on the grave and drops me right next to it with 1 heart left. (Not sure if it's something the Gravestones Modder needs to look into or if it's something Ichun needs to look at, sry)

Crawlers AI

Rework crawlers behaviour

  • Hide in piles of bones
  • Summon crawlers from piles of bones
  • New piles of bones generation in catacombs
  • Rotate when crawl over walls

Potions

wither, lifesteal and some another potions

Font overriding

2.8.0 Overrides the font being used by recoursepacks with it's own. It's even overriding the default resource font.

1.7.2 version b1 item dupe bug

I died and when I took the dirt block that is under the grave I got my sword but the grave stayed. So I tried putting dirt under it and digging the dirt again a got another sword. You can repeat that over and over

Dead spiders

Add new mobs - dead spider. They will cast a wither effect on you at bite. When it kill something it will spawn few small dead spiders from corpse of a killed creature. Also it will have an ability to create web. and crawl on ceiling. it will drop spider head as a rare drop.

openblocks compatibility

I have a server with MCPC+. I have this mod and openblocks, but I disabled the openblocks grave by setting its ID to 0. Now when people die, sometimes your gravestone is created normaly, sometimes I think the gravestone is not created, or just drops. I've had people die next to me and the gravestone just ends up in my inventory. If that happens the items are lost, wich is very sad. Do you have any ideia on what may be causing this behaviour? I'll just disable your gravestone for now but I dont't want to since I really like the mod.


I haven't figured out yet what the problem seems to be, I just tested a single player world and after dying no grave spawned so I lost all my items.

Since you said ForgeLog could give you some insight here it is http://pastebin.com/GaLHUCY1

I have 140 mods installed, but my guess would have to be something with the openblocks grave.

Custom items in grave

I have a small idea thought. Would it be possible to add a way for ops/admins to make graves which contains objects that the op/admin chooses?

Got this thought when I wrote some books that will be found by players on my server. Many of these books are written like logs from long lost explorers and I have put gravestones in the world with the names from the books on them and what killed them.

Imagine reading a diary of an explorer and then finding his/her grave in the world. :)

The reason I'd like to be able to set what a specific grave should contain is so that I can put things in these graves that are the same things the lost explorer wrote that he found and things like that.

For an example. An explorer wrote a diary about finding out how alchemy works (thaumcraft) and how he can see how it's all connected and all that (it's like a beginners book to thaumcraft). It would be fun if some of the things from thaumcraft could be placed in the grave I've made for this.

ghosts

few types of ghosts - first type of it will be looks like a souls of villagers and pets. this ghosts will not be hostile(but it will be ready to kick your ass as far as you shatter peace and quiet of it), also it will cast some potion effects on you at interaction. This mobs will have an ability to interact with some objects - destroy torches, open doors, activate/disactivate levers... Another type of ghost will be hostile. It will cast more harmfull potion effects on you at interaction, but this ghost will not interact with any objects. All ghosts will have ability to go through the walls, and becomes invisible.

Dev builds

Are there any dev builds available somewhere, or is there a way for me to build it myself?
I'm really not sure what system you use to build it.

Crash + corrupted graves

Im not sure if its an issue with my server or not, but it seems to work fine in LAN so i thought i would message you about it. it seems that there is an issue with gravestones when on a server, and when gravestones are broken items do not drop, and in the console im getting a ton of these:

28.03 18:41:27 [Server] WARNING Skipping TileEntity with id GSGraveStone
28.03 18:41:26 [Server] WARNING Skipping TileEntity with id GSGraveStone
28.03 18:41:26 [Server] WARNING Skipping TileEntity with id GSMemorial

also, to test it further, i had someone die to place a gravestone to see if that worked, and the server crashed. i dont have the log, but can easily replicate it and get one if you need it. if there is something im doing wrong or something you need me to check, please let me know, or if it is an issue with the mod, maybe this will help.

No world-genned gravestone inventory on MCPC/Cauldron

I am using cauldron-1.7.10-1.1207.01.187-server.jar and GraveStone 2.9.2. Gravestones will simply not drop anything on MCPC/Cauldron. I've opened the world-file in MCEdit and there isn't anything in the items NBT tag for gravestones.

NEI compatibility

Tooltip show all memorials (Obelisk, cross, angel, villager, steve, cat, dog, creeper) as Cross Memorial
Same for gravestones.

Damned warrior

Add new mob - skeleton with iron sword, burning eyes and sinister, green flame in its chest. It will be spawned in catacombs "tresury rooms", and in some cases at player death in catacombs. This mob will be looks like a pile of bone which will start to assemble in a skeleton when you come close enough to it. Also it will be almost immortal - it will have a chance to escape death, it will fall as a pile of bones instead of it, and reassemble again after some time. This mob will not despawn even on a peacefull gamemode(in this case it will breaks on bones)

2.8.3 - Crashes Server on startup

java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at gravestone.core.GSItem.registration(GSItem.java:26) ~[GSItem.class:?]
at gravestone.ModGraveStone.load(ModGraveStone.java:79) ~[ModGraveStone.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687) [Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187) [lj.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
... 33 more
Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[ForgeServer.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
... 33 more
[17:05:02] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:688) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187) ~[lj.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at gravestone.core.GSItem.registration(GSItem.java:26) ~[GSItem.class:?]
at gravestone.ModGraveStone.load(ModGraveStone.java:79) ~[ModGraveStone.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687) ~[Loader.class:?]
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at gravestone.core.GSItem.registration(GSItem.java:26) ~[GSItem.class:?]
at gravestone.ModGraveStone.load(ModGraveStone.java:79) ~[ModGraveStone.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687) ~[Loader.class:?]
... 5 more
Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[ForgeServer.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at gravestone.core.GSItem.registration(GSItem.java:26) ~[GSItem.class:?]
at gravestone.ModGraveStone.load(ModGraveStone.java:79) ~[ModGraveStone.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687) ~[Loader.class:?]
... 5 more

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.