Skip to content

Commit

Permalink
QoL road recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuuke committed Oct 8, 2024
1 parent 1e3fbb9 commit 672645c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "stonecutting",
"ingredient": {
"item": "caupona:felsic_tuff_road_side"
},
"result": {
"id": "caupona:felsic_tuff_road"
},
"count": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "stonecutting",
"ingredient": {
"item": "caupona:sandstone_road_side"
},
"result": {
"id": "caupona:sandstone_road"
},
"count": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "stonecutting",
"ingredient": {
"item": "caupona:stone_road_side"
},
"result": {
"id": "caupona:stone_road"
},
"count": 1
}

0 comments on commit 672645c

Please sign in to comment.