Jump to content

[Read Comments at Page 2][1.8]--Custom Crafting Table not Removing Ingredients


NikolaTheProgrammerNoob

Recommended Posts

@NikolaTheProgrammerNoob:

Please post your current updated code again, in a readable format (best would be on Github).

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/

Link to comment
Share on other sites

To Craft, or not to Craft. That is the question.

Link to comment
Share on other sites

This:

 

world.getBlockState(new BlockPos(x, y, z)) == CarbonBlocks.ironForge

will never ever ever be true and your IDE should be yelling at you for doing it.

 

My IDE never shows this error.. I had a lot of trouble with it in my Worldgen files.

Link to comment
Share on other sites

Then you either have a shitty IDE or it is configured badly.

 

Does that show as an error for you? IDEA will let me compare a

Block

and

IBlockState

or any other interface without complaint (probably because a subclass could implement that interface), but not a

Block

and any other class (because a class can only extend one class).

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

  • 2 weeks later...

wow, over 7000 f-ing views and noone can solve this. Hear is a nice idea, read the comments before posting. The problem is in the f-ing container class, not in the crafting manager... The Minecraft code copying is because it wouldn't f-ing work, I was desperate...

To Craft, or not to Craft. That is the question.

Link to comment
Share on other sites

A hahaha. Hahaha.

That's funny. Enjoy your banishment, diesieben07 is a mod and Lux isn't likely to override the decision, rather he'll agree with it.

Your better off posting the files. No one is going to steal your code, if that's what you're worried about.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.