minecraft server init
This commit is contained in:
18
config/nutrition/nutrients/example.json
Normal file
18
config/nutrition/nutrients/example.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "example", // Unique nutrient ID
|
||||
"icon": "minecraft:carrot", // Item drawn in nutrient GUI
|
||||
"color": "72dd5a", // Hexadecimal color used to draw for nutrient bar
|
||||
"decay": 2.5, // Override global decay multiplier
|
||||
"enabled": false, // Will this nutrient be active or not
|
||||
"food": { //
|
||||
"oredict": [ // List of ore dictionary entries that are included in this nutrient
|
||||
"listAllveggie", //
|
||||
"listAllgreenveggie" //
|
||||
], //
|
||||
"items": [ // List of item IDs for foods that are included in this nutrient
|
||||
"minecraft:carrot", //
|
||||
"minecraft:apple:1", //
|
||||
"minecraft:cake" //
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user