1
0
Fork 0

Backup: 10302025-080001

This commit is contained in:
abtmtr 2025-10-30 03:00:07 -05:00
commit d73b2712d0
46 changed files with 82 additions and 25 deletions

View file

@ -7,6 +7,8 @@
"saturationLevel": 5.0,
"exhaustion": 0.0,
"health": 20.0,
"statusEffects": []
"statusEffects": [
"{\n data: [],\n palette: [],\n amplifier: 1b,\n duration: 100,\n id: \"minecraft:haste\",\n show_icon: 0b,\n show_particles: 0b\n}"
]
}
}

View file

@ -13,28 +13,28 @@
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:diamond_hoe\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:bow\"\n}",
null,
"{\n data: [],\n palette: [],\n count: 13,\n id: \"minecraft:chorus_fruit\"\n}",
null,
"{\n data: [],\n palette: [],\n count: 50,\n id: \"minecraft:baked_potato\"\n}",
"{\n data: [],\n palette: [],\n count: 8,\n id: \"minecraft:cooked_beef\"\n}",
null,
null,
null,
null,
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 64,\n id: \"minecraft:baked_potato\"\n}",
"{\n data: [],\n palette: [],\n components: {\n \"minecraft:bundle_contents\": [\n {\n count: 1,\n id: \"minecraft:yellow_bundle\"\n }\n ]\n },\n count: 1,\n id: \"minecraft:yellow_bundle\"\n}",
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:shears\"\n}",
"{\n data: [],\n palette: [],\n count: 19,\n id: \"minecraft:arrow\"\n}",
"{\n data: [],\n palette: [],\n count: 31,\n id: \"minecraft:arrow\"\n}",
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 64,\n id: \"minecraft:baked_potato\"\n}",
null,
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:yellow_bundle\"\n}",
null,
"{\n data: [],\n palette: [],\n components: {\n \"minecraft:bundle_contents\": [\n {\n count: 2,\n id: \"minecraft:bucket\"\n },\n {\n count: 1,\n id: \"minecraft:crafting_table\"\n }\n ]\n },\n count: 1,\n id: \"minecraft:bundle\"\n}",
"{\n data: [],\n palette: [],\n components: {\n \"minecraft:enchantments\": {\n levels: {\n \"minecraft:efficiency\": 2\n }\n },\n \"minecraft:repair_cost\": 1\n },\n count: 1,\n id: \"minecraft:diamond_shovel\"\n}",
@ -43,10 +43,10 @@
null,
null,
"{\n data: [],\n palette: [],\n count: 64,\n id: \"minecraft:baked_potato\"\n}",
"{\n data: [],\n palette: [],\n count: 9,\n id: \"minecraft:bread\"\n}"
"{\n data: [],\n palette: [],\n components: {\n \"minecraft:bundle_contents\": [\n {\n count: 8,\n id: \"minecraft:cooked_mutton\"\n },\n {\n count: 8,\n id: \"minecraft:cooked_porkchop\"\n },\n {\n count: 7,\n id: \"minecraft:cooked_chicken\"\n },\n {\n count: 4,\n id: \"minecraft:apple\"\n },\n {\n count: 13,\n id: \"minecraft:chorus_fruit\"\n }\n ]\n },\n count: 1,\n id: \"minecraft:yellow_bundle\"\n}"
],
"offHand": [
"{\n data: [],\n palette: [],\n count: 39,\n id: \"minecraft:torch\"\n}"
"{\n data: [],\n palette: [],\n count: 40,\n id: \"minecraft:torch\"\n}"
],
"enderChest": [
null,

View file

@ -1,14 +1,15 @@
{
"version": 1,
"data": {
"experiencePoints": 1186,
"score": 13349,
"foodLevel": 20,
"saturationLevel": 4.0,
"exhaustion": 3.818927,
"health": 20.0,
"experiencePoints": 1991,
"score": 14154,
"foodLevel": 13,
"saturationLevel": 2.0,
"exhaustion": 1.5582563,
"health": 18.32,
"statusEffects": [
"{\n data: [],\n palette: [],\n amplifier: 1b,\n duration: 100,\n id: \"minecraft:haste\",\n show_icon: 0b,\n show_particles: 0b\n}"
"{\n data: [],\n palette: [],\n amplifier: 1b,\n duration: 100,\n id: \"minecraft:haste\",\n show_icon: 0b,\n show_particles: 0b\n}",
"{\n data: [],\n palette: [],\n duration: 34,\n id: \"minecraft:strength\",\n show_icon: 0b,\n show_particles: 0b\n}"
]
}
}