Add item tags. Closes #1767
This commit is contained in:
parent
207751996b
commit
1dd83875ef
5 changed files with 30 additions and 0 deletions
6
src/main/resources/data/minecraft/tags/items/leaves.json
Normal file
6
src/main/resources/data/minecraft/tags/items/leaves.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:rubber_leaves"
|
||||
]
|
||||
}
|
6
src/main/resources/data/minecraft/tags/items/logs.json
Normal file
6
src/main/resources/data/minecraft/tags/items/logs.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:rubber_log"
|
||||
]
|
||||
}
|
6
src/main/resources/data/minecraft/tags/items/planks.json
Normal file
6
src/main/resources/data/minecraft/tags/items/planks.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:rubber_planks"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:rubber_sapling"
|
||||
]
|
||||
}
|
6
src/main/resources/data/minecraft/tags/items/stairs.json
Normal file
6
src/main/resources/data/minecraft/tags/items/stairs.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:rubber_plank_stair"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue