Posted June 7, 20169 yr Hello, I'm searching for a json creator program but I only find programs for 1.8 and they don't work (because json have changed). http://i.imgur.com/J4rrGt6.png[/img] [Creator of mcrafterzz mod]
June 7, 20169 yr Models created for 1.8 will still work in 1.9+ (the format itself hasn't changed that much), you'll probably just need to fix the display transformations (i.e. the "display" block). MrCrayfish's Model Creator does a decent job, although it's a bit limited (it will only let you specify a single decimal point of precision for most dimensions/coordinates). You can also use a mainstream 3D modelling program (e.g. 3ds Max or Blender) and export the model in OBJ/B3D format, these can be used anywhere you'd use a JSON model. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
June 7, 20169 yr Author Oh I mean a program that creates the files: blockstate json, blockmodel json and item model json http://i.imgur.com/J4rrGt6.png[/img] [Creator of mcrafterzz mod]
June 7, 20169 yr I don't know of any programs that do that, but Forge's blockstates format eliminates the need for a dedicated block/item model file. Just specify the base model (e.g. minecraft:cube_all ) and textures in the "defaults" block and provide a "normal" and "inventory" variant (assuming your block doesn't have any properties). Minecraft will already use the "normal" variant to render the block in the world and Forge allows item models to be loaded from variants of blockstates files (e.g. the "inventory" variant). You can see a basic example of this here. You can see a more complex example here, the model and texture are controlled by separate properties and each metadata value of the item uses the corresponding variant of the blockstates file (registered here). Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
June 7, 20169 yr Author Thank you so much! http://i.imgur.com/J4rrGt6.png[/img] [Creator of mcrafterzz mod]
June 7, 20169 yr Since MrCrayfish's tool does not run on my computer, I make my models on techne and than use this tool to convert it to the .json format (and, so far, has been proving really good). Creating Potatium Craft, please wait. For a better (and yet poor explanation of my WIP mod, go to: Potatium Craft Overview )
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.