Posted October 6, 20195 yr i have my tree almost up and running, but my stalk/log isn't textured as a full cube, so I am getting white and a black spot on my texture when they shouldn't be there. I have tried dealing with the json files, and changing a number of things. still I am at a loss https://pastebin.com/fn1a5KBU Edited October 6, 20195 yr by Guest
October 6, 20195 yr 1 hour ago, DrMDGG said: stalk/log isn't textured as a full cube Post your model file. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
October 6, 20195 yr 3 hours ago, Animefan8888 said: Post your model file. https://pastebin.com/i6RXxwDn
October 6, 20195 yr 33 minutes ago, diesieben07 said: Thats your block class... then wtf is this https://pastebin.com/fn1a5KBU
October 6, 20195 yr 8 minutes ago, diesieben07 said: Well, okay, it wasn't your block class. But most importantly: It's not your model. knock yerself out! https://github.com/drmdgg/trees/tree/master/trees
October 6, 20195 yr 8 minutes ago, diesieben07 said: That link does not work. https://github.com/drmdgg/trees
October 6, 20195 yr 8 minutes ago, diesieben07 said: That's still a 404. jebas….how about this one https://github.com/drmdgg/trees/tree/master/trees Edited October 6, 20195 yr by Guest
October 6, 20195 yr 2 minutes ago, diesieben07 said: That works. But there is only java code in there. Model files are json files. oh duh. sorry about that https://github.com/drmdgg/trees/tree/master/trees I have also tried it with a "cross" style one but to no avail
October 6, 20195 yr 3 minutes ago, diesieben07 said: Now you posted the blockstate json... I posted the blockstate, model/block, and model/item
October 6, 20195 yr 3 minutes ago, diesieben07 said: Your repository contains one JSON file (the blockstate): which one do you want to see. model/block or model item? item: { "parent": "marijuanacraft:block/potstalk" } block: { "parent": "block/cube_column", "textures": { "end": "marijuanacraft:block/potstalk_top", "side": "marijuanacraft:block/potstalk" } } Edited October 6, 20195 yr by Guest
October 6, 20195 yr 3 minutes ago, diesieben07 said: Well, considering your issue is about a block model, it would help if you, idk, posted the block model. block: { "parent": "block/cube_column", "textures": { "end": "marijuanacraft:block/potstalk_top", "side": "marijuanacraft:block/potstalk" } } as I said, I also tried a cross style one, but the white edges were still there Edited October 6, 20195 yr by Guest
October 6, 20195 yr 5 minutes ago, diesieben07 said: That would not look like your original screenshot. im aware of that. I said I tried a cross style json, but the white edges were still there like this: { "parent": "block/cross", "textures": { "cross": "marijuanacraft:block/potstalk" } }
October 6, 20195 yr theres no background in this texture of any of my other textures when I open them in paint.net
October 6, 20195 yr 1 hour ago, diesieben07 said: You might need to make a model that actually fits your texture then. looks like I did. thanks for the help!
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.