Jump to content

300 models, with different textures [1.11.2]


Socratic_Phoenix

Recommended Posts

I'd like to preface this by saying that I have no understanding of Minecraft's model system. All I know is I copy the .json files from minecraft, change some textures, and it works. Doing that has become a problem, as my mod adds 300 new materials, each with their various own recipes. Each item from the set of 300 has the same model, all pickaxes are the same, all axes are the same, etc., but the textures are different. Currently, I'm using a custom resource pack to provide the models, as .json files, but minecraft still has to load 5000+ models, from jsons, and despite them being small and simple, it is a strain on the game. Therefore, I was wondering if there was any way to customize the model for an item (or block). Ideally I would create 1 model, and change the texture depending on which item its modelling... is something like this possible? How do I do custom models for items anyway? Thanks for any responses.

Developer of Randores (adds 256^3 ores to the game) and Arcane Bags (adds ridiculous storage with ridiculous crafting recipes).

I know Java pretty well... So yeah...

Quote

This is where I'd put an inspirational and/or clever quote, but I can't think of one right now...

This is the output of the totally, 100% working compiler for my programming language, Planet9:

Beginning Compilation...
Failed compilation!
planet9.compiler.error.CompilationException: Compiler not yet implemented
	at planet9.compiler.Compiler.compile(Compiler.java:39)
	at planet9.compiler.app.CompilerApp.main(CompilerApp.java:147)

 

Link to comment
Share on other sites

I don't think that using the same json file will really reduce the load-up time any: even if the json file is cached the game still needs to load the texture file and convert it to a 3D model and cache it.

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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