first commit
This commit is contained in:
14
config/dailyshop/daily_shop.json
Normal file
14
config/dailyshop/daily_shop.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"default": {
|
||||
"startEpoch": 0,
|
||||
"refreshDelay": 60000,
|
||||
"trades": "daily_shop"
|
||||
},
|
||||
"custom": {
|
||||
"some_custom_shop": {
|
||||
"startEpoch": 0,
|
||||
"refreshDelay": 30000,
|
||||
"trades": "daily_shop"
|
||||
}
|
||||
}
|
||||
}
|
3
config/dailyshop/entity_groups.json
Normal file
3
config/dailyshop/entity_groups.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"groups": {}
|
||||
}
|
3
config/dailyshop/item_groups.json
Normal file
3
config/dailyshop/item_groups.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"groups": {}
|
||||
}
|
3
config/dailyshop/tile_groups.json
Normal file
3
config/dailyshop/tile_groups.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"groups": {}
|
||||
}
|
20
config/dailyshop/trade_tables/daily_shop.json
Normal file
20
config/dailyshop/trade_tables/daily_shop.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"roll": {
|
||||
"type": "constant",
|
||||
"count": 60
|
||||
},
|
||||
"pool": [
|
||||
{
|
||||
"value": "saplings",
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"value": "seeds",
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"value": "spawn_eggs",
|
||||
"weight": 1.0
|
||||
}
|
||||
]
|
||||
}
|
85
config/dailyshop/trade_tables/saplings.json
Normal file
85
config/dailyshop/trade_tables/saplings.json
Normal file
@ -0,0 +1,85 @@
|
||||
{
|
||||
"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": "oak_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "spruce_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "birch_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "jungle_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "acacia_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "cherry_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "dark_oak_sapling",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
}
|
||||
]
|
||||
}
|
69
config/dailyshop/trade_tables/seeds.json
Normal file
69
config/dailyshop/trade_tables/seeds.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"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": "wheat_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "pumpkin_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "melon_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "torchflower_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
},
|
||||
{
|
||||
"item": "beetroot_seeds",
|
||||
"count": {
|
||||
"type": "constant",
|
||||
"count": 1
|
||||
},
|
||||
"weight": 1.0
|
||||
}
|
||||
]
|
||||
}
|
261
config/dailyshop/trade_tables/spawn_eggs.json
Normal file
261
config/dailyshop/trade_tables/spawn_eggs.json
Normal file
@ -0,0 +1,261 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user