@@ -54,7 +54,7 @@ use crate::block::blocks::plant::crop::wheat::WheatBlock;
5454use crate :: block:: blocks:: plant:: dry_vegetation:: DryVegetationBlock ;
5555use crate :: block:: blocks:: plant:: flower:: FlowerBlock ;
5656use crate :: block:: blocks:: plant:: flowerbed:: FlowerbedBlock ;
57- use crate :: block:: blocks:: plant:: fungus:: Fungus ;
57+ use crate :: block:: blocks:: plant:: fungus:: FungusBlock ;
5858use crate :: block:: blocks:: plant:: kelp:: KelpBlock ;
5959use crate :: block:: blocks:: plant:: leaf_litter:: LeafLitterBlock ;
6060use crate :: block:: blocks:: plant:: lily_pad:: LilyPadBlock ;
@@ -68,7 +68,7 @@ use crate::block::blocks::plant::short_plant::ShortPlantBlock;
6868use crate :: block:: blocks:: plant:: spore_blossom:: SporeBlossomBlock ;
6969use crate :: block:: blocks:: plant:: sugar_cane:: SugarCaneBlock ;
7070use crate :: block:: blocks:: plant:: tall_plant:: TallPlantBlock ;
71- use crate :: block:: blocks:: plant:: wither_rose:: WitherRose ;
71+ use crate :: block:: blocks:: plant:: wither_rose:: WitherRoseBlock ;
7272use crate :: block:: blocks:: powder_snow:: PowderSnowBlock ;
7373use crate :: block:: blocks:: pumpkin:: PumpkinBlock ;
7474use crate :: block:: blocks:: redstone:: buttons:: ButtonBlock ;
@@ -257,8 +257,8 @@ pub fn default_registry() -> Arc<BlockRegistry> {
257257 manager. register ( MangroveRootsBlock ) ;
258258 manager. register ( LayeredSnowBlock ) ;
259259 manager. register ( CobwebBlock ) ;
260- manager. register ( WitherRose ) ;
261- manager. register ( Fungus ) ;
260+ manager. register ( WitherRoseBlock ) ;
261+ manager. register ( FungusBlock ) ;
262262 manager. register ( NetherSproutsBlock ) ;
263263 manager. register ( SporeBlossomBlock ) ;
264264
0 commit comments