Skip to content

Commit

Permalink
fix(recipes): ✏️[Manuscript] add skyblock recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 28, 2024
1 parent 8cc7283 commit 2c2032d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/vtt/trade_tables/alchemist.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
{ "id": "rustic:condenser_advanced", "Count": 1 }
],
"sell": { "id": "minecraft:emerald", "Count": { "min": 2, "max": 8 } }
},
{
"action": "add",
"CareerLevel": 4,
"buy": { "id": "minecraft:emerald", "Count": { "min": 2, "max": 8 } },
"buyB": { "id": "minecraft:paper", "Count": { "min": 6, "max": 14 } },
"sell": { "id": "iceandfire:manuscript", "Count": { "min": 1, "max": 3 } }
}
]
}
Expand Down

0 comments on commit 2c2032d

Please sign in to comment.