UbberN00ber Posted October 14, 2019 Share Posted October 14, 2019 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 More sharing options...
Numberz Posted October 14, 2019 Share Posted October 14, 2019 CraftingIngredientTime goes with the recipe ingredients, so unit_stone, unit_iron etc Link to comment Share on other sites More sharing options...
berkberk90 Posted October 15, 2019 Share Posted October 15, 2019 look items.xlm. you should change all forge items'(e.g clay stone) CraftingIngredientTime tho Link to comment Share on other sites More sharing options...
UbberN00ber Posted October 15, 2019 Author Share Posted October 15, 2019 i tried this but didnt work <set xpath="/recipes/recipe[@name=resourceClayLump][@name=craft_time]/@value">0.25</set> Link to comment Share on other sites More sharing options...
UbberN00ber Posted October 17, 2019 Author Share Posted October 17, 2019 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.