Ship from Inventory

Ship from Inventory

13.5k Downloads

CustomFarming - documentation

VerisZG opened this issue ยท 0 comments

commented

Hey, i'm trying to make a machine, that turns 10 wood into 1 hardwood.
Your addon is missing documentation, so it's hard to understand some options in machine configs.
Can you post description of particular configuration options somewhere, or maybe even in sample config?
Can you also correct my file so it works as expected?

{
   "Type": "CustomFarming.simpleMachine",
   "Name": "Hardwood Maker",
   "Description": "Turns wood into Hardwood",
   "Tilesheet" : "MoreMachines.png",
   "TileIndex" : 7,   
   "WorkAnimationFrames" : 6,
   "CategoryName" : "Crafting",
   "Materials" : [388],
   "RequieredStack" : 10,
   "StarterMaterial" : 0,
   "StarterMaterialStack" : 0,
   "displayItem" : true,
   "displayItemX" : 14,
   "displayItemY" : 32,
   "displayItemZoom" : 0.6,   
   "Produce": {
      "Name": "Hardwood ZG",
      "Description": "Hardwood ZG Desc",
	  "ProduceID" : 709,
	  "usePrefix" : false,
	  "useColor" : false,
	  "Stack" : 1,
	  "ProductionTime" : 1
   }
}