You may not redistribute this mod in any way, without a written permission.
You may use this mod for modpacks, as long as you give credit to the author(s) and link to this forum post.
Old:
This mod includes an api for mod makers to add their own ingame configuration, if you want to get more information about it click here.
This mod allows you to disable and in add new recipes ingame.
Information
This mod is fully complicated with crafting recipes from other mods and also with NEI (NEI also doesn't show the disabled recipes without restarting, what surprised me :-))
The information is saved in config/CraftingManager.cfg.
Only opped player can work with the CraftingManager, the configuration will be automatically send to the client.
You are allowed to change the configuration ingame without restarting, by using the command: /CraftingManager (lower cases don't work)
Disable Recipes
Add Recipes
Multiple Crafting Results
Adding a switch button for different results of a recipe, my RandomAdditions and IC2 add a bronze Pickaxe, now you are able to craft both of them , this also works with added recipes.
ModReview
Harvest Progress (only 1.6.4)
Changelog
1.0.19
Fixed language issue
1.0.18
Forgot this update
1.0.17
Fixed too much payload bug!!!! Finally!
1.0.16
Fixed crash on server connect
1.0.15
Should fix 'too much payload bug'
1.0.14
Fixed NEI 'keys'
1.0.13
Should fix memory leaks
Add blacklist for outputs
Some other little issues
1.0.12
Fixed issues with GregTech (disalbe load last option of GregTech to make this work)
1.0.11
Fixed disabled recipes not saving
1.0.10
Fixed a switch recipe bug
1.0.9
Fixed some StringUtils crash while converting an ItemStack to a string
1.0.8
Fixed not saving enchantments
1.0.7
Fixed rendering glitch, now you can cycle though recipes
Fixed crafting recipe not shift correctly
Fixed some edit crafting recipe issues
Fixed sending data not correct (specially for furnace recipes)
Fixed a StringConverterUtils bug
Added a interal core mod, the zip file is now a jar file
1.0.6
Fixed inventory glitching issues
Fixed crash on adding a recipe without an output
Fixed crash some furnace recipe issues
1.0.5
Fixed crashing on adding recipe
1.0.4
Fixed not adding created recipe "correct"
Fixed crashing on clicking tab page button
1.0.3
Fixed Added Furnace Recipes not updating
1.0.2
Added Hide Button
Fixed Crashing while startup up, caused by an invalid furnace recipe
Fixed inventory glitching issue (while adding a recipe)
Fixed switching ore type not working
Fixed rendering tab issue
Fixed crashing while generation an invalid String (StringUtils)
1.0.1
Fixed minecraft crashes when adding recipe
1.0.0
Added StringUtils/StringConverter
Fixed not saving anything at all
Added support for furnace
Fixed render tab bug
Reworked saving system (All configuration cannot be ported to this version)
Added a new tab for workbench utils
0.7.7
Fixed small stacking of added recipes when joining world
0.7.6
Fixed can't connect to server because of to much data (hopefully, didn't test)
0.7.5
Fixed game crashes after adding some recipes
0.7.4
Fixed config not working before using command /CraftingManager
0.7.3
Added ability to configure receive notification
Fixed adding recipe bugs
Add abillity to config Integer
0.7.2
Fixed needClientUpdate false bug
Added new api method onEntryChange
Added new PacketEntry: StringPacketEntry allows the modder to send Strings easier
ported to 1.7.10
0.7.1
Added ConfigTabs
Fixed some api bugs
Fixed server not working
0.7
Added an api for mods
0.6.10
Added Need NBT Function (YESSSSS)
Fixed some items not loaded bug (startup crash)
Enhanced loading config
0.6.9
Fixed bug of not saving disabled recipes
Fixed bug of not adding disabled recipes to the list
0.6.7
removed Harvest Progress
0.5.1
fix same small cost bugs
0.5
added Material Harvest System
0.4.1
Fixed added recipe caused a crash
0.4
added switch button to the normal crafting
0.3.5
Fixed another crash
0.3.4
Hopefully fixed that anyone get name of item crash
Yes, but you don't see anything only sometimes the result, but you can disable them. I used this to disable the mass fabricator because i hate UU-Madder.
java.lang.NullPointerException
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:166)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:152)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:183)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:166)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:152)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:183)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
I would love to use this mod but there seems to be an incompatibility with EnhancedPortals 2 as stated above.
Is this something that can be remedied?
java.lang.NullPointerException
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:177)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:163)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:194)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Yes, there is no way to restrict this, the only thing you can restrict is for example the thaumcraft table (stupid example), but if you hate UU-Madder you disable the Mass Fabircator. I'm working on Smelting and some other features as well, but this could take a while.
I too have been wondering where the guide for adding new recipes is, so after looking through the description again, it's my understanding that it will be in the 2.0 versions and right now the mod is only on 1.X variations
I just wanted to report an error and solution I had with this mod.
Error: After adding crafting manager several recipes refused to even be shown in NEI(ie any brick from Project Red: Exploration) and many of CM's recipes show'd with blank squares instead of required items.
Fix: Renaming CraftingManager 0.1.4 mc1.6.4.zip -> zzCraftingManager 0.1.4 mc1.6.4.zip
Makes crafting manager load last after all mods have registered their blocks & recipes with forge/nei. If your having trouble with this and other mods compat, try this.
Rollback Post to RevisionRollBack
Check out my GunCus pack - Zcomp's Wacky Pack - Putting The "HD" in Wholy's GunCustom HD Pack
Donate a "Bit" if your feeling generous: 1DduMJSud9S6VdAiTMj6htuR75V6QmyuyW
Wow im definitely gonna use this mod
You should make it so you can enable or disable potions! that would be awesome
And you should make it so you can see stats for items in the crafting GUI (Durability/Damage/Saturation/etc)
And I would love if you could edit the max stack size of an item ( x 200] or [ x 16] or [ x 8)
I would love this mod if you did these!
Cause I wanna use it in my custom map
This post is just Ideas that would make it perfect
Sorry if I double posted (could have sworn I posted earlier)
Coming up with Ideas is vary fun and stimulating to me. that's why I love suggesting ideas -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The Midna Icon Im using can be found Here
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I know my username is painfully witty. just ignore it
CraftingManger ALPHA v1.0.19
N247S and me (CreativeMD) have rewrote CraftingManager.
This is the result of a 2 month long work here.
License
You may not redistribute this mod in any way, without a written permission.
You may use this mod for modpacks, as long as you give credit to the author(s) and link to this forum post.
Old:
This mod allows you to disable and in add new recipes ingame.
Information
The information is saved in config/CraftingManager.cfg.
Only opped player can work with the CraftingManager, the configuration will be automatically send to the client.
You are allowed to change the configuration ingame without restarting, by using the command:
/CraftingManager (lower cases don't work)
Disable Recipes
Add Recipes
Multiple Crafting Results
ModReview
Harvest Progress (only 1.6.4)
Changelog
1.0.19
CraftingManager ALPHA v1.0.19 mc1.7.10 Download (requires CreativeCore v1.1.5)
0.7.5
Download 0.7.5 Minecraft 1.7.10
Download 0.7.5 Minecraft 1.7.2
This mod requires Forge (1.7.10 & 1.7.2: any, 1.6.4: Recommend 884, 1.6.2: Recommend 871)
0.6.8
Link Removed
Link Removed
Bug report
Old versions
CraftingManager ALPHA v1.0.18 mc1.7.10 Download (requires CreativeCore v1.1.5)
1.0.17
CraftingManager ALPHA v1.0.17 mc1.7.10 Download
1.0.16
CraftingManager ALPHA v1.0.16 mc1.7.10 Download
1.0.15
CraftingManager ALPHA v1.0.15 mc1.7.10 Download
1.0.14
CraftingManager ALPHA v1.0.14 mc1.7.10 Download
1.0.13
CraftingManager ALPHA v1.0.13 mc1.7.10 Download
1.0.12
CraftingManager ALPHA v1.0.12 mc1.7.10 Download
1.0.11
CraftingManager ALPHA v1.0.11 mc1.7.10 Download
1.0.10
CraftingManager ALPHA v1.0.10 mc1.7.10 Download
1.0.9
CraftingManager ALPHA v1.0.9 mc1.7.10 Download
1.0.8
CraftingManager ALPHA v1.0.8 mc1.7.10 Download
1.0.7
CraftingManager v1.0.7 mc1.7.10 Download
1.0.6
CraftingManager v1.0.6 mc1.7.10 Download
1.0.5
CraftingManager v1.0.5 mc1.7.10 Download
1.0.4
CraftingManager v1.0.4 mc1.7.10 Download
1.0.3
CraftingManager v1.0.3 mc1.7.10 Download
1.0.2
CraftingManager v1.0.2 mc1.7.10 Download
1.0.1
CraftingManager v1.0.1 mc1.7.10 Download
1.0.0
CraftingManager v1.0.0 mc1.7.10 Download
0.7.7
Download 0.7.7 Minecraft 1.7.10
0.7.6
Download 0.7.6 Minecraft 1.7.10
0.7.4
Download 0.7.4 Minecraft 1.7.10
Download 0.7.4 Minecraft 1.7.2
0.7.3
Link Removed
Link Removed
0.7.2
Link Removed
0.7.1
Link Removed
0.7
Link Removed
0.6.10
Link Removed
0.6.9
Link Removed
0.6.7
Link Removed
Download 0.6.7 Minecraft 1.6.4
1.6.2 will come soon
0.6.6
Download 0.6.6 Minecraft 1.6.4
1.6.2 will come soon
0.6.4
Download 0.6.4 Minecraft 1.6.4
1.6.2 will come soon
0.6.3
Download 0.6.3 Minecraft 1.6.4
1.6.2 will come soon
0.6.2
Download 0.6.2 Minecraft 1.6.4
1.6.2 will come soon
0.6.1
Download 0.6.1 Minecraft 1.6.4
1.6.2 will come soon
0.6
Download 0.6 Minecraft 1.6.4
1.6.2 will come soon
0.5.4
Download 0.5.4 Minecraft 1.6.4
1.6.2 will come soon
0.5.3
Download 0.5.3 Minecraft 1.6.4
1.6.2 will come soon
0.5.2
Download 0.5.2 Minecraft 1.6.4
1.6.2 will come soon
0.5.1
Download 0.5.1 Minecraft 1.6.4
1.6.2 will come soon
0.5
Download 0.5 Minecraft 1.6.4
1.6.2 will come soon
0.4.1
Download 0.4.1 Minecraft 1.6.4
1.6.2 will come soon
0.4
Download 0.4 Minecraft 1.6.4
1.6.2 will come soon
0.3.5
Download 0.3.5 Minecraft 1.6.4
1.6.2 will come soon
0.3.4
Download 0.3.4 Minecraft 1.6.4
1.6.2 will come soon
0.3.3
Download 0.3.3 Minecraft 1.6.4
1.6.2 will come soon
0.3.2
Download 0.3.2 Minecraft 1.6.4
1.6.2 will come soon
0.3.1
Download 0.3.1 Minecraft 1.6.4
1.6.2 will come soon
0.3
Download 0.3 Minecraft 1.6.4
1.6.2 will come soon
0.2
Download 0.2 Minecraft 1.6.4
1.6.2 will come soon
0.1.4
Download 0.1.4 Minecraft 1.6.4
Download 0.1.4 Minecraft 1.6.2
0.1.3:
Download 0.1.3 Minecraft 1.6.4
Download 0.1.3 Minecraft 1.6.2
0.1.2:
Download 0.1.2 Minecraft 1.6.4
Download 0.1.2 Minecraft 1.6.2
0.1.1:
Download 0.1.1 Minecraft 1.6.4
Download 0.1.1 Minecraft 1.6.2
0.1:
Download 0.1 Minecraft 1.6.4
Download 0.1 Minecraft 1.6.2
My Other Mods
Is this Standalone, Modloader, or Forge? I can't tell.
P.S. Thanks for making this mod. Now I can have Crafting Recipes available without having NEI, which is used for Recipe's AND cheating.
Ok, does this also show furnace, machine recipes?
Description: Initializing game
java.lang.NullPointerException
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:166)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:152)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:183)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:166)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:152)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:183)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Is this something that can be remedied?
java.lang.NullPointerException
at enhancedportals.item.ItemPortalModifierUpgrade.func_77667_c(ItemPortalModifierUpgrade.java:88)
at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:470)
at CraftingManager.CraftingManagerMod.ItemStackToString(CraftingManagerMod.java:177)
at CraftingManager.CraftingManagerMod.getRecipeString(CraftingManagerMod.java:163)
at CraftingManager.CraftingManagerMod.load(CraftingManagerMod.java:194)
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:540)
at sun.reflect.GeneratedMethodAccessor1.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Darn, still the same thing.
Like this item.
Any ideas for restricting them?
Thaumcraft has its own API(for 4.0.4 and later). Is that helpful?
All right, I'll try to search a bukkit plugin to restrict them at present.
Thanks reply.
Error: After adding crafting manager several recipes refused to even be shown in NEI(ie any brick from Project Red: Exploration) and many of CM's recipes show'd with blank squares instead of required items.
Fix: Renaming CraftingManager 0.1.4 mc1.6.4.zip -> zzCraftingManager 0.1.4 mc1.6.4.zip
Makes crafting manager load last after all mods have registered their blocks & recipes with forge/nei. If your having trouble with this and other mods compat, try this.
Donate a "Bit" if your feeling generous: 1DduMJSud9S6VdAiTMj6htuR75V6QmyuyW
If you could feature this in the forum post that would be awesome. Thanks for the mod I cant wait for the update
You should make it so you can enable or disable potions! that would be awesome
And you should make it so you can see stats for items in the crafting GUI (Durability/Damage/Saturation/etc)
And I would love if you could edit the max stack size of an item (
I would love this mod if you did these!
Cause I wanna use it in my custom map
This post is just Ideas that would make it perfect
Sorry if I double posted (could have sworn I posted earlier)
==================================================================================================================
Coming up with Ideas is vary fun and stimulating to me. that's why I love suggesting ideas
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The Midna Icon Im using can be found Here
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I know my username is painfully witty. just ignore it