1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Add first batch of mods

This commit is contained in:
2021-01-11 21:08:08 +01:00
parent ececab5cc5
commit cdaa71c57b
779 changed files with 42150 additions and 9 deletions

View File

@ -0,0 +1,33 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/coal/coal_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#303030",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:forge:stone",
"mutationOutput": "minecraft:coal_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:coal",
"mainOutputCount": 16
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:overworld",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"feedItem": "minecraft:poppy",
"feedAmount": 4,
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,38 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "/creeper/creeper_bee",
"traits" : ["creeper"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#0C9F0A",
"isGlowing": true,
"glowColor": "#E2D3D3",
"glowingPulse": 2,
"emissiveLayerTexture": "/creeper/creeper_bee_emissive"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "tag:minecraft:lava",
"mutationOutput": "minecraft:mossy_cobblestone",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gunpowder",
"mainOutputCount": 4
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,34 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/diamond/diamond_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#00ffff",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:lava",
"mutationOutput": "minecraft:water",
"mutationType": "FLUID_TO_FLUID"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:diamond",
"mainOutputCount": 1
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true,
"parent1": "Coal",
"parent2": "Skeleton",
"feedItem": "tag:forge:ores"
},
"TraitData": {}
}

View File

@ -0,0 +1,29 @@
{
"flower": "ALL",
"hasHoneycomb": true,
"baseLayerTexture": "ores/emerald/emerald_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#18eb09",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:lava",
"mutationType": "BLOCK_TO_FLUID"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:emerald"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:Mountain,Hills"
},
"BreedData": {
"isBreedable": true,
"spawnWeight": 4
},
"TraitData": {}
}

View File

@ -0,0 +1,35 @@
{
"flower": "minecraft:chorus_flower",
"hasHoneycomb": true,
"traits": ["ender"],
"maxTimeInHive": 1800,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#339786",
"primaryColor": "#339786",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:obsidian",
"mutationOutput": "minecraft:end_stone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:ender_pearl",
"bottleOutput" : "minecraft:dragon_breath"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:end",
"lightLevel": "NIGHT",
"spawnWeight": 20
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,30 @@
{
"flower": "ALL",
"hasHoneycomb": true,
"maxTimeInHive": 800,
"baseLayerTexture": "ores/gold/gold_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#FFDC00",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:gold_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:gold_ingot"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,32 @@
{
"flower": "all",
"hasHoneycomb": false,
"traits": ["can_swim"],
"maxTimeInHive": 1200,
"sizeModifier": 0.75,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#92b9fe",
"primaryColor": "#92b9fe",
"secondaryColor": "#303030"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:water",
"mutationOutput": "minecraft:ice",
"mutationType": "FLUID_TO_BLOCK",
"mutationCount": 20
},
"CentrifugeData": {
"hasCentrifugeOutput": false
},
"SpawnData": {
"canSpawnInWorld": false
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,30 @@
{
"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": {}
}

View File

@ -0,0 +1,31 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/lapis/lapis_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#345ec3",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:lapis_ore",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:lapis_lazuli",
"mainOutputCount": 8
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,34 @@
{
"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
}
}

View File

@ -0,0 +1,35 @@
{
"flower": "minecraft:wither_rose",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "ores/netherite/netherite_bee",
"traits": ["nether", "wither"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#654740"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:blackstone",
"mutationOutput": "minecraft:gilded_blackstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:netherite_ingot",
"mainOutputWeight": 0.05
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:nether",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true,
"parent1": "Wither",
"parent2": "Diamond"
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,32 @@
{
"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
}
}

View File

@ -0,0 +1,28 @@
{
"flower": "ALL",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"ColorData": {
"isBeeColored": true,
"honeycombColor": "#ffffff",
"isRainbowBee": true,
"isGlowing": true
},
"MutationData": {},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:red_dye",
"secondaryOutput": "minecraft:green_dye",
"bottleOutput": "resourcefulbees:rainbow_honey_bottle",
"bottleOutputWeight": 0.02
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "TAG:OVerWorld",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,31 @@
{
"flower": "ALL",
"maxTimeInHive": 800,
"hasHoneycomb": true,
"baseLayerTexture": "ores/redstone/redstone_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#aa0f01",
"modelType": "ORE"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:redstone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:redstone",
"mainOutputCount": 4
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {}
}

View File

@ -0,0 +1,32 @@
{
"flower": "small",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "skeleton/skeleton_bee",
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#F6F2E6"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:gravel",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:bone"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true,
"feedItem": "small",
"feedAmount": 8
},
"TraitData": {}
}

View File

@ -0,0 +1,26 @@
{
"flower": "all",
"hasHoneycomb": false,
"traits": ["slimy"],
"maxTimeInHive": 1200,
"baseLayerTexture": "slime/slime_bee",
"ColorData": {
"modelType": "GELATINOUS",
"gelLayerTexture": "/slime/slime_gel_Layer"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:honey_block",
"mutationOutput": "minecraft:slime_block",
"mutationType": "BLOCK_TO_BLOCK",
"mutationCount": 15
},
"BreedData": {
"isBreedable": true,
"parent1": "rgbee",
"parent2": "zombie"
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,33 @@
{
"flower": "minecraft:wither_rose",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "wither/wither_bee",
"traits": ["nether", "wither"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#444444"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:lava",
"mutationOutput": "minecraft:obsidian",
"mutationType": "FLUID_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:nether_star",
"mainOutputWeight": 0.01
},
"SpawnData": {},
"BreedData": {
"isBreedable": true,
"parent1": "Coal",
"parent2": "Skeleton",
"feedItem": "minecraft:rotten_flesh",
"feedAmount": 12
},
"TraitData": {
"hasTraits": true
}
}

View File

@ -0,0 +1,33 @@
{
"flower": "tag:minecraft:bee_growables",
"maxTimeInHive": 600,
"hasHoneycomb": true,
"baseLayerTexture": "zombie/zombie_bee",
"traits": ["zombie"],
"ColorData": {
"isBeeColored": false,
"honeycombColor": "#2F4E32"
},
"MutationData": {
"hasMutation": true,
"mutationInput": "minecraft:stone",
"mutationOutput": "minecraft:cobblestone",
"mutationType": "BLOCK_TO_BLOCK"
},
"CentrifugeData": {
"hasCentrifugeOutput": true,
"mainOutput": "minecraft:rotten_flesh"
},
"SpawnData": {
"canSpawnInWorld": true,
"biomeWhitelist": "tag:OVERWORLD",
"biomeBlacklist": "tag:ocean",
"lightLevel": "NIGHT"
},
"BreedData": {
"isBreedable": true
},
"TraitData": {
"hasTraits": true
}
}