Fellies/config/resourcefulbees/bees/Pigman.json

32 lines
734 B
JSON
Raw Normal View History

2021-01-17 12:40:59 +00:00
{
"flower": "minecraft:brown_mushroom",
"maxTimeInHive": 1000,
"hasHoneycomb": true,
"baseLayerTexture": "pigman/pigman_bee",
"traits": ["nether", "pigman"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#885956"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:netherrack",
"mutationOutput": "minecraft:glowstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:glowstone_dust"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}