Skip to content

Commit

Permalink
Update description of copycat wall, fixes #177
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jan 19, 2025
1 parent 2ee08c3 commit ba1b2db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/java/com/copycatsplus/copycats/CCBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ public class CCBlocks {
.onRegister(onClient(() -> createBlockModel(CopycatWallModelCore::new)))
.item()
.onRegister(CopycatDescription.register(
CopycatCharacteristics.COPYCAT
CopycatCharacteristics.COPYCAT,
CopycatCharacteristics.CT_TOGGLE
))
.tag(CCTags.Items.COPYCAT_WALL.tag)
.transform(customItemModel("copycat_base", "wall"))
Expand Down

0 comments on commit ba1b2db

Please sign in to comment.