Jump to content

Jigokusaru

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Jigokusaru

  1. I tried to play sky factory using the twitch launcher, but it crashes https://pastebin.com/P0P0tujj I have the log it outputted. I tried to reinstall the launcher, the mod pack, everything. Help?
  2. That seems like very good ones, a good way to get back into mc and java, been a while THANKS!
  3. So, I want an extensive tutorial for Minecraft 1,12.2. I would prefer a text-based tutorial.
  4. I found the canAccept, its isItemValid. Still not sure how a GUI should be configured in an item, is there an example that use the IItemHandler I can look at?
  5. A link to one would be nice. the ones I found are old.
  6. I'm not finding the canAccept method, and I'm not sure how to create a GUI.
  7. So, I need a way to create an Item that when right-clicked, opens an inventory. The inventory Needs to store a special only a special type of item. Is there a tutorial that explains this?
  8. Should I also use this.isBlockContainer = true;?
  9. so use the ITileEntityProvider is recommended?
  10. Maybe I might see if anyone can help with this as is with out changing it.
  11. How would I fix the "X-Ray" Glitch when I make a tile entity block? I extended BlockContainer and now I cant see the block but I can see under it and through the floor.
  12. Wait it did change now I just have to fix it so its not asking for a Left and right
  13. It didn't seem to change anything it only occurs when I place the block on a valid location, so if I place it on a wall or anything it doesn't do anything.
  14. I have a Null error In my code at https://github.com/Jigokusaru/MegaMoney/blob/master/main/java/com/jigokusaru/jmmm/items/ItemVendingMachine.java on line 55. I have a error here and I am unsure what I'm doing, I'm trying to branch down from a door, up to the block I'm trying make. crash-2017-06-11_17.28.10-client.txt
  15. I figured that much but using some functions and rewriting them to my needs should work
  16. I need to have a 2 block high block I can activate. that's basically it. the top part and the bottom part need to act as 1 block.
  17. Could I use the door.java to maybe make the block I need? and slightly recreate the file and bend it to my needs?
  18. Can I make 2 block high models? if so, do I need a special object in the BlockX.java? can I use a advanced json file to do so as well?
  19. Ok so I have a block that is not a full block, so what would cause the block to cause a "X-ray" effect on the world on the side that I cant see?
  20. I found the error after switching to Notepad++ I was missing a quote somewhere. sorry for the simple mistake.
  21. I have attacked a link to a GitHub and added my console in a text file. I am trying to fallow a tutorial from YouTube and I keep re-watching the video and I can't seem to attach a texture to a block I made "tin_block" and I am unsure what is causing the errors disclosed in the error.txt file. error.txt
  22. Well my friends server is 1.7.10 at the moment till he finds a few mods that he needs for security like locked chests so people cant steal and break blocks that dont belong to them
×
×
  • Create New...

Important Information

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