Files
meatballcraft/config/ftbquests/normal/chapters/bdbc09f0/bc3eb8a5.snbt
T
PietroSainaghi cb3f80f938 Version 0.11.9.1
2022-10-31 09:44:45 -07:00

34 lines
719 B
SNBT

{
title: "Dyson Sphere",
x: 32.5d,
y: 2.0d,
text: [
"The Dyson Discharger uses Charged Dyson Capacitors to produce RF.",
"A single Dyson Sphere can charge Dyson Capacitors very quickly, so a really large number of Dischargers can be used from a single sphere.",
"This is essentially a creative generator with extra steps."
],
dependencies: [
"024d70e2"
],
tasks: [{
uid: "c7cc9469",
type: "item",
items: [{
id: "modularmachinery:itemblueprint",
tag: {
dynamicmachine: "modularmachinery:dyson_discharger"
}
}]
},
{
uid: "dd1b646c",
type: "item",
items: [{
id: "modularmachinery:itemblueprint",
tag: {
dynamicmachine: "modularmachinery:dyson_sphere"
}
}]
}]
}