-
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A whole lot of enums used as variant/style presets should probably go away. Also, nether variants of pasture seeds and nether behavior of floral fertilizer could be a thing.
- Loading branch information
1 parent
9f60d2f
commit 50d6a7c
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is there anything motivating widespread de-enumification? I tend to find subclasses clunkier and give rise to clunkier code as people start adding special case overrides and stuff