diff --git a/config/numismatic-overhaul.json5 b/config/numismatic-overhaul.json5 new file mode 100644 index 0000000..13001db --- /dev/null +++ b/config/numismatic-overhaul.json5 @@ -0,0 +1,27 @@ +{ + // Whether villagers should use Numismatic currency for trading + "enableVillagerTrading": false, + // Whether taxes from Minecraft Comes Alive: Reborn should be delivered as Numismatic currency + "enableMcaCompatibility": false, + // Whether Numismatic currency should be injected into the loot tables of loot chests + "generateCurrencyInChests": true, + // Where the purse in your inventory should be placed on the X axis + "pursePositionX": 129, + // Where the purse in your inventory should be placed on the Y axis + "pursePositionY": 20, + "lootOptions": { + // Affects money gained from Dungeon and Mineshaft chests + "desertMinLoot": 300, + // Affects money gained from Dungeon and Mineshaft chests + "desertMaxLoot": 1200, + // Affects money gained from Dungeon and Mineshaft chests + "dungeonMinLoot": 500, + // Affects money gained from Dungeon and Mineshaft chests + "dungeonMaxLoot": 2000, + // Affects money gained from Bastion, Stronghold, Outpost and Buried Treasure chests + "structureMinLoot": 1500, + "structureMaxLoot": 4000, + "strongholdLibraryMinLoot": 2000, + "strongholdLibraryMaxLoot": 6000 + } +} \ No newline at end of file