add first patch
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
"gPg",
|
||||
"pgp",
|
||||
"grg"
|
||||
],
|
||||
"key": {
|
||||
"p": {
|
||||
"item": "splendid_slimes:plort"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"r": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"P": {
|
||||
"item": "numismatics:crown"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:corral_block",
|
||||
"count": 5
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
"ipi",
|
||||
"apa",
|
||||
"ILI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"L": {
|
||||
"item": "society:battery"
|
||||
},
|
||||
"p": {
|
||||
"item": "minecraft:piston"
|
||||
},
|
||||
"a": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:plort_press"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:all_seeing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:spider_eye",
|
||||
"count": 3,
|
||||
"weight": 16
|
||||
},
|
||||
{
|
||||
"item": "society:pristine_tigerseye",
|
||||
"count": 3,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:bear"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{ "item": "meadow:flecked_wool", "count": 4, "weight": 44 },
|
||||
{ "item": "society:fine_wool", "count": 1, "weight": 22 },
|
||||
{ "item": "species:werefang", "count": 1, "weight": 10 },
|
||||
{ "item": "buzzier_bees:moobloom_spawn_egg", "count": 1, "weight": 5 },
|
||||
{ "item": "society:beemonican_seal", "count": 1, "weight": 1 }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:bitwise"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"count": 32,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"item": "society:battery",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:blazing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:blaze_powder",
|
||||
"count": 3,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blaze_rod",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"item": "society:fire_quartz",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:bony"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:bone",
|
||||
"count": 4,
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bone_block",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"item": "society:enriched_bone_meal",
|
||||
"count": 16,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:boomcat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gunpowder",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:dusty"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{ "item": "minecraft:sand", "count": 32 },
|
||||
{ "item": "minecraft:red_sand", "count": 32 },
|
||||
{ "item": "atmospheric:arid_sand", "count": 32 },
|
||||
{ "item": "atmospheric:red_arid_sand", "count": 32 },
|
||||
{ "item": "beachparty:sandwaves", "count": 32 }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:ender"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ender_pearl",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:gold"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "numismatics:crown",
|
||||
"count": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"item": "vintagedelight:golden_egg",
|
||||
"count": 1,
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"item": "pamhc2trees:lemon_sapling",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:juicy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "vintagedelight:gearo_berry",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"item": "vinery:red_grapejuice",
|
||||
"count": 1,
|
||||
"weight": 8
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:luminous"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:glowstone_dust",
|
||||
"count": 16,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"item": "etcetera:light_bulb",
|
||||
"count": 1,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"item": "etcetera:tinted_light_bulb",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:minty"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:dragon_breath",
|
||||
"count": 1,
|
||||
"weight": 150
|
||||
},
|
||||
{
|
||||
"item": "botania:pixie_dust",
|
||||
"count": 1,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"item": "quark:dragon_scale",
|
||||
"count": 1,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dragon_egg",
|
||||
"count": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:orby"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "create:experience_nugget",
|
||||
"count": 32
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:phantom"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:phantom_membrane",
|
||||
"count": 3,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"item": "society:jade",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:prisma"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{ "item": "atmospheric:ivory_travertine", "count": 32 },
|
||||
{ "item": "atmospheric:peach_travertine", "count": 32 },
|
||||
{ "item": "atmospheric:persimmon_travertine", "count": 32 },
|
||||
{ "item": "atmospheric:saffron_travertine", "count": 32 }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:puddle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:prismarine_crystals",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "minecraft:prismarine_shard",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:rotting"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:rotten_flesh",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:shulking"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:shulker_shell",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:slimy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:slime_ball",
|
||||
"count": 6,
|
||||
"weight": 400
|
||||
},
|
||||
{
|
||||
"item": "society:petrified_slime",
|
||||
"count": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"item": "gamediscs:game_disc_slime",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:sparkcat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "society:sparkstone",
|
||||
"count": 16,
|
||||
"weight": 12
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:sweet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:sugar",
|
||||
"count": 32,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"item": "supplementaries:sugar_cube",
|
||||
"count": 16,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:webby"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:string",
|
||||
"count": 4,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobweb",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"item": "society:spider_silk",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "splendid_slimes:plort_ripping",
|
||||
"ingredient": {
|
||||
"item": "splendid_slimes:plort",
|
||||
"nbt": {
|
||||
"plort": {
|
||||
"id": "splendid_slimes:weeping"
|
||||
}
|
||||
}
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:ghast_tear",
|
||||
"count": 1,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:crying_obsidian",
|
||||
"count": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"item": "society:frozen_tear",
|
||||
"count": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
"iei",
|
||||
"sps",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"p": {
|
||||
"item": "splendid_slimes:plort"
|
||||
},
|
||||
"s": {
|
||||
"item": "minecraft:slime_ball"
|
||||
},
|
||||
"e": {
|
||||
"item": "society:battery"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:plort_rippit"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
" p ",
|
||||
"pgp",
|
||||
" p "
|
||||
],
|
||||
"key": {
|
||||
"g": {
|
||||
"item": "supplementaries:bomb"
|
||||
},
|
||||
"p": {
|
||||
"item": "minecraft:phantom_membrane"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:rocket_pod",
|
||||
"count": 16
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": ["ppp", "iFi", "III"],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"p": {
|
||||
"item": "splendid_slimes:plort"
|
||||
},
|
||||
"F": {
|
||||
"item": "society:feeding_trough"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:slime_feeder"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
"aga",
|
||||
"gGg",
|
||||
"ILI"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"g": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"G": {
|
||||
"item": "society:battery"
|
||||
},
|
||||
"a": {
|
||||
"item": "minecraft:amethyst_shard"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:slime_incubator"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"pattern": [
|
||||
"ip ",
|
||||
"Pip",
|
||||
" li"
|
||||
],
|
||||
"key": {
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"P": {
|
||||
"item": "splendid_slimes:plort"
|
||||
},
|
||||
"l": {
|
||||
"item": "minecraft:lever"
|
||||
},
|
||||
"p": {
|
||||
"item": "society:battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "splendid_slimes:slime_vac"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"breed": "all_seeing",
|
||||
"name": "slime.splendid_slimes.all_seeing",
|
||||
"color": "#65062b",
|
||||
"particle": { "item": "minecraft:cobweb" },
|
||||
"diet": "diet.splendid_slimes.all_seeing",
|
||||
"foods": [{ "tag": "forge:vegetables" }],
|
||||
"favorite_food": { "item": "minecraft:golden_carrot" },
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "vinery:climbing_effect",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:poison",
|
||||
"duration": 120,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:night_vision",
|
||||
"duration": 300,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"breed": "bear",
|
||||
"name": "slime.splendid_slimes.bear",
|
||||
"color": "#E79A3F",
|
||||
"particle": {
|
||||
"item": "minecraft:honey_block"
|
||||
},
|
||||
"diet": "diet.splendid_slimes.bear",
|
||||
"foods": [
|
||||
{ "item": "minecraft:honeycomb" },
|
||||
{ "item": "minecraft:honey_bottle" },
|
||||
{ "item": "minecraft:honey_block" },
|
||||
{ "item": "minecraft:honeycomb_block" },
|
||||
{ "item": "buzzier_bees:crystallized_honey_block" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "buzzier_bees:crystallized_honey_block"
|
||||
},
|
||||
"traits": ["dominant", "friendly"],
|
||||
"emit_effect_particle": "minecraft:dripping_honey",
|
||||
"hostile_to_entities": ["minecraft:bee"],
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:slowness",
|
||||
"duration": 120,
|
||||
"amplifier": 1
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:slowness",
|
||||
"duration": 120,
|
||||
"amplifier": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"breed": "bitwise",
|
||||
"name": "slime.splendid_slimes.bitwise",
|
||||
"color": "#aa0f01",
|
||||
"particle": { "item": "minecraft:redstone_block" },
|
||||
"diet": "diet.splendid_slimes.bitwise",
|
||||
"foods": [
|
||||
{
|
||||
"tag": "society:omni_geode_treasure"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "society:fire_opal"
|
||||
},
|
||||
"emit_effect_particle": "atmospheric:cochineal_trail",
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "relics:confusion",
|
||||
"duration": 1000,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"breed": "blazing",
|
||||
"name": "slime.splendid_slimes.blazing",
|
||||
"color": "#c96c03",
|
||||
"diet": "diet.splendid_slimes.blazing",
|
||||
"particle": { "item": "minecraft:blaze_powder" },
|
||||
"foods": [
|
||||
{ "tag": "forge:cooked_meat" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "autumnity:cooked_turkey"
|
||||
},
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "supplementaries:flammable",
|
||||
"duration": 300,
|
||||
"amplifier": 1
|
||||
}
|
||||
],
|
||||
"emit_effect_particle": "supplementaries:bomb_smoke",
|
||||
"traits": ["flaming"]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"breed": "bony",
|
||||
"name": "slime.splendid_slimes.bony",
|
||||
"color": "#e8e5d2",
|
||||
"diet": "diet.splendid_slimes.bony",
|
||||
"particle": { "item": "minecraft:bone" },
|
||||
"traits": ["putrid"],
|
||||
"foods": [{ "tag": "society:small_milk" }, { "tag": "society:large_milk" }],
|
||||
"favorite_food": {
|
||||
"item": "society:large_sheep_milk"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"breed": "boomcat",
|
||||
"name": "slime.splendid_slimes.boomcat",
|
||||
"color": "#8a8a8a",
|
||||
"particle": { "item": "minecraft:gunpowder" },
|
||||
"diet": "diet.splendid_slimes.boomcat",
|
||||
"foods": [
|
||||
{ "tag": "forge:raw_meat" },
|
||||
{ "tag": "forge:cooked_meat" },
|
||||
{ "tag": "splendid_slimes:animal_spawn_eggs" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "untitledduckmod:cooked_duck"
|
||||
},
|
||||
"entities": [
|
||||
"minecraft:chicken",
|
||||
"minecraft:cow",
|
||||
"minecraft:pig",
|
||||
"snowpig:snow_pig",
|
||||
"minecraft:rabbit",
|
||||
"minecraft:sheep",
|
||||
"untitledduckmod:duck",
|
||||
"untitledduckmod:goose"
|
||||
],
|
||||
"favorite_entity": "untitledduckmod:duck",
|
||||
"traits": ["explosive"]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"breed": "dusty",
|
||||
"name": "slime.splendid_slimes.dusty",
|
||||
"color": "#C2B280",
|
||||
"particle": { "item": "minecraft:bone" },
|
||||
"hat": {
|
||||
"item": "simplehats:sandcastle"
|
||||
},
|
||||
"hat_scale": 0.5,
|
||||
"hat_y_offset": -1.8,
|
||||
"diet": "diet.splendid_slimes.dusty",
|
||||
"foods": [
|
||||
{ "item": "minecraft:bone" },
|
||||
{ "item": "aquaculture:fish_bones" },
|
||||
{ "item": "netherdepthsupgrade:bonefish" },
|
||||
{ "item": "minecraft:skeleton_spawn_egg" },
|
||||
{ "item": "minecraft:stray_spawn_egg" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "netherdepthsupgrade:bonefish"
|
||||
},
|
||||
"traits": ["picky"],
|
||||
"entities": ["minecraft:stray", "minecraft:skeleton"],
|
||||
"favorite_entity": "minecraft:stray",
|
||||
"emit_effect_particle": "supplementaries:air_burst",
|
||||
"negative_commands": [
|
||||
"execute at @p[distance=..6] run summon minecraft:lightning_bolt",
|
||||
"playsound trials:breeze_idle block @a[distance=..10]"
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "legendarycreatures:convulsion",
|
||||
"duration": 120,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"breed": "ender",
|
||||
"name": "slime.splendid_slimes.ender",
|
||||
"color": "#0b4d42",
|
||||
"particle": { "item": "minecraft:ender_pearl" },
|
||||
"diet": "diet.splendid_slimes.ender",
|
||||
"foods": [
|
||||
{
|
||||
"tag": "forge:gems"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "minecraft:amethyst_shard"
|
||||
},
|
||||
"emit_effect_particle": "minecraft:dragon_breath",
|
||||
"traits": ["foodporting"],
|
||||
"postive_commands": [
|
||||
"tp @e[distance=..2] @e[limit=1,sort=nearest]",
|
||||
"playsound minecraft:entity.enderman.teleport block @a[distance=..10]"
|
||||
],
|
||||
"negative_commands": [
|
||||
"tp @e[distance=..8] @e[limit=1,sort=nearest]",
|
||||
"playsound minecraft:entity.enderman.teleport block @a[distance=..10]"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"breed": "gold",
|
||||
"name": "slime.splendid_slimes.gold",
|
||||
"color": "#e9b115",
|
||||
"particle": { "item": "minecraft:raw_gold_block" },
|
||||
"hat_y_offset": -1,
|
||||
"diet": "diet.splendid_slimes.gold",
|
||||
"foods": [
|
||||
{
|
||||
"tag": "society:preserves"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "society:bell_pepper_preserves"
|
||||
},
|
||||
"traits": ["largoless", "moody"],
|
||||
"emit_effect_particle": "atmospheric:morado_blossom",
|
||||
"negative_commands": [
|
||||
"numismatics deduct @p[distance=..8,limit=1] 1 CROWN",
|
||||
"emberstextapi sendcustom @p[distance=..8,limit=1] {anchor:\"BOTTOM_CENTER\",background:1,align:\"BOTTOM_CENTER\",offsetY:-60} 300 A Gold Slime stole from your bank account!",
|
||||
"playsound tanukidecor:block.cash_register.ring block @a[distance=..10]"
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:bad_omen",
|
||||
"duration": 300,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"breed": "juicy",
|
||||
"name": "slime.splendid_slimes.juicy",
|
||||
"color": "#7d2ed8",
|
||||
"hat_scale": 1.0,
|
||||
"particle": { "item": "vinery:jungle_grape_seeds_red" },
|
||||
"diet": "diet.splendid_slimes.juicy",
|
||||
"foods": [{ "tag": "vinery:red_grape" }],
|
||||
"favorite_food": {
|
||||
"item": "vinery:jungle_grapes_red"
|
||||
},
|
||||
"traits": ["moody"],
|
||||
"emit_effect_particle": "rehooked:ender_hook_particle",
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "oreganized:stunning",
|
||||
"duration": 120,
|
||||
"amplifier": 1
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:mining_fatigue",
|
||||
"duration": 120,
|
||||
"amplifier": 2
|
||||
},
|
||||
{
|
||||
"effect": "oreganized:stunning",
|
||||
"duration": 120,
|
||||
"amplifier": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"breed": "luminous",
|
||||
"name": "slime.splendid_slimes.luminous",
|
||||
"color": "#ffbc5e",
|
||||
"particle": { "item": "minecraft:glowstone" },
|
||||
"diet": "diet.splendid_slimes.luminous",
|
||||
"foods": [
|
||||
{ "tag": "society:pickled_veggies" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "vintagedelight:pickle"
|
||||
},
|
||||
"emit_effect_particle": "legendarycreatures:wisp_particle",
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:glowing",
|
||||
"duration": 220,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"breed": "mechanic",
|
||||
"name": "slime.splendid_slimes.mechanic",
|
||||
"color": "#7a5a34",
|
||||
"particle": {
|
||||
"item": "create:cogwheel"
|
||||
},
|
||||
"diet": "diet.splendid_slimes.mechanic",
|
||||
"foods": [{ "tag": "forge:ingots" }],
|
||||
"favorite_food": {
|
||||
"item": "oreganized:lead_ingot"
|
||||
},
|
||||
"traits": ["handy"]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"breed": "minty",
|
||||
"name": "slime.splendid_slimes.minty",
|
||||
"color": "#cd75a4",
|
||||
"particle": { "item": "minecraft:dragon_egg" },
|
||||
"hat_y_offset": -0.7,
|
||||
"diet": "diet.splendid_slimes.minty",
|
||||
"foods": [
|
||||
{ "item": "society:tubabacco_leaf" },
|
||||
{ "item": "society:dried_tubabacco_leaf" },
|
||||
{ "item": "society:tubasmoke_stick" },
|
||||
{ "item": "society:tubasmoke_carton" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "society:tubasmoke_stick"
|
||||
},
|
||||
"traits": ["feral", "defiant", "floating", "putrid"],
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:strength",
|
||||
"amplifier": 2
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:slow_falling",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"emit_effect_particle": "ribbits:spell",
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:regeneration",
|
||||
"duration": 40,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"effect": "brewery:pacify",
|
||||
"duration": 300,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "species:bloodlust",
|
||||
"duration": 600,
|
||||
"amplifier": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"breed": "orby",
|
||||
"name": "slime.splendid_slimes.orby",
|
||||
"particle": { "item": "minecraft:experience_bottle" },
|
||||
"color": "#b8e45a",
|
||||
"hat_y_offset": -0.5,
|
||||
"diet": "diet.splendid_slimes.orby",
|
||||
"foods": [
|
||||
{ "tag": "society:dehydrated" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "society:dried_shimmering_mushrooms"
|
||||
},
|
||||
"traits": ["defiant", "handy", "inverse"],
|
||||
"emit_effect_particle": "minecraft:sculk_charge_pop",
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:strength",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:darkness",
|
||||
"duration": 220,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:darkness",
|
||||
"duration": 220,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"breed": "phantom",
|
||||
"name": "slime.splendid_slimes.phantom",
|
||||
"particle": { "item": "minecraft:lapis_block" },
|
||||
"color": "#dcd9c0",
|
||||
"hat_z_offset": -0.06,
|
||||
"diet": "diet.splendid_slimes.phantom",
|
||||
"foods": [
|
||||
{
|
||||
"tag": "minecraft:beds"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "minecraft:purple_bed"
|
||||
},
|
||||
"traits": ["floating"],
|
||||
"emit_effect_particle": "species:snoring",
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:slow_falling",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "nethervinery:hearthstone",
|
||||
"duration": 360,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"breed": "prisma",
|
||||
"name": "slime.splendid_slimes.prisma",
|
||||
"color": "#a4d1c2",
|
||||
"diet": "diet.splendid_slimes.prisma",
|
||||
"particle": { "item": "minecraft:prismarine_shard" },
|
||||
"foods": [
|
||||
{
|
||||
"tag": "minecraft:fishes"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "aquaculture:boulti"
|
||||
},
|
||||
"traits": ["aquatic", "spiky"],
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:water_breathing",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"emit_effect_particle": "supplementaries:suds",
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:mining_fatigue",
|
||||
"duration": 120,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:dolphins_grace",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:conduit_power",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"breed": "puddle",
|
||||
"name": "slime.splendid_slimes.puddle",
|
||||
"color": "#68c9ff",
|
||||
"diet": "diet.splendid_slimes.puddle",
|
||||
"particle": { "item": "minecraft:prismarine_shard" },
|
||||
"foods": [
|
||||
{
|
||||
"tag": "minecraft:fishes"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "unusualfishmod:raw_sneep_snorp"
|
||||
},
|
||||
"traits": ["aquatic", "spiky"],
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:water_breathing",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"emit_effect_particle": "minecraft:splash",
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:water_breathing",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"breed": "rotting",
|
||||
"name": "slime.splendid_slimes.rotting",
|
||||
"color": "#6f4d1b",
|
||||
"particle": { "item": "minecraft:rotten_flesh" },
|
||||
"diet": "diet.splendid_slimes.rotting",
|
||||
"foods": [{ "tag": "forge:raw_meat" }, { "tag": "splendid_slimes:animal_spawn_eggs" }],
|
||||
"favorite_food": {
|
||||
"item": "minecraft:chicken"
|
||||
},
|
||||
"traits": ["putrid", "dominant"],
|
||||
"entities": [
|
||||
"minecraft:chicken",
|
||||
"minecraft:cow",
|
||||
"minecraft:pig",
|
||||
"snowpig:snow_pig",
|
||||
"minecraft:rabbit",
|
||||
"minecraft:sheep",
|
||||
"untitledduckmod:duck",
|
||||
"untitledduckmod:goose"
|
||||
],
|
||||
"favorite_entity": "minecraft:chicken",
|
||||
"hostile_to_entities": ["minecraft:villager"],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:hunger",
|
||||
"duration": 220,
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"attack_commands": [
|
||||
"summon zombie ~ ~ ~ {DeathLootTable:\"minecraft:empty\",Health:8f,ArmorItems:[{},{},{},{id:\"minecraft:slime_block\",Count:1b}],ArmorDropChances:[0.085F,0.085F,0.085F,0.000F],Attributes:[{Name:generic.max_health,Base:8}]}"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"breed": "shulking",
|
||||
"name": "slime.splendid_slimes.shulking",
|
||||
"color": "#976997",
|
||||
"particle": { "item": "minecraft:purpur_block" },
|
||||
"hat_y_offset": -1,
|
||||
"diet": "diet.splendid_slimes.shulking",
|
||||
"foods": [
|
||||
{ "item": "minecraft:popped_chorus_fruit" },
|
||||
{ "item": "minecraft:chorus_flower" },
|
||||
{ "item": "minecraft:chorus_plant" },
|
||||
{ "item": "minecraft:chorus_fruit" }
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "minecraft:chorus_flower"
|
||||
},
|
||||
"traits": ["foodporting"],
|
||||
"emit_effect_particle": "minecraft:end_rod",
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:levitation",
|
||||
"duration": 120,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"breed": "slimy",
|
||||
"name": "slime.splendid_slimes.slimy",
|
||||
"particle": { "item": "minecraft:pink_concrete" },
|
||||
"color": "#ff7d9d",
|
||||
"hat_y_offset": -0.55,
|
||||
"diet": "diet.splendid_slimes.slimy",
|
||||
"foods": [
|
||||
{
|
||||
"tag": "forge:berries"
|
||||
}
|
||||
],
|
||||
"favorite_food": {
|
||||
"item": "farm_and_charm:strawberry"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"breed": "sparkcat",
|
||||
"name": "slime.splendid_slimes.sparkcat",
|
||||
"color": "#c11a91",
|
||||
"particle": { "item": "society:sparkstone" },
|
||||
"diet": "diet.splendid_slimes.sparkcat",
|
||||
"foods": [{ "tag": "society:smoked_fish" }],
|
||||
"favorite_food": {
|
||||
"item": "society:smoked_spindlefish"
|
||||
},
|
||||
"traits": ["nuclear", "moody", "largoless", "defiant"],
|
||||
"emit_effect_particle": "snowyspirit:glow_light",
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:speed",
|
||||
"amplifier": 4
|
||||
},
|
||||
{
|
||||
"effect": "minecraft:jump_boost",
|
||||
"amplifier": 2
|
||||
},
|
||||
{
|
||||
"effect": "brewery:lightning_strike",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "brewery:lightning_strike",
|
||||
"duration": 420,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"breed": "sweet",
|
||||
"name": "slime.splendid_slimes.sweet",
|
||||
"color": "#eaeaea",
|
||||
"hat_scale": 1.0,
|
||||
"hat_y_offset": -0.5,
|
||||
"diet": "diet.splendid_slimes.sweet",
|
||||
"foods": [{ "tag": "forge:fruits" }],
|
||||
"favorite_food": {
|
||||
"item": "atmospheric:orange"
|
||||
},
|
||||
"traits": ["moody", "inverse"],
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "minecraft:speed",
|
||||
"amplifier": 2
|
||||
}
|
||||
],
|
||||
"emit_effect_particle": "oreganized:kinetic_hit",
|
||||
"positive_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:speed",
|
||||
"duration": 200,
|
||||
"amplifier": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"breed": "webby",
|
||||
"name": "slime.splendid_slimes.webby",
|
||||
"color": "#bebfd2",
|
||||
"diet": "diet.splendid_slimes.webby",
|
||||
"particle": { "item": "minecraft:cobweb" },
|
||||
"foods": [{ "tag": "forge:vegetables" }],
|
||||
"favorite_food": {
|
||||
"item": "veggiesdelight:garlic"
|
||||
},
|
||||
"innate_effects": [
|
||||
{
|
||||
"effect": "vinery:climbing_effect",
|
||||
"amplifier": 0
|
||||
}
|
||||
],
|
||||
"negative_emit_effects": [
|
||||
{
|
||||
"effect": "minecraft:slowness",
|
||||
"duration": 120,
|
||||
"amplifier": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"breed": "weeping",
|
||||
"name": "slime.splendid_slimes.weeping",
|
||||
"particle": { "item": "minecraft:ghast_tear" },
|
||||
"color": "#cff1f1",
|
||||
"diet": "diet.splendid_slimes.weeping",
|
||||
"traits": ["weeping"],
|
||||
"foods": [{ "tag": "society:tree_fruits" }],
|
||||
"favorite_food": {
|
||||
"item": "pamhc2trees:bananaitem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user