added potion recipe data#2509
Conversation
|
for @HacktheTime's project |
|
for other other users to understand. I got offered some assistance and if merging needs to be done anyway it can be in neu repo directly anyway. |
|
These will likely get cleared out if they get updated by another mod generating jsons (like Firm) |
|
this is a bad way to do it, isn't formatted correctly, probably gets deleted by other mods as stated |
There was a problem hiding this comment.
Hey,
Im gonna stop you here before you spend too much time on this, first of all i support the addition of brewing recipes to neu repo, but this kinda needs a better design. These keys dont mean anything and are kinda random.
As all other recipes this should be in the recipes field like this for shops:
{
"type": "npc_shop",
"cost": [
"SKYBLOCK_COIN:10000000",
"CROOKED_ARTIFACT"
],
"result": "SEAL_OF_THE_FAMILY"
}
E.g we want something like this: NOT FINAL DESIGN PLEASE DONT USE IT RANDOMLY
"recipes": [
{
"type": "brewing",
"base: [
"POTION_DAMAGE;1:1,
"DR_PEPPER:1,
]
"input": [
"FERMENTED_SPIDER_EYE:1"
],
"result": "POTION_DAMAGE;2"
}
]
don't think firm deletes any json key at the top level, but yeah this should be a recipe type |
|
@jani270 |
Do you want this to be in a constant or what? |
yes it would be in a constant |


No description provided.