30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"flower": "ALL",
|
|
"hasHoneycomb": true,
|
|
"maxTimeInHive": 600,
|
|
"baseLayerTexture": "ores/iron/iron_bee",
|
|
"ColorData": {
|
|
"isBeeColored": false,
|
|
"honeycombColor": "#ffcc99",
|
|
"modelType": "ORE"
|
|
},
|
|
"MutationData": {
|
|
"hasMutation": true,
|
|
"mutationInput": "minecraft:stone",
|
|
"mutationOutput": "minecraft:iron_ore",
|
|
"mutationType": "BLOCK_TO_BLOCK"
|
|
},
|
|
"CentrifugeData": {
|
|
"hasCentrifugeOutput": true,
|
|
"mainOutput": "minecraft:iron_ingot"
|
|
},
|
|
"SpawnData": {
|
|
"canSpawnInWorld": true,
|
|
"biomeWhitelist": "tag:OVERWORLD",
|
|
"biomeBlacklist": "tag:ocean"
|
|
},
|
|
"BreedData": {
|
|
"isBreedable": true
|
|
},
|
|
"TraitData": {}
|
|
} |