forked from cacklingfiend/lignumis
		
	Halved energy required for lumber, halved speed of lumber mill
This commit is contained in:
		
							parent
							
								
									44b290a62b
								
							
						
					
					
						commit
						574ce24480
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -15,7 +15,7 @@ LumberMill.EntityBuilder:new() | |||
|     :baseProductivity(0.5) | ||||
|     :apply({ | ||||
|         crafting_categories = { "wood-processing-or-assembling" }, | ||||
|         crafting_speed = 4, | ||||
|         crafting_speed = 2, | ||||
|         energy_usage = "1000kW", | ||||
|     }) | ||||
| 
 | ||||
|  |  | |||
|  | @ -28,6 +28,6 @@ data:extend({ | |||
|         allow_as_intermediate = true, | ||||
|         ingredients = { { type = "item", name = "wood", amount = 2 } }, | ||||
|         results = { { type = "item", name = "lumber", amount = 1 } }, | ||||
|         energy_required = 2 | ||||
|         energy_required = 1 | ||||
|     } | ||||
| }) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann