Posted April 23, 20178 yr whats wrong with it. Spoiler one of two biome exsclusive portal blocks Edited April 23, 20178 yr by Mystic4pheonix
April 23, 20178 yr Author the item code for the json blockarouradark { "parent":"alcm:block/blockarouradark", "display": { "thirdperson": { "rotation": [ 10, -45, 170 ], "translation": [ 0, 1.5, -2.75 ], "scale": [ 0.375, 0.375, 0.375 ] } } }
April 23, 20178 yr Author i under stand it but the item version of the block will not loader the texture and there's noting on the console with a error ether so what did i bugger up Edited April 23, 20178 yr by Mystic4pheonix
April 23, 20178 yr If you post your code (as diesieben has said 3 times now), we'd be able to tell you. Without that information, we can't say for sure. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
April 24, 20178 yr 11 hours ago, Mystic4pheonix said: there's noting on the console with a error The log file often has more info about loading problems (warnings), so don't rely on the console. In addition to your block class, mod class and registration, also show blockstates and the alcm:block/blockarouradark json files. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.