Farmer's Delight

Farmer's Delight

77M Downloads

[1.18.1] Slight misorder in Creative

bageldotjpg opened this issue ยท 2 comments

commented

Description
It is very small but it is noticeable and bothering, Birch Cabinet should follow Spruce Cabinet instead of Oak Cabinet in registry order. In vanilla, all wood variant blocks go Oak -> Spruce -> Birch -> Jungle -> Acacia -> Dark Oak. Changing this order won't mess anything up, just fix a very mild inconsistency.

public static final RegistryObject<Item> BIRCH_CABINET = ITEMS.register("birch_cabinet",

public static final RegistryObject<Block> BIRCH_CABINET = BLOCKS.register("birch_cabinet",

commented

Fixed on 1.16.5 and 1.18.1, should be out in the next patches.

commented

Well, there's a highly specific gripe. x)
I mean, fair. In my head it was Oak - Birch - Spruce, for some reason. I'll flip the registries around. ๐Ÿ‘