Skip to content

Commit

Permalink
Made gear tags optional, closes InnovativeOnlineIndustries/Titanium#75
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Dec 27, 2020
1 parent 2e44c48 commit 98d3f46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/main/resources/data/forge/tags/items/gears/diamond.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"replace": false,
"values": [
"titanium:diamond_gear"
{
"id": "titanium:diamond_gear",
"required": false
}
]
}
5 changes: 4 additions & 1 deletion src/main/resources/data/forge/tags/items/gears/gold.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"replace": false,
"values": [
"titanium:gold_gear"
{
"id": "titanium:gold_gear",
"required": false
}
]
}
5 changes: 4 additions & 1 deletion src/main/resources/data/forge/tags/items/gears/iron.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"replace": false,
"values": [
"titanium:iron_gear"
{
"id": "titanium:iron_gear",
"required": false
}
]
}

0 comments on commit 98d3f46

Please sign in to comment.