mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
27d485a934bbf16a171e8aae6f7fdadd66773c0f
Flint and steel and fire charge lit any block carrying a lit property, because can_be_lit searched the property list by name rather than checking the block. That covers furnaces, smokers, blast furnaces, redstone lamps, redstone torches, redstone ore and every copper bulb. Redstone lamps have no use handler so the click fell straight through, and furnaces were reachable by sneaking, which skips the block use handler. Gate on the campfire, candle and candle cake tags, matching the three canLight predicates vanilla checks. The extinguished branch above it was dead, as no block in the generated data has that property, so it is removed. The hoe called set_block_state outside its changed guard, so a click that tilled nothing still rewrote the block to its default state. On a grass block under a snow layer that cleared snowy and turned the block green. Vanilla returns PASS and touches nothing. Bone meal on bamboo could never grow it: the air check read the topmost bamboo block rather than the space above it, so it always returned on the first iteration. It also rolled 1 to 3 where vanilla rolls 1 to 2, and grew from the original position rather than the top stalk. The axe could not strip crimson and warped stems and hyphae, or bamboo blocks. Bamboo is not in the logs tag, so the axis copy is extended to cover it or a sideways bamboo block would snap upright when stripped.
Pumpkin is a Minecraft server built entirely in Rust, offering a fast, efficient, and customizable experience. It prioritizes performance and player enjoyment while adhering to the core mechanics of the game.
Goals
- Performance: Leveraging multi-threading for maximum speed and efficiency.
- Compatibility: Supports the latest Java & Bedrock Minecraft server version while adhering to Vanilla game mechanics.
- Security: Prioritizes security by preventing known security exploits.
- Flexibility: Highly configurable, with the ability to disable unnecessary features.
- Extensibility: Provides a foundation for plugin development.
Important
Pumpkin is currently under heavy development.
Features
- Configuration (toml)
- Tracking: Protocol
- Server Status/Ping
- Encryption
- Packet Compression
- Java Edition
- Bedrock Edition (W.I.P)
- ...
- Tracking: World
- Player Tab-list
- Scoreboard
- World Loading
- World Time
- World Borders
- World Saving
- Lighting
- Entity Spawning
- Bossbar
- Chunk Loading (Vanilla, Linear, Pump)
- Chunk Generation
- Chunk Saving (Vanilla, Linear, Pump)
- Redstone
- Liquid Physics
- ...
- Tracking: Player
- Skins
- Teleport
- Movement
- Animation
- Inventory
- Combat
- Experience
- Hunger
- Off Hand
- Advancements (W.I.P)
- Eating
- ...
- Entities
- Non-Living (Minecart, Eggs...) (W.I.P)
- Entity Effects
- Players
- Mobs (W.I.P)
- Animals (W.I.P)
- Entity AI
- Boss (W.I.P)
- Villagers (W.I.P)
- Entity Saving
- Server
- Proxy
- Bungeecord
- Velocity
How to run
See our Quick Start guide to get Pumpkin running.
Contributions
Contributions are welcome! See CONTRIBUTING.md
Docs
Pumpkin's documentation can be found at https://pumpkinmc.org/
Communication
Consider joining our Discord server to stay up-to-date on events, updates, and connect with other members.
Funding
If you want to fund me and help the project, check out the Donation Page.
Description
Empowering everyone to host fast and efficient Minecraft servers.
dockergame-servergamedevminecraftminecraft-bedrock-editionminecraft-protocolminecraft-servernetworkingrustserver
Readme
GPL-3.0
253 MiB
Languages
Rust
100%
