Farming for Blockheads

Farming for Blockheads

76M Downloads

No trades showing?

enhancedrock opened this issue ยท 1 comments

commented

Minecraft Version

1.12.x

Mod Loader

Forge

Mod Loader Version

14.23.5.2860

Mod Version

3.1.28

Describe the Issue

When I attempt to open the market, no trades show up for some reason.
I have no clue why, but they just don't. The trader shows and the GUI is openable, it's just empty.
Something worth noting maybe; I'm on a Chromebook (Acer C722) using PojavLauncher, the java version is on 8 and the renderer is set to Holy GL4ES
(Pastebin password is "issue")

[Market.json]
{
"defaults": {
"__comment": "You can disable defaults by setting these to false. Do NOT try to add additional entries here. You can add additional entries in the custom section.",
"Vanilla Seeds": true,
"Vanilla Flowers": false,
"Pams Harvestcraft Saplings": true,
"Vanilla Mushrooms": true,
"Vanilla Saplings": true,
"Bonemeal": true,
"Animal Eggs": true,
"Pams Harvestcraft Seeds": true
},
"defaults payment": {
"__comment": "You can define custom payment items for the default entries here.",
"Vanilla Seeds": "1sofdevtoken:token:0",
"Vanilla Flowers": "1
sofdevtoken:token:0",
"Pams Harvestcraft Saplings": "1sofdevtoken:token:0",
"Vanilla Mushrooms": "1
sofdevtoken:token:0",
"Vanilla Saplings": "1sofdevtoken:token:0",
"Bonemeal": "1
sofdevtoken:token:0",
"Animal Eggs": "1sofdevtoken:token:0",
"Pams Harvestcraft Seeds": "1
sofdevtoken:token:0",
},
"defaults amount": {
"__comment": "You can define custom amounts for the default entries here.",
"Vanilla Seeds": 1,
"Vanilla Flowers": 1,
"Pams Harvestcraft Saplings": 1,
"Vanilla Mushrooms": 1,
"Vanilla Saplings": 1,
"Bonemeal": 1,
"Animal Eggs": 1,
"Pams Harvestcraft Seeds": 1
},
"defaults blacklist": [
"examplemod:example_item"
],
"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"
}
}

[farmingforblockheads.cfg]

Configuration file

client {
# Set this to true if you're a modpack dev to see Farming for Blockheads registry warnings in chat. Errors will always display.
B:"Show Registry Warnings"=false
}

general {
# The range at which the chicken nest picks up laid eggs
I:"Chicken Nest Range"=8

# The maximum amount of animals (per type) until the feeding trough stops feeding
I:"Feeding Trough Max Animals"=8

# The range within animals can be fed by the feeding trough
I:"Feeding Trough Range"=8

# The chance to get a bonus crop when using Green Fertilizer.
D:"Fertilizer Bonus Crop Chance"=1.0

# The chance to get a bonus growth when using Red Fertilizer.
D:"Fertilizer Bonus Growth Chance"=1.0

# The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus)
D:"Fertilizer Regression Chance"=0.0

# List of names the merchant can have.
S:"Merchant Names" <
    SOF_Dev
    TheNetherPug
    HRT
    MrRedStoneCharge
    Skybarn
    Starza
    RecognizableFred
    Cola
 >

}

Logs

https://pastebin.com/Xb0maqZ2

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

OptiFine

commented

Sorry!
After looking a bit more at other issues I noticed I had put a comma at the end of the last entry in payments; breaking the system. Closing, but not deleting in-case someone has a similar problem.