1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{
"version": 8,
"FoodItems": {
"FriedEgg": true,
"BerryPie": true,
"HoneyedApple": true
},
"WateringCan": true,
"RoseGold": true,
"Ropes": false,
"EnchantmentPrecision": true,
"EnchantmentSpeed": true,
"Wrench": true,
"CopperPatina": true,
"AmethystLamp": {
"enabled": true,
"despawnChance": 0.5
},
"Crossbows": true,
"TridentShard": true,
"GlowStick": false,
"GildedNetherite": {
"enabled": true,
"fireResistancePerPiece": 2.5
},
"DepthMeter": {
"enabled": true,
"displayElevationAlways": false
},
"MysteriousBundle": true,
"CompostableRottenFlesh": true,
"MusicDiscs": true,
"NoteBlockAmethystSounds": true,
"ShipwreckSpyglassLoot": true,
"PocketJukebox": true,
"ChickenNugget": true,
"PoweredRailsCopperRecipe": true,
"GlowBerryEatGlow": {
"enabled": true,
"duration": 5
},
"HastePotions": true
}
|