Compare commits
No commits in common. "67b4ec0a09636efaf4476452791759c6592f4d6f" and "58da2ed2d4c98baadff36a3c7116f45b9526c071" have entirely different histories.
67b4ec0a09
...
58da2ed2d4
2 changed files with 4 additions and 6 deletions
|
@ -52,7 +52,7 @@ lignumis-medium-wriggler-pentapod=Lignumis medium wiggler pentapod
|
||||||
|
|
||||||
[entity-description]
|
[entity-description]
|
||||||
lumber-mill=Advanced machine to process wood.
|
lumber-mill=Advanced machine to process wood.
|
||||||
quality-assembler=High-end assembler to craft only the finest quality machines. It gives 25% additional quality by consuming [item=gold-quality-catalyst]. Surface conditions and ingredients are otherwise unchanged.
|
quality-assembler=High-end assembler to craft only the finest quality machines. It gives one free quality tier to the crafted item by consuming [item=gold-quality-catalyst]. Surface conditions and ingredients are otherwise unchanged.
|
||||||
gold-stromatolite-plant=Harvest gold stromatolites for bacteria that enrich gold from the ground.\n__REMARK_COLOR_BEGIN__Expected yield:__REMARK_COLOR_END__ 1.5 [item=gold-ore]/m
|
gold-stromatolite-plant=Harvest gold stromatolites for bacteria that enrich gold from the ground.\n__REMARK_COLOR_BEGIN__Expected yield:__REMARK_COLOR_END__ 1.5 [item=gold-ore]/m
|
||||||
|
|
||||||
[equipment-name]
|
[equipment-name]
|
||||||
|
|
|
@ -36,11 +36,9 @@ if target_planet == "vulcanus" then
|
||||||
Technology:new("iron-processing").prototype.research_trigger.entity = "big-volcanic-rock"
|
Technology:new("iron-processing").prototype.research_trigger.entity = "big-volcanic-rock"
|
||||||
Technology:new("copper-processing").prototype.research_trigger.entity = "big-volcanic-rock"
|
Technology:new("copper-processing").prototype.research_trigger.entity = "big-volcanic-rock"
|
||||||
|
|
||||||
data.raw.resource["tungsten-ore"].category = "basic-solid"
|
if mods["crushing-industry"] then
|
||||||
|
Technology:new("concrete"):addRecipe("crushed-iron-ore")
|
||||||
if mods["bztitanium"] and mods["crushing-industry"] then
|
Technology:new("ore-crushing"):removeRecipe("crushed-iron-ore")
|
||||||
Technology:new("foundry"):addRecipe("crushed-titanium-ore")
|
|
||||||
data.raw.recipe["crushed-titanium-ore"].category = "basic-crushing"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue