Skip to content

Commit

Permalink
Hotfix: Add recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Onako2 committed Sep 29, 2024
1 parent 813409e commit 1449bff
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5
# Mod Properties
mod_version=2.0.0
mod_version=2.0.1
maven_group=rs.onako2
archives_base_name=i-want-it-earlier
# Dependencies
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/data/iwie/recipe/pale_oak_button.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"group": "wooden_button",
"ingredients": [
{
"item": "iwie:pale_oak_planks"
}
],
"result": {
"count": 1,
"id": "iwie:pale_oak_button"
}
}
14 changes: 14 additions & 0 deletions src/main/resources/data/iwie/recipe/pale_oak_planks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
{
"tag": "iwie:pale_oak_logs"
}
],
"result": {
"count": 4,
"id": "iwie:pale_oak_planks"
}
}

0 comments on commit 1449bff

Please sign in to comment.