Posted September 8, 201510 yr { "forge_marker": 1, "defaults": { "textures": { "#texture": "zombiesurvival:items/m16" }, "model": "zombiesurvival:m16.b3d" }, "variants": { "inventory": [{ "transform": { "gui": { "rotation": [ { "y": 135 }, { "x": 165 }, { "z": -90 } ], "scale": 0.05 }, "firstperson": { "translation": [ 0, -0.25, -0.25 ], "rotation": [ { "y": 225 }, { "x": 0 }, { "z": 90 } ], "scale": 0.25 }, "thirdperson": { "translation": [ 0, 0, 0 ], "rotation": [ { "y": -90 }, { "x": 180 }, { "z": 180 } ], "scale": 0.05 } } }] } } https://gyazo.com/ddfafbec9d1e7832c77dc8d4c0244790 It won't edit it all. Can anyone help?
September 9, 201510 yr did you tell minecraft about it in your clientproxy? Long time Bukkit & Forge Programmer Happy to try and help
September 9, 201510 yr Author Yes otherwise it wouldn't render it.It's finding the models in the JSON but not applying transformations.
September 10, 201510 yr "rotation": [ { "y": 135 }, { "x": 165 }, { "z": -90 } ] That part is so strange. It should be something like [ 165, 135, -90 ]. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
September 10, 201510 yr If his .JSON was wrong, it wouldn't render his model. @NathanLeadill how did you get that B3D to render as an item (I've been trying for days)? Maybe the way you load your B3D is causing your model to not accept its transforms. Development of Plugins [2012 - 2014] Development of Mods [2012 - Current]
September 10, 201510 yr If his .JSON was wrong, it wouldn't render his model. @NathanLeadill how did you get that B3D to render as an item (I've been trying for days)? Maybe the way you load your B3D is causing your model to not accept its transforms. No it should render because the syntax itself is not wrong. The "x", "y", "z" properties would be treated like a comment. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
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.