CounterBalance
Refugee
Something isn't working for me. I get my item to show up in the creator menu but not my crafting menu. I also sometimes get a red text error saying my xpath attribute isn't set.
Here is my items.xml
<configs>
<append xpath="/items">
<item name="resourceBasicString"> <!-- scrap material -->
<property name="CustomIcon" value="modGunBowPolymerString"/>
<property name="CustomIconTint" value="79826c"/> <!--Gray with a little green-->
<property name="HoldType" value="45"/>
<property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
<property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
<property name="Material" value="Mcloth"/>
<property name="Stacknumber" value="250"/> <!-- STK resource -->
<property name="RepairAmount" value="50"/>
<property name="FuelValue" value="1"/>
<property name="Weight" value="5"/> <property name="EconomicValue" value="6"/>
<property name="EconomicBundleSize" value="6"/>
<property name="Group" value="Resources"/>
<property name="CraftingIngredientExp" value="15"/>
<property name="CraftingIngredientTime" value="15"/>
</item> </append>
</configs>
Here is the receipes.xml
<configs>
<append xpath="/recipes">
<recipe name="resourceBasicString" count="1">
<ingredient name="resourceYuccaFibers" count="6"/>
</recipe>
</append>
</configs>
I tried without /configs and I get error and I tried with <modetitle></modtitle> from a comment I read somewhere saying it closes everything up but that didn't help. Also when I put the recipe directly into vanilla it works fine. Any ideas?
Here is my items.xml
<configs>
<append xpath="/items">
<item name="resourceBasicString"> <!-- scrap material -->
<property name="CustomIcon" value="modGunBowPolymerString"/>
<property name="CustomIconTint" value="79826c"/> <!--Gray with a little green-->
<property name="HoldType" value="45"/>
<property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
<property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
<property name="Material" value="Mcloth"/>
<property name="Stacknumber" value="250"/> <!-- STK resource -->
<property name="RepairAmount" value="50"/>
<property name="FuelValue" value="1"/>
<property name="Weight" value="5"/> <property name="EconomicValue" value="6"/>
<property name="EconomicBundleSize" value="6"/>
<property name="Group" value="Resources"/>
<property name="CraftingIngredientExp" value="15"/>
<property name="CraftingIngredientTime" value="15"/>
</item> </append>
</configs>
Here is the receipes.xml
<configs>
<append xpath="/recipes">
<recipe name="resourceBasicString" count="1">
<ingredient name="resourceYuccaFibers" count="6"/>
</recipe>
</append>
</configs>
I tried without /configs and I get error and I tried with <modetitle></modtitle> from a comment I read somewhere saying it closes everything up but that didn't help. Also when I put the recipe directly into vanilla it works fine. Any ideas?