Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <recipetype:apotheosis:potion_charm>.addJsonRecipe("crafttweaker_potion_charm", {
- "conditions": [{
- "type": "apotheosis:module",
- "module": "potion"
- }],
- "recipe": [
- [{
- "item": "minecraft:blaze_powder"
- },
- {
- "item": "minecraft:blaze_powder"
- },
- {
- "item": "minecraft:blaze_powder"
- }
- ],
- [
- "potion",
- "potion",
- "potion"
- ],
- [{
- "item": "minecraft:blaze_powder"
- },
- {
- "item": "minecraft:blaze_powder"
- },
- {
- "item": "minecraft:blaze_powder"
- }
- ]
- ]
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement