games:minecraft:public:prosperibee

This is an old revision of the document!



https://wiki.resourcefulbees.com/en/1.16.3/getting_started/bee_creation/ https://wiki.resourcefulbees.com/en/1.16.3/data_templates/bee_template/ https://jsonlint.com/


Creates a bee for resourceful bees mod. The bee will give a comb which can be turned into a prosperity shard and then used in mythical agriculture.


Prosperibee.json
{  
  "flower": "ALL",  
  "maxTimeInHive": 600,  
  "sizeModifier":0.25,
  "hasHoneycomb": true,  
  "baseModelType" : "KITTEN",
  "baseLayerTexture": "ores/diamond/diamond_bee",  
    "ColorData": {
        "primaryColor":"#005600",
        "secondaryColor":"#005600",
        "honeycombColor":"#005800",
        "primaryLayerTexture":"/custom/primary_layer",
        "secondaryLayerTexture":"/custom/secondary_layer",
        "emissiveLayerTexture":"/creeper/creeper_bee_emissive",
        "isBeeColored": true,
        "isRainbowBee": false,
        "isGlowing" : true,
        "glowColor" : "#55ff55",
        "isEnchanted" : false,
        "glowingPulse" : 3,
        "modelType": "DEFAULT"
    },
  "MutationData": {  
      "hasMutation": true,  
      "mutationInput": "minecraft:lava",  
      "mutationOutput": "minecraft:water",  
      "mutationType": "FLUID_TO_FLUID"  
  },  
  "CentrifugeData": {  
      "hasCentrifugeOutput": true,  
      "mainOutput": "mysticalagriculture:prosperity_shard",  
      "secondaryOutput" : "minecraft:stone",
      "mainOutputCount": 1  
  },  
  "SpawnData": {  
      "canSpawnInWorld": true,  
      "biomeWhitelist": "tag:OVERWORLD",  
      "biomeBlacklist": "tag:ocean"  
  },  
  "BreedData": {  
      "isBreedable": true,  
      "parent1": "Coal",  
      "parent2": "Skeleton",  
      "feedItem": "tag:forge:ores"  
  },  
  "TraitData": {}  
}
  • games/minecraft/public/prosperibee.1624909875.txt.gz
  • Last modified: 2021/06/28 19:51
  • by clay