I have installed diving rpg and treecapitator but the axes in divine rpg are not chopping down trees. It is the same with the trees from divine rpg not being chopped by axes(In sense that the mod is not affecting anything from divine rpg) .
How do you change the axe cutting speeds for the tree capitulator mod? I think they are too fast for how much wood you get.
lol! You are the first player to say so!
Assuming you are using the 1.7.2 version, open Treecapitator.cfg from your .minecraft/config folder using a text editor such as Textpad or Notepad++. Find the B:treeHeightDecidesBreakSpeed setting. If it is set to true, change the S:treeHeightModifier setting to be a bigger number. If it is set to false, change the S:breakSpeedModifier setting to be a smaller number. That should give you the change you're looking for.
I have installed diving rpg and treecapitator but the axes in divine rpg are not chopping down trees. It is the same with the trees from divine rpg not being chopped by axes(In sense that the mod is not affecting anything from divine rpg) .
i am trying to add the blaze rod tree from peaceful pack like it says to in the config file but i keep failing
MC 1.6.4
Wuppy29_Peacefulpack {
S:modID=Wuppy29_Peacefulpack
S:configPath=wuppy29_peacefulpack.cfg
S:blockConfigKeys=block:block4088; block:block4087
B:requireLeafDecayCheck=false
B:useShiftedItemID=true
It is called MultiMine, it allows you to begin breaking a block, look away, and then return to breaking the block at the same point you stopped. It also allows multiple people to help break a block faster.
The block will slowly revert back to normal over a longer period of time. This would be awesome if it could work especially for when you are chopping a large tree and have the setting that checks how big the tree is. Sometimes a pig or something stupid stops you from breaking the block. And then you have to restart. This is what makes any player on my server want me to decrease the chopping time. This would make it actually good to have a longer chopping time I think.
I made a post on the last page of multimine, and AtomoicStryker says:
"If there is a fix to be had, it needs to be done from treecapacitor's side of code. Multi Mine overwrites clientside blockCompletion which is as vanilla as it gets "
Although saddly, if you did provide a fix for this, Im still using 1.6.4. But One day I would be able to use the feature!
I thought that multimine had to exclude trees for treecapitator, and that TrC was using IMC to notify MM automatically so no more config file edits. Am I wrong?
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
Errmmm... could someone help me? I want to add the 'Infused Hatchet' from the 'Magical Crops' mod to the Treecapitator mod, but I can't for the life of me figure out how to adjust the config file. Where do I change, and how do I change it?
Errmmm... could someone help me? I want to add the 'Infused Hatchet' from the 'Magical Crops' mod to the Treecapitator mod, but I can't for the life of me figure out how to adjust the config file. Where do I change, and how do I change it?
it worked for me when i need to add a tree 1_vanilla_trees_and_items { S:axeIDList=271; 275; 258; 286; 279; "axe id here" S:modID=TreeCapitator B:overrideIMC=false S:shearsIDList=359
I have issues with setting up treecap for a mod, but I'm not sure if it's because I'm doing it wrong or if it's per se impossible.
I use a mod which, instead of listing every single id for hundreds of items in its config, simply lists a "base id number" in the config and then starting from that number all its items will take a item ID number. So if the config says "baseIDnumber=1000" and it has 250 items, it will take slots 1256-1455 (I'm including the 256 id shift) but will only show a single ID number in the configs. Makes things clean and easy, imho.
Thus, I'm not sure if using the config file for detecting the axes from that mod is working if only 1 item ID is actually in the config?
Hey, so i have biomes o plenty and treecapitator both running 1.6.4. the TC does not seem to work in gamemode 0 only works in gamemode 1. How can i fix this?
Nvm. switching between gamemodes seemed to have fixed this...
Hey. I'm trying to use this with FTB Magic World 2, but I cant figure out how to add Treecapitator to my server for the life of me. I've watched every tutorial I could find, but none are specifically for Magic World 2. Everything I've seen says to put bspkrsCore into the mods, and then TreeCapitator into Coremods, but there's no tab for Coremods, so I don't know what to do.
I'd like it both for my private server and single player.
If anyone knows how to do this, I'd really appreciate your help!
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 3/14/14 8:51 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at bspkrs.treecapitator.registry.TreeDefinition.readFromConfiguration(TreeDefinition.java:239)
at bspkrs.treecapitator.registry.TreeDefinition.<init>(TreeDefinition.java:70)
at bspkrs.treecapitator.registry.ThirdPartyModConfig.readFromConfiguration(ThirdPartyModConfig.java:148)
at bspkrs.treecapitator.registry.ThirdPartyModConfig.<init>(ThirdPartyModConfig.java:81)
at bspkrs.treecapitator.registry.ModConfigRegistry.syncConfiguration(ModConfigRegistry.java:341)
at bspkrs.treecapitator.config.TCConfigHandler.<init>(TCConfigHandler.java:42)
at bspkrs.treecapitator.config.TCConfigHandler.setInstance(TCConfigHandler.java:25)
at bspkrs.treecapitator.TreecapitatorMod.preInit(TreecapitatorMod.java:83)
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:850)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at bspkrs.treecapitator.registry.TreeDefinition.readFromConfiguration(TreeDefinition.java:239)
at bspkrs.treecapitator.registry.TreeDefinition.<init>(TreeDefinition.java:70)
at bspkrs.treecapitator.registry.ThirdPartyModConfig.readFromConfiguration(ThirdPartyModConfig.java:148)
at bspkrs.treecapitator.registry.ThirdPartyModConfig.<init>(ThirdPartyModConfig.java:81)
at bspkrs.treecapitator.registry.ModConfigRegistry.syncConfiguration(ModConfigRegistry.java:341)
at bspkrs.treecapitator.config.TCConfigHandler.<init>(TCConfigHandler.java:42)
at bspkrs.treecapitator.config.TCConfigHandler.setInstance(TCConfigHandler.java:25)
at bspkrs.treecapitator.TreecapitatorMod.preInit(TreecapitatorMod.java:83)
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)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
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)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 25164648 bytes (23 MB) / 172855296 bytes (164 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_D1 25 mods loaded, 25 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.0} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{1.18(1.7.2)} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.18(1.7.2).jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.0.10} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.0.10.jar) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{1.21(1.7.2)} [StatusEffectHUD] ([1.7.2]StatusEffectHUD-client-1.21(1.7.2).jar) Unloaded->Constructed->Pre-initialized
TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Errored
DynamicLights{1.3.2} [Dynamic Lights] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.6} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.4} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_floodLights{1.0.0} [Dynamic Lights Flood Light] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.6} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.1.1} [Dynamic Lights Player Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
enchantview{4.0.2} [EnchantView] (EnchantView-v4.0.2-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.4.7} [Infernal Mobs] (InfernalMobs-1.7.2.jar) Unloaded->Constructed->Pre-initialized
AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics Family GL version 3.0.0 - Build 8.15.10.2353, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
I'm not sure what's going on, installed both jar files through magic launcher and minecraft mods folder. Posted crash report http://pastebin.com/FAUNUtUE
I can't run Minecraft with TreeCapitator. This is the crash log.
---- Minecraft Crash Report ---- // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] Time: 3/14/14 8:51 PM Description: Initializing game java.lang.NullPointerException: Initializing game at bspkrs.treecapitator.registry.TreeDefinition.readFromConfiguration(TreeDefinition.java:239) at bspkrs.treecapitator.registry.TreeDefinition.(TreeDefinition.java:70) at bspkrs.treecapitator.registry.ThirdPartyModConfig.readFromConfiguration(ThirdPartyModConfig.java:148) at bspkrs.treecapitator.registry.ThirdPartyModConfig.(ThirdPartyModConfig.java:81) at bspkrs.treecapitator.registry.ModConfigRegistry.syncConfiguration(ModConfigRegistry.java:341) at bspkrs.treecapitator.config.TCConfigHandler.(TCConfigHandler.java:42) at bspkrs.treecapitator.config.TCConfigHandler.setInstance(TCConfigHandler.java:25) at bspkrs.treecapitator.TreecapitatorMod.preInit(TreecapitatorMod.java:83) 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:850) 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) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at bspkrs.treecapitator.registry.TreeDefinition.readFromConfiguration(TreeDefinition.java:239) at bspkrs.treecapitator.registry.TreeDefinition.(TreeDefinition.java:70) at bspkrs.treecapitator.registry.ThirdPartyModConfig.readFromConfiguration(ThirdPartyModConfig.java:148) at bspkrs.treecapitator.registry.ThirdPartyModConfig.(ThirdPartyModConfig.java:81) at bspkrs.treecapitator.registry.ModConfigRegistry.syncConfiguration(ModConfigRegistry.java:341) at bspkrs.treecapitator.config.TCConfigHandler.(TCConfigHandler.java:42) at bspkrs.treecapitator.config.TCConfigHandler.setInstance(TCConfigHandler.java:25) at bspkrs.treecapitator.TreecapitatorMod.preInit(TreecapitatorMod.java:83) 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) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850) 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) -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 25164648 bytes (23 MB) / 172855296 bytes (164 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 Optifine OptiFine_1.7.2_HD_D1 25 mods loaded, 25 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized PlayerAPI{1.0} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized TooManyItems{1.7.2} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized ArmorStatusHUD{1.18(1.7.2)} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.18(1.7.2).jar) Unloaded->Constructed->Pre-initialized DamageIndicatorsMod{3.0.10} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.0.10.jar) Unloaded->Constructed->Pre-initialized StatusEffectHUD{1.21(1.7.2)} [StatusEffectHUD] ([1.7.2]StatusEffectHUD-client-1.21(1.7.2).jar) Unloaded->Constructed->Pre-initialized TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Errored DynamicLights{1.3.2} [Dynamic Lights] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_dropItems{1.0.6} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_mobEquipment{1.0.4} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_floodLights{1.0.0} [Dynamic Lights Flood Light] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_otherPlayers{1.0.6} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized DynamicLights_thePlayer{1.1.1} [Dynamic Lights Player Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized enchantview{4.0.2} [EnchantView] (EnchantView-v4.0.2-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized InfernalMobs{1.4.7} [Infernal Mobs] (InfernalMobs-1.7.2.jar) Unloaded->Constructed->Pre-initialized AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.2.jar) Unloaded->Constructed->Pre-initialized weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized Launched Version: 1.7.2-Forge10.12.0.1024 LWJGL: 2.9.0 OpenGL: Intel(R) HD Graphics Family GL version 3.0.0 - Build 8.15.10.2353, Intel Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null Anisotropic Filtering: Off (1)
Delete your old config file, or at least rename it. The 1.7.2 Treecapitator config is much different from the 1.6.4 and older versions, so you should start from a freshly generated file.
java.lang.NullPointerException: Unexpected error
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:81)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2055)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:951)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 96481016 bytes (92 MB) / 422051840 bytes (402 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.106.1012 Minecraft Forge 10.12.0.1012 14 mods loaded, 14 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.106.1012} [Forge Mod Loader] (forge-1.7.2-10.12.0.1012.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.1012} [Minecraft Forge] (forge-1.7.2-10.12.0.1012.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcmod{1.7.2 - 2.3.0} [BCMod (Brad16840.Common mod)] (bcmod 1.7.2 - 2.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpacks16840{1.7.2 - 2.3.0} [Backpacks!] (backpacks 1.7.2 - 2.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
custom_recipes{1.0.1} [Custom Recipes] (CustomRecipes-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
enchantview{4.0.2} [EnchantView] (EnchantView-v4.0.2-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.0.1012
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6800 Series GL version 4.1.10750 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
Does anyone know the correct config to use to make biomes'o'plenty sacred oaks to work with Treecapitator? The tree uses the default oak leaves and logs.
lol! You are the first player to say so!
Assuming you are using the 1.7.2 version, open Treecapitator.cfg from your .minecraft/config folder using a text editor such as Textpad or Notepad++. Find the B:treeHeightDecidesBreakSpeed setting. If it is set to true, change the S:treeHeightModifier setting to be a bigger number. If it is set to false, change the S:breakSpeedModifier setting to be a smaller number. That should give you the change you're looking for. What MC version are you using?
MC 1.6.4
Wuppy29_Peacefulpack {
S:modID=Wuppy29_Peacefulpack
S:configPath=wuppy29_peacefulpack.cfg
S:blockConfigKeys=block:block4088; block:block4087
B:requireLeafDecayCheck=false
B:useShiftedItemID=true
Blaze {
S:leafConfigKeys=<block:block4087>
S:logConfigKeys=<block:block4088>
}
this is the config file for the peaceful pack
# Configuration file
####################
# blaze leaves id
####################
"blaze leaves id" {
I:block=4087
}
####################
# blaze log id
####################
"blaze log id" {
I:block=4088
}
####################
# blaze sapling id
####################
"blaze sapling id" {
I:block=4084
}
####################
# buried remains id
####################
"buried remains id" {
I:block=4083
}
####################
# chain id
####################
"chain id" {
I:item=4042
}
####################
# cloth id
####################
"cloth id" {
I:item=4039
}
####################
# cooked flesh id
####################
"cooked flesh id" {
I:item=4041
}
####################
# ender clam id
####################
"ender clam id" {
I:block=4085
}
####################
# flax fibre id
####################
"flax fibre id" {
I:item=4038
}
####################
# flax id
####################
"flax id" {
I:block=4091
}
####################
# flax seed id
####################
"flax seed id" {
I:item=4040
}
####################
# general
####################
general {
B:"Check Updates"=true
B:changeWeb=true
B:spawnBlazeTrees=true
B:spawnEnderClams=true
B:spawnFlax=true
B:spawnFossils=true
B:spawnGhastOre=true
B:spawnRemains=true
B:spawnRottenPlants=true
B:spawnSlimeSlabs=true
B:spawnSulphurNiter=true
}
####################
# ghast ore id
####################
"ghast ore id" {
I:block=4086
}
####################
# niter crystal id
####################
"niter crystal id" {
I:item=4037
}
####################
# ore blocks id
####################
"ore blocks id" {
I:block=4092
}
####################
# rotten plant id
####################
"rotten plant id" {
I:block=4089
}
####################
# rotten plant seed id
####################
"rotten plant seed id" {
I:item=4043
}
####################
# slime slab id
####################
"slime slab id" {
I:block=4090
}
####################
# sulphur crystal id
####################
"sulphur crystal id" {
I:item=4036
}
any help would be grateful and thank you for the great mod's
http://www.minecraftforum.net/topic/485526-172-multi-mine-those-blocks-are-made-for-breakin/
It is called MultiMine, it allows you to begin breaking a block, look away, and then return to breaking the block at the same point you stopped. It also allows multiple people to help break a block faster.
The block will slowly revert back to normal over a longer period of time. This would be awesome if it could work especially for when you are chopping a large tree and have the setting that checks how big the tree is. Sometimes a pig or something stupid stops you from breaking the block. And then you have to restart. This is what makes any player on my server want me to decrease the chopping time. This would make it actually good to have a longer chopping time I think.
I made a post on the last page of multimine, and AtomoicStryker says:
"If there is a fix to be had, it needs to be done from treecapacitor's side of code. Multi Mine overwrites clientside blockCompletion which is as vanilla as it gets "
Although saddly, if you did provide a fix for this, Im still using 1.6.4. But One day I would be able to use the feature!
Join us at our website: AIM Gaming
* Promoting this week: Captive Minecraft 4, Winter Realm. Aka: Vertical Vanilla Viewing. Clicky!
* My channel with Mystcraft, and general Minecraft Let's Plays: http://www.youtube.com/user/Keybounce.
* See all my video series: http://www.minecraftforum.net/forums/minecraft-editions/minecraft-editions-show-your/2865421-keybounces-list-of-creation-threads
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
I use a mod which, instead of listing every single id for hundreds of items in its config, simply lists a "base id number" in the config and then starting from that number all its items will take a item ID number. So if the config says "baseIDnumber=1000" and it has 250 items, it will take slots 1256-1455 (I'm including the 256 id shift) but will only show a single ID number in the configs. Makes things clean and easy, imho.
Thus, I'm not sure if using the config file for detecting the axes from that mod is working if only 1 item ID is actually in the config?
This is what it looks like in the config:
}
minefantasy {
S:axeIDList=<8158>; <8068>; <8069>; <8113>; <8152>; <8167>; <8349>;
S:configPath=MineFantasy.cfg
S:itemConfigKeys=<item:axeBronze>; <item:axeIronForged>;
S:modID=Mine Fantasy
B:overrideIMC=false
B:useShiftedItemID=true
}
If anyone sees an error in my setup, help is appreciated.
http://pastebin.com/FAUNUtUE
Hey, so i have biomes o plenty and treecapitator both running 1.6.4. the TC does not seem to work in gamemode 0 only works in gamemode 1. How can i fix this?Nvm. switching between gamemodes seemed to have fixed this...
I'd like it both for my private server and single player.
If anyone knows how to do this, I'd really appreciate your help!
Here's the crash log if it helps.
This is the crash log.
Pastebin Version
I am using minecraft 1.6.4
// This doesn't make any sense!
Time: 3/16/14 3:36 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:81)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2055)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:951)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 96481016 bytes (92 MB) / 422051840 bytes (402 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.106.1012 Minecraft Forge 10.12.0.1012 14 mods loaded, 14 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.106.1012} [Forge Mod Loader] (forge-1.7.2-10.12.0.1012.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.1012} [Minecraft Forge] (forge-1.7.2-10.12.0.1012.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcmod{1.7.2 - 2.3.0} [BCMod (Brad16840.Common mod)] (bcmod 1.7.2 - 2.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
backpacks16840{1.7.2 - 2.3.0} [Backpacks!] (backpacks 1.7.2 - 2.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
custom_recipes{1.0.1} [Custom Recipes] (CustomRecipes-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
enchantview{4.0.2} [EnchantView] (EnchantView-v4.0.2-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.0.1012
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6800 Series GL version 4.1.10750 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
Do I have to add them in manually for the 1.6.4 version?
Life is a Learning Curve....
Unfortunately, you're stuck on the bottom...amongst the bones of the stupid.