Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Leomelonseeds

  1. put less or more for the numbers
  2. Not sure, try putting -Xmx500M -Xms500M after your command.
  3. Actually, that problem is caused becaused you have too much ram going into the command. Try setting ram settings lower.
  4. Try downloading H6 and using forge 1902(latest of 1.8.9), then post crash if it doesn't work.
  5. Read the changelog of optifine. Optifine H5 is compatible with forge #1764 (you have 1722) You should also update to H6, it is better and compatible with the latest, #1902
  6. There are not any methods that I know of... EDIT: You could look at how the minecraft applies enchantment particle effects to armor...
  7. Looks like optifine coudn't find some methods in the forge classes... Errors with forge?
  8. Try experimenting around with the setRotation method, if that helps.
  9. Use an mcmeta file, if you know what that is (hint: google it)
  10. This is a good way to register your blocks. EDIT: Exept youre in 1.9.4, so I guess it woudn't work for you. You should update.
  11. Cool, glad you got it working without our help. Next time try solving on your own before posting here.
  12. Mabye you typed the string wrong? Show your code.
  13. You should read the vanilla minecraft classes and find out what they do.
  14. You MUST fix this: Im on an ipad, fix it you must.
  15. Forge 1.7.10 is no longer supported. Also, don't just vomit a crash report into your post.
  16. Where did applyEntityAI() go? You probably need that. You don't need the @Override in the applyEntityAttributes, and you need to call the super method on that. Look at the EntityZombie class. EDIT: sorry, I was looking at 1.10 source, this may or may not work for you. EDIT 2: Yes, my suggestion is still the same, look at the EntityZombie class.
  17. Just do a google search and it will give you answers (lots)
  18. No you must set a registry name for the item ironball as Draco18s told you.
  19. How about the 16x16 texture change and the lid opening in the inventory? Will it work and how do I fix that? Diesieben07 you should update cameracraft to at least 1.10 so we can use it, it seems pretty cool.
  20. This is actually a good way to register blocks and items! I will probably switch to this in the future. Also, is this 1.11 exclusive?
  21. Try putting "/assets/mujmajnkraftsbettersurvival/images/[yourlogo].png", (with the quotation and comma)
  22. Any errors in the console? Post them. Also, why do you assign active to the front texture even when its false?
  23. For things like this please post your code.
×
×
  • Create New...

Important Information

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