Posted February 1, 20205 yr Hello For my new mod i have to create alot of almost identical json-files (only different block-materials): blockstates, block-models, item-models and recipes, 102 each. But copy, paste, rename and modify each single file takes alot of time and eclipse freezes often, if i try to paste a copyed file. Then it takes alot of time until it shows the rename-dialog, or i have to close and restart it. Is there any faster and efficienter way to create all theese files? Edited February 1, 20205 yr by Drachenbauer
February 1, 20205 yr You're (hopefully) a programmer. Write some code to do it for you. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 1, 20205 yr https://www.geeksforgeeks.org/beginning-java-programming-with-hello-world-example/
February 2, 20205 yr There are the Forge data generators that were made for exactly this purpose. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 2, 20205 yr Author Now i got my own code to work, that uses the already existing files to create new ones with theese little changes.
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.