Skip to content

Commit

Permalink
Add Crying Obsidian to c:obsidians tag (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt authored Sep 15, 2024
1 parent bdda6d2 commit 237b294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/generated/resources/data/c/tags/block/obsidians.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"values": [
"minecraft:obsidian",
"minecraft:crying_obsidian",
{
"id": "#forge:obsidian",
"required": false
Expand Down
1 change: 1 addition & 0 deletions src/generated/resources/data/c/tags/item/obsidians.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"values": [
"minecraft:obsidian",
"minecraft:crying_obsidian",
{
"id": "#forge:obsidian",
"required": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void addTags(HolderLookup.Provider p_256380_) {
tag(Tags.Blocks.SKULLS).add(Blocks.SKELETON_SKULL, Blocks.SKELETON_WALL_SKULL, Blocks.WITHER_SKELETON_SKULL, Blocks.WITHER_SKELETON_WALL_SKULL, Blocks.PLAYER_HEAD, Blocks.PLAYER_WALL_HEAD, Blocks.ZOMBIE_HEAD, Blocks.ZOMBIE_WALL_HEAD, Blocks.CREEPER_HEAD, Blocks.CREEPER_WALL_HEAD, Blocks.PIGLIN_HEAD, Blocks.PIGLIN_WALL_HEAD, Blocks.DRAGON_HEAD, Blocks.DRAGON_WALL_HEAD);
tag(Tags.Blocks.HIDDEN_FROM_RECIPE_VIEWERS);
tag(Tags.Blocks.NETHERRACKS).add(Blocks.NETHERRACK);
tag(Tags.Blocks.OBSIDIANS).add(Blocks.OBSIDIAN);
tag(Tags.Blocks.OBSIDIANS).add(Blocks.OBSIDIAN).add(Blocks.CRYING_OBSIDIAN);
tag(Tags.Blocks.ORE_BEARING_GROUND_DEEPSLATE).add(Blocks.DEEPSLATE);
tag(Tags.Blocks.ORE_BEARING_GROUND_NETHERRACK).add(Blocks.NETHERRACK);
tag(Tags.Blocks.ORE_BEARING_GROUND_STONE).add(Blocks.STONE);
Expand Down

0 comments on commit 237b294

Please sign in to comment.