Posted October 26, 201410 yr I was trying to make the crafting for a bow i made. It worked fine till yesterday, but now when i place the last items the game crash and i can't find where is the error. This is the main class: http://pastebin.com/yfL2sw3p This is the bow class: http://pastebin.com/PTnvAHC3 Crash report: http://pastebin.com/rXkVbRFn Ty for the help.
October 26, 201410 yr In your main class, in the pre init method you make a new Item variable called blazeBow instead of initializing the static one outside of the pre init method. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
October 26, 201410 yr Nel preInit hai creato una nuova variabile (Item blazeBow = new blazeBow()) invece di inizializzare quella precedente che già avevi (public static Item blazeBow) (Just had to post this in italian, as I saw the comments in his code) I try my best, so apologies if I said something obviously stupid!
October 26, 201410 yr Nel preInit hai creato una nuova variabile (Item blazeBow = new blazeBow()) invece di inizializzare quella precedente che già avevi (public static Item blazeBow) (Just had to post this in italian, as I saw the comments in his code) But this is a english forum, so lets keep it in english please Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
October 26, 201410 yr Yep, you are right, since he can understand english aswell. Enough off topic from me, let's wait for him now I try my best, so apologies if I said something obviously stupid!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.