Posted November 15, 20213 yr how can i make block placeable on walls by detecting the block face it was placed on and like the glow lichen placeable in another block of the same type to add to its placed faces, at the same time breaking all sides that have had their adjacent blocks broken?
November 15, 20213 yr Look into the GlowLichenBlock class (And subclasses ) and see how it works as well as the jsons.
November 15, 20213 yr Author i have but i cant find much about how it works Edit: and i dont know how to access the json files Edited November 15, 20213 yr by KaboomRoads
November 15, 20213 yr Author after digging very deep i have the voxelshape working and i can even place the block inside itself just like a glow lichen now i just need some help understanding how the blockstate json would work here and also potentionally getting waterlogging it working Edited November 15, 20213 yr by KaboomRoads
November 15, 20213 yr Hi! You can find the JSON like this: Go into your .minecraft Folder, then go into "Versions". Go into the Version you want. There is a .jar file, change the extension to .zip. Open the .zip and go to assets>minecraft>blockstates>glow_lichen.json and assets>minecraft>models>glow_lichen.json Edited November 15, 20213 yr by OutCraft Missing path for blockstates Sorry if my Posts are weird sometimes, I just try to help and learn as much as I can Also: PLEASE use SPOILERS for logs!
November 15, 20213 yr Author i tried using the glow lichen json code but now my custom vine is invisible. it doesnt have missing texture its just invisible Edit: everything that used to be minecraft:block/glow_lichen is now thingmod:block/vine_thing so the model is fine but the blockstates are just not working properly event though i directly copied them from the minecraft glow lichen json Edited November 15, 20213 yr by KaboomRoads
November 15, 20213 yr the json files are also available in your IDE under Referenced Libraries -> Client Jar 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.
November 15, 20213 yr Author you are probably using intellij because i have only seen it in intellij but not in eclipse (which i use)
November 15, 20213 yr 2 hours ago, KaboomRoads said: you are probably using intellij because i have only seen it in intellij but not in eclipse (which i use) *Skeptical look* That might be a 1.14 workspace, but that's because I haven't poked at 1.16 or 1.17 yet. But it's still the same. 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.
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.