Skip to content

Commit

Permalink
CAN_DISABLE_WEATHER
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Nov 3, 2024
1 parent 6a7223b commit d98ef64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public enum FeatureFlags {
ENTITY_TRANSLUCENT(() -> true, () -> true),
REVERSED_CULLING(() -> true, () -> true),
BLOCK_EMISSION_ATTRIBUTE(() -> true, () -> true),
CAN_DISABLE_WEATHER(() -> true, () -> true),
SSBO(() -> true, IrisRenderSystem::supportsSSBO),
UNKNOWN(() -> false, () -> false);

Expand Down

0 comments on commit d98ef64

Please sign in to comment.