Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
{
"forge_tier": 5,
"essences": {
"aureal": 82,
"blood": 1000,
"experience": 0,
"souls": 4
},
"inputs": [
{
"amount": 1,
"ingredient": {
"item": "forbidden_arcanus:stellarite_piece"
}
},
{
"amount": 2,
"ingredient": {
"item": "forbidden_arcanus:eternal_stella"
}
},
{
"amount": 1,
"ingredient": {
"item": "allthemodium:vibranium_block"
}
},
{
"amount": 1,
"ingredient": {
"item": "forbidden_arcanus:stellarite_piece"
}
},
{
"amount": 1,
"ingredient": {
"item": "allthemodium:vibranium_block"
}
},
{
"amount": 2,
"ingredient": {
"item": "forbidden_arcanus:eternal_stella"
}
}
],
"magic_circle": "forbidden_arcanus:create_item",
"main_ingredient": {
"type": "productivebees:component",
"components": {
"minecraft:entity_data": {
"type": "productivebees:netherite",
"id": "productivebees:configurable_bee"
}
},
"items": "productivebees:spawn_egg_configurable_bee"
},
"result": {
"type": "forbidden_arcanus:create_item",
"result_item": {
"components": {
"minecraft:entity_data": {
"type": "productivebees:stellarite",
"id": "productivebees:configurable_bee"
}
},
"count": 1,
"id": "productivebees:spawn_egg_configurable_bee"
}
}
}

View File

@@ -0,0 +1,18 @@
{
"primaryColor": "#f6f400",
"secondaryColor": "#c4dc20",
"tertiaryColor": "#989e09",
"particleType": "pop",
"flowerBlock": "kubejs:air_essence_block",
"description": "productivebees.ingredient.description.only_spawnegg",
"beeTexture": "productivebees:textures/entity/bee/air_essence/bee",
"size": 0.7,
"selfbreed": false,
"renderer": "default_crystal",
"conditions": [
{
"modid": "ars_nouveau",
"type": "neoforge:mod_loaded"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"primaryColor": "#7ae54c",
"secondaryColor": "#01de07",
"tertiaryColor": "#007702",
"particleType": "pop",
"flowerBlock": "kubejs:earth_essence_block",
"description": "productivebees.ingredient.description.only_spawnegg",
"beeTexture": "productivebees:textures/entity/bee/earth_essence/bee",
"size": 0.7,
"selfbreed": false,
"renderer": "default_crystal",
"conditions": [
{
"modid": "ars_nouveau",
"type": "neoforge:mod_loaded"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"primaryColor": "#ad0f07",
"secondaryColor": "#ed5302",
"tertiaryColor": "#fa8a78",
"particleType": "pop",
"flowerBlock": "kubejs:fire_essence_block",
"description": "productivebees.ingredient.description.only_spawnegg",
"beeTexture": "productivebees:textures/entity/bee/fire_essence/bee",
"size": 0.7,
"selfbreed": false,
"renderer": "default_crystal",
"conditions": [
{
"modid": "ars_nouveau",
"type": "neoforge:mod_loaded"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"primaryColor": "#2e35f0",
"secondaryColor": "#60c7ed",
"tertiaryColor": "#b5f2ff",
"particleType": "pop",
"flowerBlock": "kubejs:water_essence_block",
"description": "productivebees.ingredient.description.only_spawnegg",
"beeTexture": "productivebees:textures/entity/bee/water_essence/bee",
"size": 0.7,
"selfbreed": false,
"renderer": "default_crystal",
"conditions": [
{
"modid": "ars_nouveau",
"type": "neoforge:mod_loaded"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"primaryColor": "#80B425",
"secondaryColor": "#bb8d23",
"particleColor": "#80B425",
"particleType": "pop",
"flowerBlock": "allthecompressed:antimatter_block",
"selfbreed": false,
"irradiated": true,
"conditions": [
{
"modid": "mekanism",
"type": "neoforge:mod_loaded"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "productivebees:bee_conversion",
"source": "productivebees:radioactive",
"result": "productivebees:wasted_radioactive",
"item": {
"item": "mekanism:pellet_polonium"
},
"chance": 0.05,
"conditions": [
{
"type": "productivebees:bee_exists",
"bee": "productivebees:radioactive"
},
{
"type": "productivebees:bee_exists",
"bee": "productivebees:wasted_radioactive"
}
]
}

View File

@@ -0,0 +1,22 @@
{
"type": "productivebees:centrifuge",
"ingredient": {
"type": "productivebees:component",
"components": {
"productivebees:bee_type": "productivebees:oily"
},
"items": "productivebees:configurable_honeycomb"
},
"outputs": [
],
"fluid": {
"fluid": "modern_industrialization:crude_oil",
"amount": 50
},
"neoforge:conditions": [
{
"type": "productivebees:bee_exists",
"bee": "productivebees:oily"
}
]
}

View File

@@ -0,0 +1,30 @@
{
"type": "productivebees:centrifuge",
"ingredient": {
"type": "productivebees:component",
"components": {
"productivebees:bee_type": "productivebees:experience"
},
"items": "productivebees:configurable_honeycomb"
},
"outputs": [
{
"item": {
"item": "productivebees:wax"
}
}
],
"fluid": {
"fluid": "justdirethings:xp_fluid_source",
"amount": 100
},
"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "productivelib:fluid_tag_empty",
"tag": "c:experience"
}
}
]
}