Posted November 7, 201311 yr I am wondering if there is a way to make a block that has a symbol on it and only that symbol glows. My guess is based off all I have seen so far that there probably isn't, at least not just with a block by itself, but thought I would ask.
November 7, 201311 yr I have no idea how you'd do this....but Thaumcraft 3's ores did it. 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 7, 201311 yr You can do it with animated textures, or the "displaytick" method in Block. Not sure animated textures without light from torches on them are going to display as full bright. :V 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 7, 201311 yr Someone in ModJam did this, and they put it up on github. https://github.com/fuj1n/modJam/blob/master/common/blocks/BlockAwesomeOre.java https://github.com/fuj1n/modJam/blob/master/client/ClientProxyModJam.java https://github.com/fuj1n/modJam/blob/master/client/render/RenderAwesomeOre.java https://github.com/fuj1n/modJam/blob/master/textures/mods/AwesomeMod/textures/blocks/fuj1n.AwesomeMod.awesomeOrePink.png
November 8, 201311 yr Author Someone in ModJam did this, and they put it up on github. https://github.com/fuj1n/modJam/blob/master/common/blocks/BlockAwesomeOre.java https://github.com/fuj1n/modJam/blob/master/client/ClientProxyModJam.java https://github.com/fuj1n/modJam/blob/master/client/render/RenderAwesomeOre.java https://github.com/fuj1n/modJam/blob/master/textures/mods/AwesomeMod/textures/blocks/fuj1n.AwesomeMod.awesomeOrePink.png I was able to get their code working (to basically load their ore into my test code). Now I can at least use this to figure out why everything is doing what it was doing. Thank you very much 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.