@@ -3314,16 +3314,6 @@ public class TexturePackLoader {
33143314 new SimpleTexture ("assets/minecraft/textures/block/smoker_front_on" ,
33153315 Texture .smokerFrontOn ));
33163316
3317- allTextures .put ("honey_block_top" ,
3318- new SimpleTexture ("assets/minecraft/textures/block/honey_block_top" ,
3319- Texture .honeyBlockTop ));
3320- allTextures .put ("honey_block_side" ,
3321- new SimpleTexture ("assets/minecraft/textures/block/honey_block_side" ,
3322- Texture .honeyBlockSide ));
3323- allTextures .put ("honey_block_bottom" ,
3324- new SimpleTexture ("assets/minecraft/textures/block/honey_block_bottom" ,
3325- Texture .honeyBlockBottom ));
3326-
33273317 addSimpleTexture ("assets/minecraft/textures/block/sweet_berry_bush_stage0" , Texture .sweetBerryBushStage0 );
33283318 addSimpleTexture ("assets/minecraft/textures/block/sweet_berry_bush_stage1" , Texture .sweetBerryBushStage1 );
33293319 addSimpleTexture ("assets/minecraft/textures/block/sweet_berry_bush_stage2" , Texture .sweetBerryBushStage2 );
@@ -3333,6 +3323,23 @@ public class TexturePackLoader {
33333323 addSimpleTexture ("assets/minecraft/textures/block/lily_of_the_valley" , Texture .lilyOfTheValley );
33343324 addSimpleTexture ("assets/minecraft/textures/block/wither_rose" , Texture .witherRose );
33353325 addSimpleTexture ("assets/minecraft/textures/block/bamboo_stage0" , Texture .bambooSapling );
3326+
3327+ addSimpleTexture ("assets/minecraft/textures/block/honey_block_top" , Texture .honeyBlockTop );
3328+ addSimpleTexture ("assets/minecraft/textures/block/honey_block_side" , Texture .honeyBlockSide );
3329+ addSimpleTexture ("assets/minecraft/textures/block/honey_block_bottom" , Texture .honeyBlockBottom );
3330+
3331+ addSimpleTexture ("assets/minecraft/textures/block/beehive_end" , Texture .beehiveEnd );
3332+ addSimpleTexture ("assets/minecraft/textures/block/beehive_side" , Texture .beehiveSide );
3333+ addSimpleTexture ("assets/minecraft/textures/block/beehive_front" , Texture .beehiveFront );
3334+ addSimpleTexture ("assets/minecraft/textures/block/beehive_front_honey" , Texture .beehiveFrontHoney );
3335+
3336+ addSimpleTexture ("assets/minecraft/textures/block/bee_nest_top" , Texture .beeNestTop );
3337+ addSimpleTexture ("assets/minecraft/textures/block/bee_nest_bottom" , Texture .beeNestBottom );
3338+ addSimpleTexture ("assets/minecraft/textures/block/bee_nest_side" , Texture .beeNestSide );
3339+ addSimpleTexture ("assets/minecraft/textures/block/bee_nest_front" , Texture .beeNestFront );
3340+ addSimpleTexture ("assets/minecraft/textures/block/bee_nest_front_honey" , Texture .beeNestFrontHoney );
3341+
3342+ addSimpleTexture ("assets/minecraft/textures/block/honeycomb_block" , Texture .honeycombBlock );
33363343 }
33373344
33383345 private static void addSimpleTexture (String file , Texture texture ) {
0 commit comments