Jump to content

YuriNa162

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by YuriNa162

  1. How do you update a mod you're coding to 1.15.2. I've never touched on this subject before.
  2. My minecraft forge test client do not want to run just 24 hours after a successful launch, log file is attached and crash-report. Please no harsh comments since I'm still very new to Java and Modding I have tried to reinstall the forge MDK crash-2020-05-07_11.42.35-client.txt latest.log
  3. I now have my override, in the other topic you posted, you mentioned editing the list I have this code: @Override public ItemStack createIcon() { return new ItemStack(ItemList.copper_ingot); } @Override public void fill(NonNullList<ItemStack> items) { super.fill(items); } what's the list i'm suppose to edit?
  4. Nvm, i didn't see the .fill when pressing Ctrl+Spacebar, thx for the help
  5. very sorry but I still don't quite understand it, may you go step by step if possible?
  6. sorry can you please elaborate, i've only been getting into coding mods for nearly a week or so
  7. I have no idea how to sort my mod's creative inventory (I'm kinda new to modding) Please instructs me
  8. sorry, but I can't seem to find the feature in Eclipse, could you provide another way?
  9. where can I find it?
  10. Is there any formula or equation for how Blast resistance is calculated? because if I write ... hardnessAndResistance(2.0f, 30.0f)... (a cobblestone block registry), the cobblestone that my mod added is immune to an explosion. The value is from Minecraft wiki
  11. solved it myself, it was an extra comma (after the key for "B")
  12. can you provide a working shaped one?
  13. Oh sorry forgot to mentions it, 1.14.4 @DragonITA
  14. I have read every post related about it but the crafting recipe still will not craft Here's my code: put into src/main/resources/data/[modid]/recipe
  15. Are there any ways to convert a 1.14.4 workspace/mod to 1.12.2 workspace/mod (and build it), if yes, then how? Or do I have to do the code from scratch
×
×
  • Create New...

Important Information

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