Skip to content

Instantly share code, notes, and snippets.

@Fireztonez
Created August 5, 2019 02:39
Show Gist options
  • Save Fireztonez/093df69cea52ff1fbaf05a4c71845dc9 to your computer and use it in GitHub Desktop.
Save Fireztonez/093df69cea52ff1fbaf05a4c71845dc9 to your computer and use it in GitHub Desktop.
InControl potentialspawn.json Midnight Test
[
{
"dimension": -23,
"block": "midnight:nightstone",
"mobs": [
{
"mob": "minecraft:cow",
"weight": 1,
"groupcountmax": 1,
"maxcount": "5",
"maxlight": "7"
}
]
},
{
"dimension": -23,
"block": [
"midnight:nightstone"
],
"mobs": [
{
"mob": "minecraft:cow",
"weight": 1,
"groupcountmax": 1,
"maxcount": "5",
"maxlight": "7"
}
]
},
{
"dimension": 0,
"block": [
"minecraft:grass"
],
"mobs": [
{
"mob": "minecraft:cow",
"weight": 1,
"groupcountmax": 1,
"maxcount": "5",
"maxlight": "7"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment