forked from cacklingfiend/lignumis
		
	Disable recycling for alternative recipes
This commit is contained in:
		
							parent
							
								
									360caa12d6
								
							
						
					
					
						commit
						90b6b69db8
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ Version: 1.0.6 | ||||||
| Date: 02.02.2025 | Date: 02.02.2025 | ||||||
|   Bug Fixes: |   Bug Fixes: | ||||||
|     - Only regular Nauvis trees are buffed |     - Only regular Nauvis trees are buffed | ||||||
|  |     - Disable recycling for alternative recipes | ||||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ||||||
| Version: 1.0.5 | Version: 1.0.5 | ||||||
| Date: 27.01.2025 | Date: 27.01.2025 | ||||||
|  |  | ||||||
|  | @ -104,6 +104,7 @@ data:extend({ | ||||||
|         }, |         }, | ||||||
|         energy_required = 12.8, |         energy_required = 12.8, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|  |         auto_recycle = false, | ||||||
|         ingredients = { { type = "item", name = "cupriavidus-necator", amount = 100 } }, |         ingredients = { { type = "item", name = "cupriavidus-necator", amount = 100 } }, | ||||||
|         results = { |         results = { | ||||||
|             { type = "item",  name = "plastic-bar", amount_min = 1, amount_max = 20 }, |             { type = "item",  name = "plastic-bar", amount_min = 1, amount_max = 20 }, | ||||||
|  | @ -130,6 +131,7 @@ data:extend({ | ||||||
|         }, |         }, | ||||||
|         energy_required = 12.8, |         energy_required = 12.8, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|  |         auto_recycle = false, | ||||||
|         ingredients = { { type = "item", name = "dead-cupriavidus-necator", amount = 100 } }, |         ingredients = { { type = "item", name = "dead-cupriavidus-necator", amount = 100 } }, | ||||||
|         results = { |         results = { | ||||||
|             { type = "item",  name = "plastic-bar", amount_min = 1, amount_max = 14 }, |             { type = "item",  name = "plastic-bar", amount_min = 1, amount_max = 14 }, | ||||||
|  | @ -152,6 +154,7 @@ data:extend({ | ||||||
|         category = "crafting", |         category = "crafting", | ||||||
|         energy_required = 15, |         energy_required = 15, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|  |         auto_recycle = false, | ||||||
|         ingredients = { |         ingredients = { | ||||||
|             { type = "item", name = "gold-plate",  amount = 20 }, |             { type = "item", name = "gold-plate",  amount = 20 }, | ||||||
|             { type = "item", name = "plastic-bar", amount = 7 }, |             { type = "item", name = "plastic-bar", amount = 7 }, | ||||||
|  | @ -170,6 +173,7 @@ data:extend({ | ||||||
|         category = "smelting", |         category = "smelting", | ||||||
|         energy_required = 1, |         energy_required = 1, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|  |         auto_recycle = false, | ||||||
|         ingredients = { { type = "fluid", name = "wood-pulp", amount = 10 } }, |         ingredients = { { type = "fluid", name = "wood-pulp", amount = 10 } }, | ||||||
|         results = { { type = "item", name = "nutrients", amount = 5 } }, |         results = { { type = "item", name = "nutrients", amount = 5 } }, | ||||||
|         allow_productivity = true, |         allow_productivity = true, | ||||||
|  | @ -184,6 +188,7 @@ data:extend({ | ||||||
|         name = "rocket-fuel-from-wood-pulp-and-peat", |         name = "rocket-fuel-from-wood-pulp-and-peat", | ||||||
|         energy_required = 15, |         energy_required = 15, | ||||||
|         enabled = false, |         enabled = false, | ||||||
|  |         auto_recycle = false, | ||||||
|         category = "crafting-with-fluid", |         category = "crafting-with-fluid", | ||||||
|         ingredients = |         ingredients = | ||||||
|         { |         { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann