Started by
Kostya_Swiftkey
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a custom suspicious block, like suspicious sand. But when placing a custom block with the base of the brushable block, an error is returned:
[Render thread/ERROR] [minecraft/Minecraft]: Unreported exception thrown!
java.lang.IllegalStateException: Invalid block entity minecraft:brushable_block // net.minecraft.world.level.block.entity.BrushableBlockEntity state at BlockPos{x=337, y=90, z=-55}, got Block{ddfabfm:w}[dusted=0]
How to make the Brushable Block Entity work correctly ( the Brushable block base is used in vanilla suspicious blocks)