Skip to content

Commit

Permalink
✨ Add winter_drop feature flag and creaking mob
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 8, 2024
1 parent 445f44e commit a96770c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/pack.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ struct PackFeatures {
enum(string) FeatureFlag {
Vanilla = "vanilla",
#[until="1.20"] Update120 = "update_1_20",
#[until="1.21.2"] Bundle = "bundle",
#[until="1.21.2"] #[until="1.21.2"] Bundle = "bundle",
#[since="1.20.2"] TradeRebalance = "trade_rebalance",
#[since="1.20.3"] #[until="1.21"] Update121 = "update_1_21",
#[since="1.21.2"] RedstoneExperiments = "redstone_experiments",
#[since="1.21.2"] MinecartImprovements = "minecart_improvements",
#[since="1.21.2"] WinterDrop = "winter_drop"
}

struct PackOverlays {
Expand Down
2 changes: 2 additions & 0 deletions java/server/world/entity/mob/mod.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ dispatch minecraft:entity[
blaze,
breeze,
cave_spider,
creaking,
creaking_transient,
elder_guardian,
giant,
guardian,
Expand Down

0 comments on commit a96770c

Please sign in to comment.