remove the stuff

This commit is contained in:
unsoftcapped3 2022-12-22 02:46:22 +00:00
parent a58c3b682b
commit c2e2ff426c

View file

@ -118,7 +118,6 @@ const factory = createLayer(id, () => {
imageSrc: wood, imageSrc: wood,
name: "Wood Machine", name: "Wood Machine",
description: "Produces 1 wood every 1 second.", description: "Produces 1 wood every 1 second.",
energyCost: 10,
tick: 1, tick: 1,
outputs: { outputs: {
wood: { wood: {
@ -126,22 +125,11 @@ const factory = createLayer(id, () => {
} }
} }
}, },
receiver: {
imageSrc: square, blocks: {
name: "Receiver", imageSrc: blocks,
description: "Obtains squares. Pretty much does nothing else.", name: "Wooden Block Maker",
tick: 0, description: "Turns 1 wood into 1 wooden block every second.",
inputs: {
square: {
amount: Infinity
}
}
},
shrinker: {
imageSrc: square,
name: "Shrinker",
description:
"Converts 100 squares to 1 square. I don't know why you would want to do this but here you go anyways.",
tick: 1, tick: 1,
inputs: { inputs: {
wood: { wood: {