Skip to content

Commit

Permalink
add reinforced moss to small_dreapleaf_placeable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Oct 20, 2021
1 parent c183c9b commit 117b3b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/generated/**/*.json text eol=lf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"securitycraft:reinforced_clay"
"securitycraft:reinforced_clay",
"securitycraft:reinforced_moss_block"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected void addTags()
tag(BlockTags.PRESSURE_PLATES).addTag(SCTags.Blocks.REINFORCED_PRESSURE_PLATES);
tag(BlockTags.RAILS).add(SCContent.TRACK_MINE.get());
tag(BlockTags.SLABS).addTag(SCTags.Blocks.REINFORCED_SLABS).add(SCContent.CRYSTAL_QUARTZ_SLAB.get());
tag(BlockTags.SMALL_DRIPLEAF_PLACEABLE).add(SCContent.REINFORCED_CLAY.get());
tag(BlockTags.SMALL_DRIPLEAF_PLACEABLE).add(SCContent.REINFORCED_CLAY.get(), SCContent.REINFORCED_MOSS_BLOCK.get());
tag(BlockTags.STAIRS).addTag(SCTags.Blocks.REINFORCED_STAIRS).add(SCContent.STAIRS_CRYSTAL_QUARTZ.get());
tag(BlockTags.STRIDER_WARM_BLOCKS).add(SCContent.FAKE_LAVA_BLOCK.get());
tag(BlockTags.SIGNS).addTag(SCTags.Blocks.SECRET_SIGNS);
Expand Down

0 comments on commit 117b3b9

Please sign in to comment.