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

need help with keystoneBlock

You're extending off resourcewood, which is a resource rather than an item that can upgrade.

So you need to add adminKey to a tool under allowed_upgrade_items. Using the wrench as an example...

Code:
<property name="Allowed_upgrade_items" value="resourceWood,resourceClayLump,resourceSnowBall,resourceScrapIron,resourceForgedIron,resourceForgedSteel,resourceConcreteMix,resourceCobblestones,resourceYuccaFibers"/>
You add adminKey to that. :)

 
Back
Top