Update NCR-Encryption.json, client.json, common.json, and 49 more files

This commit is contained in:
2026-07-13 16:51:37 +01:00
parent f6694318ba
commit 35b3ca112b
1436 changed files with 233033 additions and 2193 deletions
@@ -1,10 +1,10 @@
{
"commonHelmets": {
"entries": {
"leather_helmet": 0.1,
"chainmail_helmet": 0.3,
"carved_pumpkin": 0.01,
"iron_helmet": 0.3
"iron_helmet": 0.3,
"leather_helmet": 0.1,
"carved_pumpkin": 0.01
},
"defaultItem": "air"
},
@@ -17,8 +17,8 @@
},
"commonChestplates": {
"entries": {
"chainmail_chestplate": 0.3,
"leather_chestplate": 0.1,
"chainmail_chestplate": 0.3,
"iron_chestplate": 0.3
},
"defaultItem": "air"
@@ -46,8 +46,8 @@
"commonBoots": {
"entries": {
"leather_boots": 0.1,
"chainmail_boots": 0.3,
"iron_boots": 0.3
"iron_boots": 0.3,
"chainmail_boots": 0.3
},
"defaultItem": "air"
},
@@ -1,32 +1,32 @@
{
"armouryItems": {
"entries": {
"stone_axe": 0.05,
"bow": 0.1,
"iron_sword": 0.1,
"iron_axe": 0.1,
"golden_axe": 0.05,
"arrow": 0.05,
"name_tag": 0.05,
"stone_axe": 0.05,
"shield": 0.1,
"stone_sword": 0.05,
"golden_sword": 0.05,
"name_tag": 0.05
"iron_axe": 0.1,
"arrow": 0.05,
"stone_sword": 0.05,
"bow": 0.1
},
"defaultItem": "air"
},
"storageItems": {
"entries": {
"cake": 0.05,
"compass": 0.05,
"wheat_seeds": 0.025,
"paper": 0.25,
"melon_seeds": 0.025,
"beetroot_seeds": 0.025,
"pumpkin_seeds": 0.025,
"slime_ball": 0.05,
"flint": 0.05,
"map": 0.25,
"rabbit_foot": 0.01,
"slime_ball": 0.05,
"cake": 0.05,
"paper": 0.25,
"beetroot_seeds": 0.025,
"melon_seeds": 0.025,
"map": 0.25,
"compass": 0.05,
"pumpkin_seeds": 0.025,
"flint": 0.05,
"wheat_seeds": 0.025,
"lead": 0.05
},
"defaultItem": "air"
@@ -1,13 +1,13 @@
{
"oreChances": {
"entries": {
"minecraft:redstone_ore[lit=false]": 0.15,
"minecraft:diamond_ore": 0.05,
"minecraft:gold_ore": 0.2,
"minecraft:lapis_ore": 0.15,
"minecraft:iron_ore": 0.2,
"minecraft:emerald_ore": 0.05,
"minecraft:gold_ore": 0.2,
"minecraft:coal_ore": 0.2,
"minecraft:lapis_ore": 0.15
"minecraft:redstone_ore[lit=false]": 0.15,
"minecraft:diamond_ore": 0.05,
"minecraft:coal_ore": 0.2
},
"defaultBlock": "minecraft:coal_ore"
}