Skip to content

Commit

Permalink
feat: fill FertilizerType (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimuya4153 authored Aug 5, 2024
1 parent 5747d98 commit b77152b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mc/enums/FertilizerType.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

#include "mc/_HeaderOutputPredefine.h"

enum class FertilizerType {};
enum class FertilizerType : uchar {
Bonemeal = 0x0,
Rapid = 0x1,
};

0 comments on commit b77152b

Please sign in to comment.