mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Change building names
This commit is contained in:
parent
f4f5351fbd
commit
faf16e6ba4
@ -247,7 +247,7 @@ shopUpgrades:
|
||||
# Buildings and their name / description
|
||||
buildings:
|
||||
belt:
|
||||
name: &belt Belt
|
||||
name: &belt Conveyor Belt
|
||||
description: Transports items, hold and drag to place multiple.
|
||||
|
||||
miner: # Internal name for the Extractor
|
||||
@ -263,7 +263,7 @@ buildings:
|
||||
description: Multifunctional - Evenly distributes all inputs onto all outputs.
|
||||
|
||||
cutter:
|
||||
name: &cutter Cut Half
|
||||
name: &cutter Cutter
|
||||
description: Cuts shapes from top to bottom and outputs both halfs. <strong>If you use only one part, be sure to destroy the other part or it will stall!</strong>
|
||||
|
||||
rotater:
|
||||
@ -271,19 +271,19 @@ buildings:
|
||||
description: Rotates shapes clockwise by 90 degrees.
|
||||
|
||||
stacker: # Internal name for the Combiner
|
||||
name: &stacker Combine
|
||||
description: Combines both items. If they can not be merged, the right item is placed above the left item.
|
||||
name: &stacker Stacker
|
||||
description: Stacks both items. If they can not be merged, the right item is placed above the left item.
|
||||
|
||||
mixer:
|
||||
name: &mixer Mix Colors
|
||||
name: &mixer Color Mixer
|
||||
description: Mixes two colors using additive blending.
|
||||
|
||||
painter:
|
||||
name: &painter Dye
|
||||
name: &painter Painter
|
||||
description: Colors the whole shape on the left input with the color from the right input.
|
||||
|
||||
trash: # Internal name for the destroyer
|
||||
name: &trash Destroyed
|
||||
name: &trash Trash
|
||||
description: Accepts inputs from all sides and destroys them. Forever.
|
||||
|
||||
storyRewards:
|
||||
|
Loading…
Reference in New Issue
Block a user