Coder Social home page Coder Social logo

morechisels's People

Contributors

downslope7 avatar tehnut avatar xxcoolgamesxx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

morechisels's Issues

Bound Chisel recipe

The bound chisel seems to accept any chisel, while normally binding rituals require diamond tools

Extra Utilities Chisel problems.

While having Bedrockium Ingots disabled in Extra Utilities, More Chisels still tries to register the recipe on a null item, causing the game to crash at start-up because of "java.lang.RuntimeException: Invalid shaped ore recipe: I, U , U, ingotUnstable, I, null, 1xitem.morechisels.chisel.bedrockium@0 "
This still occurs if the More Chisels config option for Bedrockium Chisels is off.

And then, leaving Bedrockium Ingots enabled, but disabling the Bedrockium Chisel results in a crafting recipe to crash the game:
2015-03-02_02 46 57

erebus jade chisel doesn't work

I tried to add a jade chisel using this line in the config:
Jade:863:#79d99b
I have the erebus mod, which adds jade, but the jade chisel doesn't appear.
I have checked that jade is properly registered in the ore dictionary and it is. it's registered as gemJade

gem registered with zzzzzcustomconfigs don't get recognised by gem detection system

I have added a gem to my modpack and I was using zzzzzcustomconfigs to add it to the oredictionary (because minetweaker adds everything when a world is opened and that's way too late for this kind of stuff). however your gem detection system doesn't pick it up when I try to make a chisel for it. I made sure that gem chisels are working with other gems.

Voidmetal Chisel

The voidmetal chisel neither repairs nor warps. It doesn't really seem to be voidmetal at all.

Crashes on startup

The only mods installed are Chisel 2.2.1 and MoreChisels-1.7.10-1.0-8.jar
Forge 10.13.2.1291

---- Minecraft Crash Report ----
// Why did you do that?

Time: 1/24/15 11:55 AM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tehnut/morechisels/items/ItemChiselBase
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: tehnut/morechisels/items/ItemChiselBase
at tehnut.morechisels.MoreChisels.init(MoreChisels.java:42)
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.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.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)
... 18 more
Caused by: java.lang.ClassNotFoundException: tehnut.morechisels.items.ItemChiselBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 46 more
Caused by: java.lang.NoClassDefFoundError: com/cricketcraft/chisel/api/IChiselItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 48 more
Caused by: java.lang.ClassNotFoundException: com.cricketcraft.chisel.api.IChiselItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 52 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 977730560 bytes (932 MB) / 1834549248 bytes (1749 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m -XX:PermSize=512m
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.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 7 mods loaded, 7 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
chisel{2.2.1} [Chisel](Chisel 2-2.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
morechisels{1.0} More Chisels Unloaded->Constructed->Pre-initialized->Errored

ArrayIndexOutOfBoundsException when attempting to craft a chisel using Amethyst from Blue Power

It tries to give me an Peridot Chisel -1 when crafting a chisel using a Blue Power Amethyst. It immediately crashes the client after trying to perform the recipe, with no server crash. Here is the stacktrace:

http://pastebin.com/fjmuUcpw

Let me know if you need any more information.

EDIT: It also tries to give me an Amber Chisel -1 when using a BoP Ruby. Then when I tried crafting a sapphire chisel using a ProjectRed sapphire, it initially showed a ruby chisel.

Add compatibility for ChiselTeam fork

Please consider adding compatibility for the new Chisel fork, similarly to what you did for ChiselTones.

When I attempt to run the new Chisel fork and More Chisels I get the error "java.lang.NoClassDefFoundError: com/cricketcraft/chisel/item/chisel/ItemChisel".

Thanks

New Chisel Types

To do list:

(List is outdated. Too many to keep track of)

  • Dynamic creation of chisels for every gem registered with the oreDict (With configurable whitelist) [Many mods]
  • Bound Chisel [BloodMagic]
  • Fluxed Chisel [RF API]
  • Steam Chisel [Flaxbeard's Steam Power]
  • Manasteel/Elementium Chisel [Botania]
  • Ironwood/Steeleaf/Knightmetal/Fiery Chisel [Twilight Forest]
  • Bedrockium/Unstable Chisel [Extra Utilities]
  • Skyroot/Holystone/Zanite/Gravitite [Aether II]
  • Bloody Chisel [BloodMagic]
  • Thaumium/Voidmetal Chisel [Thaumcraft]

Feel free to request chisels down below.

Fuck it, start making your requests with checkboxes. I'll check them as I go.

- [ ] CHISELTYPE

Allow dynamic texture loading

If an RP includes chiselNAME.png, chiselGem_TYPE, or chiselIngot_TYPE, load that texture. If not, load a base texture and color it based on an item in the recipe. Probably whatever is in the top left slot.

Steam Chisel doesn't fill in the Steam Filler

Additionally, right clicking the steam filler with the chisel causes an NPE. Seems it's trying to open the GUI.

[15:50:51] [Client thread/ERROR] [FML]: OpenGuiHandler exception
java.lang.NullPointerException
    at com.cricketcraft.chisel.inventory.ContainerChisel.<init>(ContainerChisel.java:53) ~[ContainerChisel.class:?]
    at com.cricketcraft.chisel.client.gui.GuiChisel.<init>(GuiChisel.java:32) ~[GuiChisel.class:?]
    at com.cricketcraft.chisel.network.ChiselGuiHandler.getClientGuiElement(ChiselGuiHandler.java:43) ~[ChiselGuiHandler.class:?]
    at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:265) ~[NetworkRegistry.class:?]
    [...]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.