Skip to content

Instantly share code, notes, and snippets.

@LottieVixen
Created November 29, 2020 13:17
Show Gist options
  • Select an option

  • Save LottieVixen/72ce3a5d9b96944c4a0e216478de74b3 to your computer and use it in GitHub Desktop.

Select an option

Save LottieVixen/72ce3a5d9b96944c4a0e216478de74b3 to your computer and use it in GitHub Desktop.
{
"type": "ItemVoid",
"name": "Item-Void",
"description": "Entfernen Sie alle Materialien.",
"size": 1,
"hasItems": true,
"ItemStack": 100,
"update": true,
"soild": true,
"requirements": [
{ "item": "copper", "amount": "1" }
],
"category": "power",
"research": "mega-power"
}
{
"type": "LiquidVoid",
"name": "Liquid-Void",
"description": "Entfernen Sie alle Flüsigkeiten",
"size": 1,
"hasLiquids": true,
"update": true,
"soild": true,
"liquidCapacity": 100,
"requirements": [
{ "item": "copper", "amount": "1" }
],
"category": "power",
"research": "Item-Source"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment