- 植被染色(渲染.md §4.1):blocks.json 增 tint 标记,图集构建后按 colormap/grass|foliage 中心色乘色——原版材质包草顶/树叶为灰度图,不染色全灰 - 破坏裂纹(方块交互与动画.md §4):destroy_stage_0..9 裂纹盒叠加破坏目标方块 - 第一人称手持方块(渲染.md §5.2):选中槽放置方块六面 UV 视图空间立方体 - 实体广告牌(渲染.md §5.3):僵尸/村民/动物按贴图渲染,动物按 ID 轮换外观 - HUD 换原版精灵:crosshair/hotbar/hotbar_selection/heart/food(UI还原.md §3.4) - 主菜单标题/按钮标签按请求字号光栅化(修复 24px 固定字号);版本角标 CJK - 恢复背面剔除(相机修复后 '脚下黑块' 误诊解除);ESC 光标请求原子化防竞态 - dev 测试参数:-give/-crackstage/-spawntest/-esctest
27 lines
793 B
Modula-2
27 lines
793 B
Modula-2
module mc
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.4.0
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/fsnotify/fsnotify v1.10.1
|
|
github.com/go-gl/gl v0.0.0-20260331235117-4566fea9a276
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20260802143932-8fa725040a18
|
|
github.com/klauspost/compress v1.19.2
|
|
github.com/ojrac/opensimplex-go v1.0.2
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
golang.org/x/image v0.45.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.9.0 // indirect
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
|
|
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/text v0.41.0 // indirect
|
|
)
|