Posted June 22, 20205 yr I'm newbie I've create one block to try with Blockbench and Ive create a .json file What is next step? Thanks Carlo
June 22, 20205 yr What point are you up to? Have you only made the model? Do you have anything set up in a dev workspace? ...
June 22, 20205 yr Author I want to learn so I only created one block and saved it in .json doing export But I don't know how to continue to put it in minecraft
June 22, 20205 yr 10 minutes ago, carlob said: I want to learn so I only created one block and saved it in .json doing export But I don't know how to continue to put it in minecraft My advice is to start by reading through the Getting Started, Concepts, and Blocks on the Forge docs to get to the point in which you will be able to put in a custom block. https://mcforge.readthedocs.io/en/1.15.x/blocks/blocks/ Edit: My bad. Accidentally linked the 1.14 docs. Edited June 22, 20205 yr by Haydenman2 ...
June 22, 20205 yr Author Thanks, I took a look, but I don't know programming, think there were tools that did these steps
June 22, 20205 yr 49 minutes ago, carlob said: Thanks, I took a look, but I don't know programming, think there were tools that did these steps Minecraft modding is programming in Java. If you don’t want to learn modding/programming but still want to add stuff into the game, there are mods like Content Tweaker that do that. Edited June 22, 20205 yr by DavidM Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
June 22, 20205 yr If you just want to change the appearance of normal blocks, you can use a resource pack without any coding at all. Blockbench tutorials (google) will show you how.
June 23, 20205 yr Note that you should not use MCreator if you want to release your mod to the public. If you want to make a proper mod, please learn Java and do it normally. Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
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.