Skip to content

Commit

Permalink
update block tags
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 12, 2019
1 parent 868e249 commit 7c5ae82
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/data/c/tags/blocks/crop_like.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"replace": false,
"values": [
"minecraft:beetroots",
"minecraft:carrots",
"minecraft:melon_stem",
"minecraft:potatoes",
"minecraft:pumpkin_stem",
"minecraft:wheat"
]
}
8 changes: 6 additions & 2 deletions src/main/resources/data/c/tags/blocks/grass_like.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"replace": false,
"values": [
"sweed:sweed"
"minecraft:fern",
"minecraft:grass",
"minecraft:large_fern",
"sweed:sweed",
"minecraft:tall_grass"
]
}
}
9 changes: 2 additions & 7 deletions src/main/resources/data/sweed/tags/blocks/crop_like.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"replace": false,
"values": [
"minecraft:beetroots",
"minecraft:carrots",
"minecraft:melon_stem",
"minecraft:potatoes",
"minecraft:pumpkin_stem",
"minecraft:wheat"
"#c:crop_like"
]
}
}

0 comments on commit 7c5ae82

Please sign in to comment.