added another stonecutter recipe for the markings so it's more obvious which item is the start point

This commit is contained in:
Pyritie 2025-10-21 13:08:14 +01:00
parent 82b9cc7036
commit de6a852443

View file

@ -28,5 +28,8 @@ const registerModernMarkingRecipes = (event) => {
event.stonecutting(item,
Ingredient.of('#ags_modernmarkings:markings').subtract(item)
).id(`tfg:stonecutter/${item.replace(/:/g, "/")}`)
event.stonecutting(item, 'ags_modernmarkings:wall_marking_hazard_diamond')
.id(`tfg:stonecutter/${item.replace(/:/g, "/")}_from_diamond`)
})
};