#Trying to create non-villager interactable versions of blocks
8 messages · Page 1 of 1 (latest)
you can re-register the exisiting blocks under a new ID
i'm pretty sure beds and doors that villagers interact are controlled by block tags
you can simply not add them to those tags
however if you still want the blocks in the tags, then you'll have to mixin into places where those blocks/block tags are referenced and change them
How would I go about doing this exactly? I'm trying to make this for 1.21.8 and the documentation is not the easiest to navigate. Sorry if it should be obvious, like I said I am new to this.