C: Disable coins as a villager currency
This commit is contained in:
parent
7dd36419a3
commit
f05ba672c1
1 changed files with 27 additions and 0 deletions
27
config/numismatic-overhaul.json5
Normal file
27
config/numismatic-overhaul.json5
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue