Skip to content

Commit

Permalink
Merge pull request #11 from Erdragh/feature/thrust-boots
Browse files Browse the repository at this point in the history
Added crafting recipe for thruster boots
  • Loading branch information
Erdragh authored Jun 4, 2023
2 parents 6e26555 + 4652410 commit 0884c66
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/data/per_aspera/recipes/thruster_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"B",
"P",
"E"
],
"key": {
"B": {
"item": "ad_astra:netherite_space_boots"
},
"P": {
"item": "ad_astra:ostrum_plate"
},
"E": {
"item": "ad_astra:desh_engine"
}
},
"result": {
"item": "per_aspera:thruster_boots",
"count": 1
}
}

0 comments on commit 0884c66

Please sign in to comment.