Jump to content

Bring Back Steel Polish


Zyamaia

Recommended Posts

Looking through the item.xmls I see that steel polish is still there but it's "depreciated" It's not commented out but it doesn't show up in game under the creative menu even with dev blocks checked. I know I'm missing something but how can I get it so it's can be brought back to the game and add a recipe for it?

Link to comment
Share on other sites

Steel polish isn’t really a special item. You can set any block to be upgraded with any item.

 

Blocks xml is what you want to look at.

 

Ok but wouldn't steel polish be the required ingredient to do said upgrade? If so then if it's not showing up in the game any more as an upgrade what would the ingredients be?

Link to comment
Share on other sites

Ok but wouldn't steel polish be the required ingredient to do said upgrade? If so then if it's not showing up in the game any more as an upgrade what would the ingredients be?

 

I think what he is trying to say is, you can make the ingredient(s) or the upgrade whatever you want. Higher amount of steel or a chili dog if you really want to.

Link to comment
Share on other sites

Ok but wouldn't steel polish be the required ingredient to do said upgrade?

You can mod in Bananas, and use them for steel upgrades

 

The code you look for looks like this one here from Rconcrete master

<property class="UpgradeBlock">
	<property name="ToBlock" value="steelMaster"/>
	<property name="Item" value="resourceForgedSteel"/>
	<property name="ItemCount" value="10"/>
	<property name="UpgradeHitCount" value="4"/>
</property>

 

No idea what you can add to the master and what you need to add to each block

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...