• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Bring Back Steel Polish

Zyamaia

New member
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?

 
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.

 
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?

 
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.

 
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.
Ok so how do I change it to make blocks upgradable to Polished Steel?

 
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

Code:
<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

 
Last edited by a moderator:
Back
Top