Jump to content

crafting time help


UbberN00ber

Recommended Posts

im trying craft resources out of my forge faster but cant seem to get this to work in A18

 

<Config>

 

 

<append xpath="/items/item[@name=resourceScrapBrass]">

<property name="CraftingIngredientTime" value="0.05"/>

</append>

 

<append xpath="/items/item[@name=resourceRockSmall]">

<property name="CraftingIngredientTime" value="0.05"/>

</append>

 

<append xpath="/items/item[@name=resourceScrapLead]">

<property name="CraftingIngredientTime" value="0.05"/>

</append>

 

<append xpath="/items/item[@name=resourceClayLump]">

<property name="CraftingIngredientTime" value="0.05"/>

</append>

 

<append xpath="/items/item[@name=resourceScrapIron]">

<property name="CraftingIngredientTime" value="0.05"/>

</append>

</Config>

Link to comment
Share on other sites

i cant get this to work

 

original xml

<recipe name="resourceClayLump" count="1" material_based="true" craft_area="forge" craft_time="1" craft_exp_gain="0" always_unlocked="true">

<ingredient name="unit_clay" count="5"/>

 

my mod

<set xpath="/recipes/recipe[@name=resourceClayLump][@name=craft_time]/@value">0.25</set>
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...