Everything posted by Animefan8888
-
Universal Forge
Use the installer, or if you are so dead set on doing it yourself you will need to look at what the installer does via its code, which you can find on github.
-
[1.12] Is there a way to color BakedQuad's?
If I'm not mistaken BakedQuads store a texture of sorts you can generate that with code.
-
Skipping Loading Texture's
You would be wrong. assets.modid.models.item... Does not equal assets.modid.models.item You have the prior, you need the later. I said not to use them. Not because it doesn't work, but because of bad programming practices. One of which being IHasModel.
-
Skipping Loading Texture's
Hmmm I wonder. Check your file paths including your folders. Please don't.
-
Can generation of small floating islands in the end be hooked?
Use an IWorldGenerator instance like you would normally, but check if it is not within x amount of blocks of 0, 0(I think that is the location of the main island).
-
Change Model Rotation depending on the way the entity is looking
What does entity box mean? Are the values changing on the client?
-
Change Model Rotation depending on the way the entity is looking
this.model.setRotationAndAngles(...) Dont quote me on the method name lol
-
How to Create Custom Model Armor Without Programs
As far as the game is concerned your item is not an armor piece. You will need a Layer Model like Jabelar said in his first post.
-
Change Model Rotation depending on the way the entity is looking
In the renderer class. IE where the Model fields are stored.
-
A bit rant on the fact that 1.13 is not out yet
This part is mainly caused by them having to rewrite the whole API. Many mod developers or just straight up developers will tell you that it is a complicated system. Also I believe most people working on forge have a job outside of working on forge, which complicates things. However it is making significant progress and a majority of it is done, but that doesn't mean it will be released this week or next week. I am not a developer of forge so I cant say anything for sure. You won't have to worry about this, at most the thread will be deleted and a "strike" will be added to your account.
-
[1.10.2] I want to create a GUI
Take a look at GuiFurnace.
-
[1.10.2] I want to create a GUI
Guis haven't changed much if at all between past versions and now, so basically any tutorial is a good starting place. If you want more specific help, can you ask more specific questions? Edit: Wow, ok did not even get these messages until after I exited and reloaded the topic.
-
How to equip a entity with weapons and armor?
EntityLiving#setItemStackToSlot(EntityEquipmentSlot, ItemStack) which you can do in the entities constructor.
-
Noob question about initialization
This isn't the correct value, the player has a posY field.
-
Why are people still coding for 1.7.10/1.8?
Obsolete when used as a verb means " cause (a product or idea) to be or become obsolete by replacing it with something new."(A simple google search would let you know this). Following this definition Forge versions and Minecraft versions less than 1.12 and 1.13, each for their respective versions, are obsolete. No, you aren't coming off as "rude or ignorant", you are being rude and ignorant. No, there was no argument here that went against peoples freedom. No one here is arguing that you shouldn't develop mods for older versions or use mods for older versions. We are discussing the reason why people are doing such a thing. This isn't completely true, model JSONs can be automated with external code(creates a default JSON model for an object) or internal code(has a custom IBakedModel). Events have become easier, registering objects to the game became as simple as initializing an instance of it giving it a registry name and adding it to a list. The list goes on. I'm not quite sure what you mean by this, but it isn't "more stable for mods" all of the Minecraft versions are stable and Forge versions are stable when released and bug fixes go into it and more features are added. First off no one is whining that people are not leaving a version. Its just rather irritating to repeat the same phrase multiple times a day "Anything below 1.9 is no longer supported on this forum, please update to receive assistance. " or "It's 4 years old." And second off you are the one who is whining, about people discussing there opinions on a forum with other people who share the same opinion and people who have the opposite opinion. And instead of joining the conversation in an adult or mature manner you decided to insult them and tell people to die. People have a right to say what they want, and if you are getting sick of reading the same thing over and over again, DON'T READ IT, DON'T LOG IN TO THE FORUMS, DON'T ASSOCIATE WITH PEOPLE WHO HAVE THAT OPINION. You have a choice.
-
Noob question about initialization
Did you register the event class as I said above? It doesn't matter where you define it.
-
How to Create Custom Model Armor Without Programs
Does it work?
-
Noob question about initialization
Assuming you mean the RegistryEvents meant for those specific types... If you put the @EvenBusSubscriber annotation on your class and make the methods static it will register the events or you could just put MinecraftForge.EVENT_BUS.register(newInstanceOfEventClass) in any of the events in your @Mod file.
-
[1.12.2] Weird missing model variant error (#null/inventory)
I don't see how this is possible seeing as how none of your Block fields are instantiated and you base all of your Items off of those fields.
-
[1.12.2] Weird missing model variant error (#null/inventory)
modid:item(folder)/filename modid:filename#variant filename = your registry name for your block/item
-
My aether II dont work :[
No it is not, there was a version uploaded four days ago. This seems to be an issue with the author trying to access a client only class on a server, this error doesn't seem to appear in their source however.
-
My aether II dont work :[
Are you using the most up to date version of Aether II did you download it from Curse Forge?
-
[1.12.2] Weird missing model variant error (#null/inventory)
I believe it is the registry name that is null.
-
[1.12.2] Weird missing model variant error (#null/inventory)
First off never visually instantiated. Which will cause an issue.
-
Why are people still coding for 1.7.10/1.8?
I'm sure that if you find a bug in a mod that is either 1.7.10 or 1.6.4 and is about the age of said version you will not receive support from the mod developers. They will not go out of their way to fix the bug in that old of a version, just like how Mojang isn't going to go back on any of there changes and fix bugs for users stuck on said versions.
IPS spam blocked by CleanTalk.