Skip to content

Commit

Permalink
Merge branch 'master' into loot_table
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Mar 2, 2025
2 parents 32f5246 + d518732 commit 8e04b79
Show file tree
Hide file tree
Showing 352 changed files with 5,066 additions and 2,057 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/[email protected].7
uses: crate-ci/[email protected].9
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [

[workspace.package]
version = "0.1.0"
edition = "2021"
edition = "2024"


[profile.dev]
Expand Down Expand Up @@ -51,7 +51,7 @@ rayon = "1.10"
parking_lot = { version = "0.12", features = ["send_guard"] }
crossbeam = "0.8"

uuid = { version = "1.13", features = ["serde", "v3", "v4"] }
uuid = { version = "1.15", features = ["serde", "v3", "v4"] }
derive_more = { version = "2.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi
> [!IMPORTANT]
> Pumpkin is currently under heavy development.
## Features (WIP)
## Features

- [x] Configuration (toml)
- [x] Server Status/Ping
Expand All @@ -41,20 +41,23 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- World
- [x] World Joining
- [x] Player Tab-list
- [x] Scoreboard
- [x] World Loading
- [x] World Time
- [x] World Borders
- [x] World Saving (W.I.P)
- [x] Lighting
- [x] Entity Spawning
- [x] Item drops
- [x] Item drops (W.I.P)
- [x] Bossbar
- [x] TNT
- [x] Chunk Loading (Vanilla, Linear)
- [x] Chunk Generation
- [x] Chunk Saving (Vanilla, Linear)
- [x] World Time
- [x] Scoreboard
- [x] World Borders
- [x] World Saving
- [ ] Redstone
- [ ] Liquid Physics
- [ ] Biomes
- [ ] Vegetation
- Player
- [x] Skins
- [x] Client brand
Expand All @@ -65,15 +68,22 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- [x] Combat
- [x] Experience
- [x] Hunger
- [ ] Off Hand
- [ ] Advancements
- [ ] Eating
- Entities
- [x] Non-Living (Minecart, Eggs...)
- [x] Non-Living (Minecart, Eggs...) (W.I.P)
- [x] Entity Effects
- [x] Players
- [x] Mobs
- [x] Animals
- [x] Entity AI
- [x] Mobs (W.I.P)
- [x] Animals (W.I.P)
- [x] Entity AI (W.I.P)
- [ ] Entity Saving
- [ ] Boss
- [ ] Villagers
- [ ] Mobs Inventory
- Server
- [x] Plugins
- [x] Plugins (W.I.P)
- [x] Query
- [x] RCON
- [x] Inventories
Expand Down
Loading

0 comments on commit 8e04b79

Please sign in to comment.