Apollo (Apollo)
Apollo 是一个正在开发中的现代太空模组,专为 Minecraft 而设计。我和许多其他玩家喜欢太空模组,比如 Galacticraft,但它们都是针对旧版本的 Minecraft。Apollo 利用了 Minecraft 的新特性,比如通过数据包实现的自定义世界。Apollo 仍在积极开发和改进中。我会接受反馈,但请记住,在早期阶段,可能会有许多临时功能和纹理。
---
特点
- 月球
- 陨石
- 太空服
- 低重力
- 自定义数据驱动的天空盒
详细解释每一个功能:
- 月球: Apollo 添加了一个可探索的月球,为玩家提供了一个全新的探索目标和体验。
- 陨石: 玩家可以在游戏中遭遇陨石,这为游戏增添了一些紧张刺激的元素。
- 太空服: 太空模组为玩家提供了太空服,这是探索太空环境所必需的保护装备。
- 低重力: 探索太空时,玩家将会感受到低重力的特殊环境,这为游戏增加了一些趣味性和挑战性。
- 自定义数据驱动的天空盒: Apollo 利用了 Minecraft 的数据包功能,为玩家提供了可定制的天空盒,增强了太空探索的沉浸感和视觉效果。
---
计划中的功能
- 燃料精炼
- 更多行星
- API 支持,允许创建扩展数据包和模组
详细解释每一个计划中的功能:
- 燃料精炼: 玩家将能够通过燃料精炼功能,利用资源来产生燃料,以支持太空探索和飞行。
- 更多行星: Apollo 计划添加更多的行星,为玩家提供更广阔的太空探索空间和内容。
- API 支持: Apollo 将提供一个 API 接口,允许玩家和开发者创建扩展数据包和模组,为游戏增加更多的内容和功能。
---
最新版本
如果您想获取 Apollo 的最新版本,请访问 [GitHub](
---
反馈
如果您发现了 Bug,或者有关于如何改进 Apollo 的想法,请访问 [GitHub](
v0.3.0
## Changes
### Biomes
- Removed Oil Deserts (will reimplement)
### Fluid System
- Implemented Fabric API's transfer API
- Pipes can now carry fluids. There is currently no way to do this without commands (`/data`).
### Sound
- Add a new song called Journey To Venus. Credit: keaggyfans
### Shuttle
- The Shuttle can now be ridden. Hold `w` to fly. At the height, determined by the `shuttleEscapeHeight` gamerule, you'll be teleported.
### World
- Add a fully custom skybox for the Moon
- The Sun now takes 8 Overworld days to travel around the moon. This is based on the Moon's 8 day phase cycle. The lighting engine isn't aware of this just yet.
- Meteorites now spawn
## Technical Changes
### Commands
- `spaceTime` - Change the time but relative to the dimension's sun instead of the Overworld (**WIP**).
### Fixes
- Some client code would run on the server causing crashes on the dedicated server
### Gamerules
- `doMeteoriteLandings [true]` - Controls meteorites landing on certain planets
- `shuttleEscapeHeight [256]` - At what y level does a shuttle leave the current world
- Renamed: `doMeteoriteExplosions` -> `doMeteoriteImpacts`
### Language
- Add translation strings for entities
### Loot
- Improved loot tables
### API
- Add space body datapack API for defining custom skyboxes. Checkout `assets/apollo/apollo/bodies/...` for examples.
### Tags
- Consolidated airtight armor tags
---
# Download
[GitHub](https://github.com/RyanThePinkHacker/Apollo-MC/releases/tag/v0.3.0.a)
v0.2.0 - Alpha
- Added meteorites (don't naturally spawn yet)
- Added reinforced iron
- Replaced moon sky texture on the moon with earth
- Improved the moon sunset (cause it shouldn't be there)
- Shuttle now teleports the player to the moon and back (placeholder)
- Added oil refinery (WIP)
- Added fluid pipes (WIP)
- Buckets of fuel can now be used in furnaces
- Added a new gamerule called: "doMeteoriteExplosions"
- Added oil deserts
- Added oil lakes and springs
- Added storage tank (WIP)
- Added lunar dust
Requires:
- [Fabric API](https://modrinth.com/mod/fabric-api/)
- [Geckolib3](https://www.curseforge.com/minecraft/mc-mods/geckolib)
- [TerraBlender](https://www.curseforge.com/minecraft/mc-mods/terrablender-fabric)
Apollo v0.1.1
- Added shuttle entity
- Added low gravity
- Added gravity boots
- Improved vacuum damage
- Improved moon generation
- Removed shuttle blocks
- Fix issue with clouds on the moon
Requires:
- [Geckolib3](https://www.curseforge.com/minecraft/mc-mods/geckolib)
收录