Skip to content

Commit

Permalink
Merge pull request #4767 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
Add crushing recipes for Aquamarine
  • Loading branch information
MuteTiefling committed May 3, 2022
2 parents 67c731f + db756d3 commit 1dd3ccf
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -54,6 +54,15 @@ onEvent('recipes', (event) => {
duration: 50,
ignore_occultism_multiplier: true,
id_suffix: 'bone_meal_from_serrated_shark_tooth'
},
{
secondary_output: Item.of('astralsorcery:aquamarine').chance(0.15),
output: Item.of('astralsorcery:aquamarine', 4),
input: Ingredient.of('#forge:ores/aquamarine'),
experience: 0.5,
duration: 150,
ignore_occultism_multiplier: false,
id_suffix: 'aquamarine'
}
];

Expand Down

0 comments on commit 1dd3ccf

Please sign in to comment.