Can you update the first post with information about the autochisel? I'd really like to know that it exists and how it works, or if I can just use an ore dictionary converter in its place.
Rollback Post to RevisionRollBack
If you are satisfied and do what you feel you must do, no matter what that is... then you have reached perfection. -Metamoq, Corwid of the Free
Note: The recipe on that page is not released yet. The old one is wood surrounding a chisel. It also doesn't need a chisel placed in the GUI in the current version.
Latest version, crash at startup. It's ok. It's generally super-duper rare that I ever load a major revision to a big mod and it doesn't initially have a CAS issue.
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Character
at net.minecraftforge.oredict.ShapedOreRecipe.<init>(ShapedOreRecipe.java:89)
at com.cricketcraft.chisel.Features$5.addRecipes(Features.java:145)
at com.cricketcraft.chisel.Features.loadRecipes(Features.java:2519)
at com.cricketcraft.chisel.Features.init(Features.java:2476)
at com.cricketcraft.chisel.Chisel.init(Chisel.java:125)
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:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
EDIT: And this different crash is from the version you upload to, I assume, fix the last crash (2.3.1):
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/cricketcraft/chisel/block/BlockMarbleSlab
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: com/cricketcraft/chisel/block/BlockMarbleSlab
at com.choonster.chiselfacades.ChiselFacades.init(ChiselFacades.java:27)
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:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.cricketcraft.chisel.block.BlockMarbleSlab
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NullPointerException
EDIT2: Nevermind. This latest error appears to be a problem with ChiselFacades. Guess I'll need to wait for an update to that.
Ok, quite simple question here, I have Chisel 1.5.7 in the Utopia3 for MC 1.7.10 modpack and used it a lot, can I move to Chisel 2 without a world reset ???
Edit: Did a test with a backup of my world, loads up fine, but I've accidentally clicked on a grass block with the Chisel I already had in my hands on the ground and got a CTD instantly, here's the crash log, maybe it can help you out
Ok, quite simple question here, I have Chisel 1.5.7 in the Utopia3 for MC 1.7.10 modpack and used it a lot, can I move to Chisel 2 without a world reset ???
Edit: Did a test with a backup of my world, loads up fine, but I've accidentally clicked on a grass block with the Chisel I already had in my hands on the ground and got a CTD instantly, here's the crash log, maybe it can help you out
Just a quick question, would it be possible to integrate the use of the andesite, granite and diorite from Gany's surface mod, not that its really important at this stage since we can't do anything nice at the moment, but in the future, perhaps it would be cool if you could support them, and maybe a small check that tweak the chisel config file if it detects another mod that also produce andesite, granite and such to turn off the ore gen of them in Chisel automatically, just small things that could make the life of people that use multiple mods much more easier.
Can you update the first post with information about the autochisel? I'd really like to know that it exists and how it works, or if I can just use an ore dictionary converter in its place.
In the latest version all the slots have tooltips on them, I find it pretty self explanatory. Though warlordjones' site is also helpful
Can I has clear colored border-less glass? I need it for a build I am working on. a big cathedral style set of windows for telling the story of the white dove, a old fairy tale.
Actually, it could be fun to see a bunch of different style of furnaces for different type of themes in your different bases, but you are the one that control this mod and you have done so much already that its pretty awesome, just more support for blocks that I wish would be like basalt added by many mods (the one I have is from Gany's Surface but I think ProjectRed also add it), I wish we could do the kind of bricks we could do in RedPower2 with it, I'M a fan of any black themed bricks and I think there's a lack of them in Chisel 2, or maybe I need to learn how to craft them.
Actually, it could be fun to see a bunch of different style of furnaces for different type of themes in your different bases, but you are the one that control this mod and you have done so much already that its pretty awesome, just more support for blocks that I wish would be like basalt added by many mods (the one I have is from Gany's Surface but I think ProjectRed also add it), I wish we could do the kind of bricks we could do in RedPower2 with it, I'M a fan of any black themed bricks and I think there's a lack of them in Chisel 2, or maybe I need to learn how to craft them.
Yeah I am a fan of night mode. If it has a night theme you know i'm going to use it. Anything dark I love just because I don't really like brightness. Everything I own works around the light and counteracts it
Use carpenters blocks and youll be able to use full blocks, should of told the mod creator to make them blocks but I only made them panes.
Tatami mats don't work like that, unfortunately.
Note: The recipe on that page is not released yet. The old one is wood surrounding a chisel. It also doesn't need a chisel placed in the GUI in the current version.
The collapsible carpenters blocks can be 1 pixel high. Also I meant the full blocks for the walls.
--------------------------------------------------------------------------------------------------------------------------
Will you also be adding in the furnaces and stuff like that? Id love to have one for kitchens while another for a blacksmith area.
at net.minecraftforge.oredict.ShapedOreRecipe.<init>(ShapedOreRecipe.java:89)
at com.cricketcraft.chisel.Features$5.addRecipes(Features.java:145)
at com.cricketcraft.chisel.Features.loadRecipes(Features.java:2519)
at com.cricketcraft.chisel.Features.init(Features.java:2476)
at com.cricketcraft.chisel.Chisel.init(Chisel.java:125)
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:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
EDIT: And this different crash is from the version you upload to, I assume, fix the last crash (2.3.1):
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: com/cricketcraft/chisel/block/BlockMarbleSlab
at com.choonster.chiselfacades.ChiselFacades.init(ChiselFacades.java:27)
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:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.cricketcraft.chisel.block.BlockMarbleSlab
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NullPointerException
EDIT2: Nevermind. This latest error appears to be a problem with ChiselFacades. Guess I'll need to wait for an update to that.
Edit: Did a test with a backup of my world, loads up fine, but I've accidentally clicked on a grass block with the Chisel I already had in my hands on the ground and got a CTD instantly, here's the crash log, maybe it can help you out
http://pastebin.com/KdR2ggev
Sweet
Yeah world transferring is fine, and that crash is easy to fix will get on it asap
Edit: I can't seem to reproduce this
Edit 2: It was fixed in the latest version
In the latest version all the slots have tooltips on them, I find it pretty self explanatory. Though warlordjones' site is also helpful
Yeah I dont think so
Actually, it could be fun to see a bunch of different style of furnaces for different type of themes in your different bases, but you are the one that control this mod and you have done so much already that its pretty awesome, just more support for blocks that I wish would be like basalt added by many mods (the one I have is from Gany's Surface but I think ProjectRed also add it), I wish we could do the kind of bricks we could do in RedPower2 with it, I'M a fan of any black themed bricks and I think there's a lack of them in Chisel 2, or maybe I need to learn how to craft them.
Yeah I am a fan of night mode. If it has a night theme you know i'm going to use it. Anything dark I love just because I don't really like brightness. Everything I own works around the light and counteracts it