diff --git a/docs/blockentities/index.md b/docs/blockentities/index.md index 89573ec66..5e1ff5100 100644 --- a/docs/blockentities/index.md +++ b/docs/blockentities/index.md @@ -36,7 +36,7 @@ public static final Supplier> MY_BLOCK_ENTITY = B MyBlockEntity::new, // A vararg of blocks that can have this block entity. // This assumes the existence of the referenced blocks as DeferredBlocks. - MyBlocks.MY_BLOCK_1, MyBlocks.MY_BLOCK_2 + MyBlocks.MY_BLOCK_1.get(), MyBlocks.MY_BLOCK_2.get() ) // Build using null; vanilla does some datafixer shenanigans with the parameter that we don't need. .build(null)