From 19c218a2bb07508611286453bdcb82501e74a702 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 3 Jan 2026 17:13:11 -0500 Subject: added configs, resource packs, shader packs, and keybinds --- config/additional-additions-config.json | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 config/additional-additions-config.json (limited to 'config/additional-additions-config.json') diff --git a/config/additional-additions-config.json b/config/additional-additions-config.json new file mode 100644 index 0000000..77d0cb7 --- /dev/null +++ b/config/additional-additions-config.json @@ -0,0 +1,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 +} -- cgit v1.2.3