1
0
Fork 0

Backup: 09012025-080001

This commit is contained in:
abtmtr 2025-09-01 03:00:17 -05:00
commit 3f68feac3c
116 changed files with 390 additions and 174 deletions

View file

@ -8,7 +8,6 @@
"exhaustion": 0.0,
"health": 20.0,
"statusEffects": [
"{\n data: [],\n palette: [],\n duration: 100,\n id: \"minecraft:strength\",\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}"
]
}

View file

@ -2,21 +2,12 @@
"version": 1,
"data": {
"armor": [
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:iron_boots\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:iron_leggings\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:iron_chestplate\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:iron_helmet\"\n}"
null,
null,
null,
null
],
"main": [
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:diamond_pickaxe\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:diamond_axe\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:diamond_shovel\"\n}",
"{\n data: [],\n palette: [],\n count: 1,\n id: \"minecraft:bow\"\n}",
null,
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 22,\n id: \"minecraft:baked_potato\"\n}",
null,
null,
null,
@ -25,7 +16,6 @@
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 12,\n id: \"minecraft:cooked_mutton\"\n}",
null,
null,
null,
@ -34,19 +24,29 @@
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 54,\n id: \"minecraft:apple\"\n}",
null,
"{\n data: [],\n palette: [],\n components: {\n \"minecraft:bundle_contents\": [\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 count: 1,\n id: \"minecraft:diamond_hoe\"\n}",
"{\n data: [],\n palette: [],\n count: 8,\n id: \"minecraft:arrow\"\n}",
null,
null,
null,
null,
"{\n data: [],\n palette: [],\n count: 27,\n id: \"minecraft:bread\"\n}"
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"offHand": [
"{\n data: [],\n palette: [],\n count: 37,\n id: \"minecraft:torch\"\n}"
null
],
"enderChest": [
null,

View file

@ -1,14 +1,13 @@
{
"version": 1,
"data": {
"experiencePoints": 944,
"score": 946,
"experiencePoints": 0,
"score": 0,
"foodLevel": 20,
"saturationLevel": 4.799999,
"exhaustion": 1.7413985,
"saturationLevel": 5.0,
"exhaustion": 0.496,
"health": 20.0,
"statusEffects": [
"{\n data: [],\n palette: [],\n duration: 100,\n id: \"minecraft:strength\",\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}"
]
}