Skip to content

Commit

Permalink
✏️ I forgot stairs
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Feb 18, 2024
1 parent 2abc851 commit 1e3b651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ object InnerPastelsBlockTags {
val FENCE_GATES: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:fence_gates"))
val WALLS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:walls"))
val SLABS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:slabs"))
val STAIRS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:stairs"))
val WOOLS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:wools"))
val LIGHTS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:lights"))
val CARPETS: TagKey<Block> = TagKey.create(Registries.BLOCK, ResourceLocation("innerpastels:carpets"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ object InnerPastelsItemTags {
val FENCE_GATES: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:fence_gates"))
val WALLS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:walls"))
val SLABS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:slabs"))
val STAIRS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:stairs"))
val WOOLS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:wools"))
val LIGHTS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:lights"))
val CARPETS: TagKey<Item> = TagKey.create(Registries.ITEM, ResourceLocation("innerpastels:carpets"))
Expand Down

0 comments on commit 1e3b651

Please sign in to comment.