You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.3 KiB
36 lines
1.3 KiB
{
|
|
"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": false,
|
|
"Vanilla Flowers": false,
|
|
"Vanilla Mushrooms": false,
|
|
"Vanilla Saplings": false,
|
|
"Bonemeal": false,
|
|
"Animal Eggs": false
|
|
},
|
|
"defaults payment": {
|
|
"__comment": "You can define custom payment items for the default entries here.",
|
|
"Vanilla Seeds": "1*minecraft:emerald:0",
|
|
"Vanilla Flowers": "1*minecraft:emerald:0",
|
|
"Vanilla Mushrooms": "1*minecraft:emerald:0",
|
|
"Vanilla Saplings": "1*minecraft:emerald:0",
|
|
"Bonemeal": "1*minecraft:emerald:0",
|
|
"Animal Eggs": "1*minecraft:emerald:0"
|
|
},
|
|
"defaults amount": {
|
|
"__comment": "You can define custom amounts for the default entries here.",
|
|
"Vanilla Seeds": 1,
|
|
"Vanilla Flowers": 1,
|
|
"Vanilla Mushrooms": 1,
|
|
"Vanilla Saplings": 1,
|
|
"Bonemeal": 1,
|
|
"Animal Eggs": 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"
|
|
}
|
|
} |