1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added Preview Image as well as changing the ID.

This commit is contained in:
Christopher-Robin 2020-10-09 02:52:06 +11:00
parent f78e735376
commit 9aa6eda5d7
No known key found for this signature in database
GPG Key ID: 39A83BF9D91CC108
4 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -1,4 +1,4 @@
$buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, stacker-mirrored, trash, underground_belt,
$buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, stacker, trash, underground_belt,
wire, constant_signal, logic_gate, lever, filter, wire_tunnel, display, virtual_processor, reader, storage,
transistor, analyzer, comparator, item_producer;

View File

@ -87,7 +87,8 @@ export function initMetaBuildingRegistry() {
// Stacker
registerBuildingVariant(14, MetaStackerBuilding);
registerBuildingVariant(62, MetaStackerBuilding, enumStackerVariants.mirrored);
//TODO: CHANGE BEFORE RELEASE
registerBuildingVariant(10000001, MetaStackerBuilding, enumStackerVariants.mirrored); //Temporary ID to avoid id collisions in development.
// Mixer
registerBuildingVariant(15, MetaMixerBuilding);

View File

@ -567,7 +567,7 @@ buildings:
mirrored:
name: *stacker
description: test
description: Combines its inputs, on the same layer if possible, otherwise the left input is stacked on top of the right input.
mixer:
default: