#block not being recognized, breaking the tag it's assigned to

4 messages · Page 1 of 1 (latest)

slow nexus
#

when starting the game, the tag jeepersbeepers:beeper_home fails to load as it cannot find the block jeepersbeepers:beeper_nest despite this block existing. i have checked many, many times for typos. i have no idea what the cause of this is, but it's breaking a crucial feature of my mod so i really need it fixed
[Worker-Main-4/ERROR] (Minecraft) Couldn't load tag jeepersbeepers:beeper_home as it is missing following references: jeepersbeepers:beeper_nest (from fabric)

#

it is a point_of_interest_type tag btw

#

beeper_nest is a block of type BeeperHiveBlock, which is itself associated with a block entity of type BeeperHiveBlockEntity. there is a functionally identical beeper_hive block of the same type, that causes zero issues when added to the same tag

slow nexus
#

update: i created a seperate class for the block beeper_nest, as well as a seperate point_of_interest_type tag now only containing beeper_nest. it now loads the original tag, now renamed to beeper_hive, but will not load the new beeper_nest tag