Fellies/config/resourcefulbees/bees/Nether_Quartz.json

34 lines
767 B
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "minecraft:nether_wart",
"maxTimeInHive": 1000,
"hasHoneycomb": true,
"traits": ["nether"],
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#D4CABA",
"primaryColor": "#D4CABA",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:netherrack",
"mutationOutput": "minecraft:nether_quartz_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:quartz",
"mainOutputCount": 2
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}