Cashean Posted January 20, 2019 Share Posted January 20, 2019 It takes way to long to melt stuff into the forge. Anyway of speeding it up. I have to run 5 forges right now which make for a great screamer magnet. Link to comment Share on other sites More sharing options...
Gamer_62 Posted January 20, 2019 Share Posted January 20, 2019 You can add craft time i think. <recipe name="what ever" count="1" craft_area="whatever" craft_time="60" > Link to comment Share on other sites More sharing options...
DukeW74 Posted January 21, 2019 Share Posted January 21, 2019 MeltTimePerUnit = time it takes to melt iron, it depends on how fast you want it to melt. 0.25 is default 0.12 is half that time CraftingIngredientTime = how long it takes to craft anything that uses melted iron in the forge, this is per ingredient/unit so anything that needs 20 units of iron by default should take 10 seconds to craft in the forge <item name="unit_iron"> <property name="HoldType" value="45"/> <property name="Meshfile" value="Items/Misc/sackPrefab"/> <property name="DropMeshfile" value="Items/Misc/sack_droppedPrefab"/> <property name="CustomIcon" value="resourceScrapIron"/> <property name="Material" value="Mmetal"/> <property name="Stacknumber" value="30000"/> <property name="Weight" value="1"/> <property name="Group" value="Resources"/> <property name="ResourceUnit" value="true"/> [color=#ff0000]<property name="MeltTimePerUnit" value="0.25"/>[/color] <property name="UserHidden" value="true"/> [color=#ff0000]<property name="CraftingIngredientTime" value="0.5"/>[/color] <property name="CreativeMode" value="None"/> </item> Link to comment Share on other sites More sharing options...
archimp Posted January 21, 2019 Share Posted January 21, 2019 MeltTimePerUnit = time it takes to melt iron, it depends on how fast you want it to melt. 0.25 is default 0.12 is half that time CraftingIngredientTime = how long it takes to craft anything that uses melted iron in the forge, this is per ingredient/unit so anything that needs 20 units of iron by default should take 10 seconds to craft in the forge <item name="unit_iron"> <property name="HoldType" value="45"/> <property name="Meshfile" value="Items/Misc/sackPrefab"/> <property name="DropMeshfile" value="Items/Misc/sack_droppedPrefab"/> <property name="CustomIcon" value="resourceScrapIron"/> <property name="Material" value="Mmetal"/> <property name="Stacknumber" value="30000"/> <property name="Weight" value="1"/> <property name="Group" value="Resources"/> <property name="ResourceUnit" value="true"/> [color=#ff0000]<property name="MeltTimePerUnit" value="0.25"/>[/color] <property name="UserHidden" value="true"/> [color=#ff0000]<property name="CraftingIngredientTime" value="0.5"/>[/color] <property name="CreativeMode" value="None"/> </item> which file is that? Link to comment Share on other sites More sharing options...
DukeW74 Posted January 21, 2019 Share Posted January 21, 2019 items.xml Link to comment Share on other sites More sharing options...
archimp Posted January 21, 2019 Share Posted January 21, 2019 Ok ty Link to comment Share on other sites More sharing options...
Cashean Posted January 22, 2019 Author Share Posted January 22, 2019 Anyway someone can make a mod that could do this? Link to comment Share on other sites More sharing options...
DukeW74 Posted January 22, 2019 Share Posted January 22, 2019 This is a modlet, just put it into your Mods folder. Note it is set to default melt speed, you will need to open items.xml and adjust it to your needs. Notes are included at the top of the file to hopefully help. Download Link to comment Share on other sites More sharing options...
nanomania Posted July 17, 2019 Share Posted July 17, 2019 This is a modlet, just put it into your Mods folder. Note it is set to default melt speed, you will need to open items.xml and adjust it to your needs. Notes are included at the top of the file to hopefully help. Download Hello, do you know why the mod does not work? I change the values but it keeps burning and crafting at the same speed, a greeting. Link to comment Share on other sites More sharing options...
Belgeranrg Posted July 18, 2019 Share Posted July 18, 2019 in the recipes.xml you need to change this too <recipe name="resourceScrapIron" count="1" craft_area="forge" material_based="true" craft_time="[color="#FF0000"]1[/color]" craft_exp_gain="0" always_unlocked="true"> <ingredient name="unit_iron" count="1"/> </recipe> Setting this to a decimal will make things go way fast... I believe this is actually a multiplier based on the MTPU and CIT fields. Either way, unless you change recipes.xml too it won't work. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.