mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
More check fixes
This commit is contained in:
parent
bb2042c79d
commit
b21b71d9d0
@ -19,7 +19,7 @@ export const arrayUndergroundRotationVariantToMode = [
|
|||||||
|
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
//Github insisted these needed to be on multiple lines to pass a check.
|
//Github insisted these needed to be on multiple lines to pass a check.
|
||||||
export const enumUndergroundBeltVariants = {
|
export const enumUndergroundBeltVariants = {
|
||||||
side: "side",
|
side: "side",
|
||||||
sideMirrored: "side-mirrored",
|
sideMirrored: "side-mirrored",
|
||||||
tier2: "tier2",
|
tier2: "tier2",
|
||||||
|
@ -93,13 +93,13 @@ export function initMetaBuildingRegistry() {
|
|||||||
32,
|
32,
|
||||||
MetaUndergroundBeltBuilding,
|
MetaUndergroundBeltBuilding,
|
||||||
enumUndergroundBeltVariants.tier2SideMirrored,
|
enumUndergroundBeltVariants.tier2SideMirrored,
|
||||||
0,
|
0
|
||||||
);
|
);
|
||||||
registerBuildingVariant(
|
registerBuildingVariant(
|
||||||
33,
|
33,
|
||||||
MetaUndergroundBeltBuilding,
|
MetaUndergroundBeltBuilding,
|
||||||
enumUndergroundBeltVariants.tier2SideMirrored,
|
enumUndergroundBeltVariants.tier2SideMirrored,
|
||||||
1,
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
// Hub
|
// Hub
|
||||||
|
Loading…
Reference in New Issue
Block a user