Greetings all again,
Hello and thank you for taking the time to view this thread, if you are a server owner like myself and you like to customize the game like I do, wouldn't it be nice to have the option to add at least 2 other forms of power? whether it be for a RP server or regular.....
ie:
Solar Panels
Fluid Substance
I tried adding in one additional power block, but it seems to me, at least, that the POWER_ID is hard coded into the java part of the game....unless I missed something, then I do apologize.
If I did miss something, could a knowledgeable person kindly inform me, thank you.
Note:
I have added 40+ custom blocks already with no problems ie: hulls, deco, lights, etc.
Note 2:
The power block is type="POWER_ID" and not
<Block icon="281" name="Solar Panels" textureId="1869" type="CUSTOM_ID_079">
where the type="CUSTOM_ID_079"
I think since I can not reference the POWER_ID I can not add additional power blocks.... I tried using that reference and I over wrote the power block.
if we could get a CUSTOM_POWER_ID_001 and have it reference the POWER_ID so it does not change any variables or add the variables that we could change to the Custom Block Behavior /or Config that would be awesome.
Hello and thank you for taking the time to view this thread, if you are a server owner like myself and you like to customize the game like I do, wouldn't it be nice to have the option to add at least 2 other forms of power? whether it be for a RP server or regular.....
ie:
Solar Panels
Fluid Substance
I tried adding in one additional power block, but it seems to me, at least, that the POWER_ID is hard coded into the java part of the game....unless I missed something, then I do apologize.
If I did miss something, could a knowledgeable person kindly inform me, thank you.
Note:
I have added 40+ custom blocks already with no problems ie: hulls, deco, lights, etc.
Note 2:
The power block is type="POWER_ID" and not
<Block icon="281" name="Solar Panels" textureId="1869" type="CUSTOM_ID_079">
where the type="CUSTOM_ID_079"
I think since I can not reference the POWER_ID I can not add additional power blocks.... I tried using that reference and I over wrote the power block.
if we could get a CUSTOM_POWER_ID_001 and have it reference the POWER_ID so it does not change any variables or add the variables that we could change to the Custom Block Behavior /or Config that would be awesome.
Last edited: