C: Disable coins as a villager currency

This commit is contained in:
Sangelo 2023-07-17 13:13:15 +02:00
parent 7dd36419a3
commit f05ba672c1

View file

@ -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
}
}