CHA/config/dailyshop/trade_tables/spawn_eggs.json
2025-02-18 15:25:17 +01:00

261 lines
4.7 KiB
JSON

{
"roll": {
"type": "constant",
"count": 1
},
"input1": {
"filter": "minecraft:emerald",
"count": {
"type": "constant",
"count": 10
}
},
"input2": {
"filter": "minecraft:diamond",
"count": {
"type": "constant",
"count": 10
}
},
"input3": {
"filter": "minecraft:iron_ingot",
"count": {
"type": "constant",
"count": 10
}
},
"output": [
{
"item": "blaze_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "axolotl_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "frog_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "chicken_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "cow_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "creeper_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "drowned_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "enderman_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "evoker_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "ghast_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "guardian_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "hoglin_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "husk_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "magma_cube_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "pillager_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "piglin_brute_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "piglin_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "pig_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "sheep_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "shulker_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "skeleton_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "slime_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "stray_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "squid_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "spider_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "vindicator_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "witch_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "wither_skeleton_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
},
{
"item": "zombified_piglin_spawn_egg",
"count": {
"type": "constant",
"count": 1
},
"weight": 1.0
}
]
}