ConstructionGL2 Part 2: Better guided steps and recipes. (#5103)
This commit is contained in:
committed by
GitHub
parent
5be8271907
commit
5a5006e4cf
@@ -1,15 +1,9 @@
|
||||
construction-presenter-category-all = All
|
||||
construction-presenter-to-craft = {$step-number}. To craft this item, you need:
|
||||
construction-presenter-to-build = {$step-number}. To build this, first you need:
|
||||
construction-presenter-to-craft = To craft this item, you need to:
|
||||
construction-presenter-to-build = To build this, first you need to:
|
||||
|
||||
construction-presenter-material-first-step = {$amount}x {$material}
|
||||
construction-presenter-material-step = {$step-number}. Add {$amount}x {$material}.
|
||||
construction-presenter-material-substep = {$step-number}.{$parallel-number}.{$substep-number}. Add {$amount}x {$material}.
|
||||
construction-presenter-step-wrapper = {$step-number}. {$text}
|
||||
|
||||
construction-presenter-tool-step = {$step-number}. Use a {$tool}.
|
||||
construction-presenter-tool-substep = {$step-number}.{$parallel-number}.{$substep-number}. Use a {$tool}.
|
||||
|
||||
construction-presenter-arbitrary-step = {$step-number}. Add {$name}.
|
||||
construction-presenter-arbitrary-substep = {$step-number}.{$parallel-number}.{$substep-number}. Add {$name}.
|
||||
|
||||
construction-presenter-nested-step = {$step-number}. In parallel...
|
||||
construction-presenter-tool-step = Use a {LOC($tool)}.
|
||||
construction-presenter-material-step = Add {$amount}x {LOC($material)}.
|
||||
construction-presenter-arbitrary-step = Add {LOC($name)}.
|
||||
|
||||
Reference in New Issue
Block a user