Posted February 11, 20232 yr I'm trying to edit the mobs parameters, like HP, attack damage, and more, but I don't know where those parameters are located in minecraft java (I'm trying to modify lps .json files). Does anyone know where those parameters are located?
February 12, 20232 yr Those are attributes that are attached to each entity. 18 hours ago, soyungamerpropropro said: (I'm trying to modify lps .json files) I have no idea what this means since Java doesn't use json files for entities in most cases.
February 12, 20232 yr Author @ChampionAsh5357So could you tell me which files contain those attributes?
February 13, 20232 yr The Attributes class? Again, I have no idea what you're trying to do here when you're talking about json files.
February 16, 20232 yr Author On 2/13/2023 at 3:19 PM, ChampionAsh5357 said: The Attributes class? Again, I have no idea what you're trying to do here when you're talking about json files. It's just that I'm pretty new to minecraft editing/modding and I don't know what the file format of these attributes is. So what extension do the mob attribute files have and where are they located? Edited February 16, 20232 yr by soyungamerpropropro
February 17, 20232 yr 19 hours ago, soyungamerpropropro said: So what extension do the mob attribute files have and where are they located? In the Attributes class...again. They are all java files, since Minecraft: Java Edition is programmed in, you know, Java. How familiar are you with Java?
February 17, 20232 yr Author 2 hours ago, ChampionAsh5357 said: In the Attributes class...again. They are all java files, since Minecraft: Java Edition is programmed in, you know, Java. How familiar are you with Java? I'm not familiar with java at all. The most I've done is get the .ogg sound effects from the indexes .json files. What I want to know is where the atributte class is located inside the .minecraft folder. Edited February 17, 20232 yr by soyungamerpropropro
February 17, 20232 yr 1 hour ago, soyungamerpropropro said: I'm not familiar with java at all. The most I've done is get the .ogg sound effects from the indexes .json files. Then I would suggest learning Java. You can't make a mod for Minecraft: Java Edition without knowing Java after all. 1 hour ago, soyungamerpropropro said: What I want to know is where the atributte class is located inside the .minecraft folder. Core modding isn't supported on the forum. So, learn java, start by making a mod with Forge (or another mod loader if you desire), and then listen to an event to update the attribute value.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.