Jump to content

Kokkie

Forge Modder
  • Posts

    796
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kokkie

  1. I always update the github repo, so look there for any code New screenshot: https://i.gyazo.com/79196b1afe3f0c339c81cf1a03cb3b8c.png I noticed that it actually works perfectly, it only zooms in really far and doesn't render me
  2. Now it renders things, but on a different place/offset: https://i.gyazo.com/a03f841b7f55fb84f54d8bb8bc0f0c3b.png
  3. Black thing: https://i.gyazo.com/7cfa0c10155cb89e6d08b4487458eaca.png
  4. Any help?
  5. Show the ItemCheese class
  6. Okay, I forgot to implement ITileEntityProvider and used the one in the Block class, now it just renders a black thing
  7. Yes, but they are both correct EDIT: OOOOOHHWW, forgot that I need to put in my e-mail instead of username
  8. When I launch it with password it crashes, console: 2016-12-17 22:34:11,298 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-17 22:34:11,300 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [22:34:11] [main/INFO] [GradleStart]: username: Kokkie [22:34:11] [main/INFO] [GradleStart]: Extra: [] [22:34:11] [main/INFO] [GradleStart]: Password found, attempting login [22:34:11] [main/INFO]: Logging in with username & password [22:34:12] [main/ERROR] [GradleStart]: -- Login failed! Invalid credentials. Invalid username or password.
  9. Hello, where can I login to my minecraft account in eclipse so I will play as myself and not as Playerxxx?
  10. So I basicly copied MrCrayfish's furniture mods mirror code but my mirror doesn't mirror anything... I get no errors and nothing pops up in the console My code (on a name called Egietje, I helped him make it but I lost contact and made a lot myself): https://github.com/KokkieBeer/DeGeweldigeMod/tree/master/src/main/java/com/Egietje/degeweldigemod
  11. Jay, got it to work Thanks!
  12. Hello, I want to see how many lines there are in my project (only my mods classes), how can I easily see this in Eclipse? Not sure if this is the right place to put this but I think so...
  13. In the 'Test' project
  14. Put the folders and classes etc. in the src/main folders
  15. Why don't you just use the normal way? Why would you make 2 projects for it?
  16. You don't have forge installed in the project you are using it in...
  17. Ctrl+Shift+O will auto-import stuff in Eclipse, hover over the text and it will show some quick-fixes as well
  18. I can think of a few examples: normal item - normal block - glowing block - creative tab - custom model block (with custom BB) - tools - armor - recipes - block with tileentity - capabilities - custom crafting table (copy the vanilla code and tweak it a little bit) - custom furnace (same as crafting table) - entity like a pig - boss - biome - dimension, hope this helps this is just what I think it would be
  19. The generate method you are using has got the param IChunkGenerator put as an IChunkProvider, change it and it should work, and also remove the bottom generate method
  20. What do you meen with trying to install?
  21. You probably want to update without fixing this because there is a lot more to change and probably this will be fixed in the process
  22. Make you own post then
  23. http://www.minecraftforge.net/forum/index.php?topic=1676.0
  24. What do you mean with the game folder? If you mean where the save files etc. are located, look in the run folder in your workspace
×
×
  • Create New...

Important Information

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