Re: Ask a simple question, get a simple answer
Posted: Tue Nov 04, 2014 11:48 am
Hi,
I have a kinda similar questions on object cloning.
I'm trying to have one of those demon heads work like those beacon_furnace_head, as in, I want the model to be the demon statue head but I want it to emit light and display a hint when clicked. So far my temporary solution is to place a beacon furnace head with model off, but I'd rather have a new object that has the furnace components and demon head model.
I find myself stuck at finding how to define the class names and components... Where could I find the data infos of the beacon furnace head please?
Is there a file I could dig in to retrieve the infos of original assets?
I'm stupidly only there for now:
defineObject{
name = "demon_hint",
baseObject = "beacon_furnace_head_1",
components = {
{
class = "
Thanks,
blob
I have a kinda similar questions on object cloning.
I'm trying to have one of those demon heads work like those beacon_furnace_head, as in, I want the model to be the demon statue head but I want it to emit light and display a hint when clicked. So far my temporary solution is to place a beacon furnace head with model off, but I'd rather have a new object that has the furnace components and demon head model.
I find myself stuck at finding how to define the class names and components... Where could I find the data infos of the beacon furnace head please?
Is there a file I could dig in to retrieve the infos of original assets?
I'm stupidly only there for now:
defineObject{
name = "demon_hint",
baseObject = "beacon_furnace_head_1",
components = {
{
class = "
Thanks,
blob