Files
meatballcraft/config/deepmobevolution/LivingMatter.json
T
2023-04-30 10:50:40 -07:00

27 lines
489 B
JSON

[
{
"id": "overworldian",
"displayName": "Overworldian",
"displayColor": "green",
"xpValue": 1
},
{
"id": "hellish",
"displayName": "Hellish",
"displayColor": "red",
"xpValue": 1
},
{
"id": "extraterrestrial",
"displayName": "Extraterrestrial",
"displayColor": "light_purple",
"xpValue": 1
},
{
"id": "twilight",
"mod": "twilightforest",
"displayName": "Twilight",
"displayColor": "blue",
"xpValue": 1
}
]