Danickar Posted November 7, 2013 Posted November 7, 2013 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. Quote
Draco18s Posted November 7, 2013 Posted November 7, 2013 I have no idea how you'd do this....but Thaumcraft 3's ores did it. Quote 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.
GotoLink Posted November 7, 2013 Posted November 7, 2013 You can do it with animated textures, or the "displaytick" method in Block. Quote
Draco18s Posted November 7, 2013 Posted November 7, 2013 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 Quote 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.
luisc99 Posted November 7, 2013 Posted November 7, 2013 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 Quote
Danickar Posted November 8, 2013 Author Posted November 8, 2013 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. Quote
Recommended Posts
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.