#Trying to create non-villager interactable versions of blocks

8 messages · Page 1 of 1 (latest)

full sierra
#

Title mostly sums it up, I want to create versions of both villager POIs and things like beds and doors that villagers cannot interact with whatsoever. I'm basically a complete beginner at this, so any help is appreciated.

rough vapor
#

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

full sierra
rough vapor
#

there's little to none documentation for newer versions but older documentation still applies for straightforward things like registering blocks

#

a large part of modding is self learning