added another stonecutter recipe for the markings so it's more obvious which item is the start point
This commit is contained in:
parent
82b9cc7036
commit
de6a852443
1 changed files with 3 additions and 0 deletions
|
|
@ -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`)
|
||||
})
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue