Skip to content

Commit

Permalink
Changed bullet recipe to be cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Apr 14, 2022
1 parent 67a0ce6 commit 8384dba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions src/main/resources/data/gunswithoutroses/recipes/flint_bullet.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#G#",
"###"
],
"key": {
"#": { "item": "minecraft:flint" },
"G": { "tag": "forge:gunpowder" }
},
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:flint" },
{ "item": "minecraft:flint" },
{ "item": "minecraft:flint" },
{ "item": "minecraft:flint" },
{ "tag": "forge:gunpowder" }
],
"result": { "item": "gunswithoutroses:flint_bullet", "count": 32 }
}
18 changes: 8 additions & 10 deletions src/main/resources/data/gunswithoutroses/recipes/iron_bullet.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#G#",
"###"
],
"key": {
"#": { "tag": "forge:ingots/iron" },
"G": { "tag": "forge:gunpowder" }
},
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "tag": "forge:ingots/iron" },
{ "tag": "forge:ingots/iron" },
{ "tag": "forge:ingots/iron" },
{ "tag": "forge:ingots/iron" },
{ "tag": "forge:gunpowder" }
],
"result": { "item": "gunswithoutroses:iron_bullet", "count": 32 }
}

0 comments on commit 8384dba

Please sign in to comment.