基本信息
我的世界Java版本
1.20.1
1.19.2–1.19.4
1.18.2
1.17.1
平台
Fabric
运行环境
其他链接
搬运团队
详情信息
许可证 MIT
发布于 3 months ago
更新于 4 months ago
更新日志
MTR Version Requirements: Above 3.1.12 and below 4.0.0
Change Log:
- Add: 1-block-wide bridge creator
- Add: Inject into MTR's bridge and tunnel creator logics to make them faster
- Change: Support INTERIOR material render stage for rail models
- Add: JS: Support defining multiple
create
/render
/dispose
functions in different entries ofscript_files
- Add: JS: Train script quick reload shortcut (
F3+5
) (May sometimes break rendering?) - Add: JS:
GraphicsTexture
debug overlay (use withsetDebugInfo
) - Fix: JS: Trains'
render
functions not called when the first car is outside the visible range - Fix: JS: Trains' gangway textures are incorrectly rendered at the barrier width
- Add: JS:
isClientPlayerRiding
member inTrain
- Add: JS:
displayMessage
,narrate
member inMinecraftClient
(By Jeffreyg1228) - Add: JS:
getWorldPosVector3f
member inBlockEntityEyeCandy
Change Details:
- Add: 1-block-wide bridge creator
- Add: Inject into MTR's bridge and tunnel creator logics to enhance their performance
- Change: Enable INTERIOR material render stage for rail models
- Add: JS: Allow defining multiple related functions in
script_files
- Add: JS: Provide a quick reload shortcut for train scripts
- Add: JS: Add a debug overlay for
GraphicsTexture
- Fix: JS: Ensure
render
functions are called for trains when the first car is out of sight - Fix: JS: Correct the rendering of gangway textures at the barrier width
- Add: JS: Add a member to represent if the client player is riding in
Train
- Add: JS: Add
displayMessage
andnarrate
members toMinecraftClient
- Add: JS: Add a member to get the world position vector in
BlockEntityEyeCandy