MC  Eternal

MC Eternal

4M Downloads

[BUG] Farming For Blockheads market is empty in 1.5-RC

BitVector opened this issue · 2 comments

commented

Describe the bug
The market in the mod Farming For Blockheads contains zero entries. Inside of Market.json, "custom entries" has a missing comma after the "examplemod" entry, which is causing the market to be empty.

From instances\MCE_Client-1.5-RC\minecraft\config\FarmingForBlockheads\Market.json:
"custom entries": {
"__comment": "You can define additional items to be sold by the Market here. Defaults can be overridden. Prefix with ! to blacklist instead.",
"examplemod:example_item": "2*minecraft:emerald" ⬅️ MISSING COMMA HERE
"harvestcraft:juniperberryseeditem": "1*minecraft:emerald"
}

More info from here: TwelveIterationMods/FarmingForBlockheads#82

Version of MC Eternal
1.5-RC version that was downloaded from Announcements channel on Discord.

commented

Oop i guess i forgot that when i copy-pasted it to make a PR.

commented

#316 fixed this, closing.