mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
remove the stuff
This commit is contained in:
parent
a58c3b682b
commit
c2e2ff426c
1 changed files with 5 additions and 17 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue