The peacefulpack was a mod that originally has been made by Hogofwar.
Link to the original post by him. I have updated this mod after asking his permission.
This mod adds new ways to get all the mob drops. You can get them all without having to fight any monsters. This can be useful if you don't like monsters or if you just want more of the drops.
Downloads
Addons
Install Guide
Changelog
Videos
Guide
The latest version appears to allow flax to grow to full height with bonemeal but doesn't consume the actual bonemeal used... Not sure if it's a conflict with my other mods or a bug.
BeantwoordenVerwijderenHi, I'm very very grateful for the Peacefulpack update. I'm using it for a long time and don't want to miss it in my game anymore. I didn't update to 1.5.1 so far because of it. So it made my day when I saw the update released. Thank you for your hard work!
BeantwoordenVerwijderenBut... I can't get it to work on my server anymore. It was no problem with the older versions, we used it as I said for a long time. What has changed in this new version? And is there a possibility to get running again?
I would be glad for any help. I don't have a forum account and don't want to create one for one question, so I'm writing here. Hope you'll see it. :)
Are you getting an error on the server?
VerwijderenNo, I just don't know how to get in installed anymore.
VerwijderenI used to copy it into the server.jar and it worked. Now when I do this (or when I place it in the mods folder) I only see it client sided, but the server doesn't find it. I have Forge running (on the client and on the server).
Thank you for answering here! I was just about to write you a mail because that would have been easier from the start.
When a ghast ore was blew up, my game blows up, too.
BeantwoordenVerwijderenDescription: Ticking entity
Verwijderenjava.lang.NullPointerException
at peacefulpackmod.block.BlockGhastOre.func_71885_a(BlockGhastOre.java:36)
at net.minecraft.block.Block.getBlockDropped(Block.java:1808)
at net.minecraft.block.Block.func_71914_a(Block.java:709)
at net.minecraft.world.Explosion.func_77279_a(Explosion.java:222)
at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1008)
at net.minecraft.world.World.func_72876_a(World.java:2708)
at net.minecraft.entity.item.EntityTNTPrimed.func_70515_d(SourceFile:85)
at net.minecraft.entity.item.EntityTNTPrimed.func_70071_h_(SourceFile:75)
at net.minecraft.world.World.func_72866_a(World.java:2342)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:717)
at net.minecraft.world.World.func_72870_g(World.java:2304)
at net.minecraft.world.World.func_72939_s(World.java:2150)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
I will look into fixing that one.
VerwijderenIt crashes with Biomes O Plenty version 1.7.2
BeantwoordenVerwijderenDescription: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:203)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:160)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:150)
at peacefulpackmod.PeacefulPack.preInit(PeacefulPack.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:498)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:849)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException
at cpw.mods.fml.common.registry.GameData.registerBlockAndItem(GameData.java:164)
at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:192)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows: