基本信息
我的世界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 Required: Above 3.1.12 but below 4.0.0
Change Log:
- Add: 1-block-wide bridge creator
- Add: Inject into MTR's bridge & tunnel creator logics and 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
) (Might break rendering sometimes?) - Add: JS:
GraphicsTexture
debug overlay (use withsetDebugInfo
) - Fix: JS: Trains'
render
functions not called when first car outside visible range - Fix: JS: Trains' gangway textures incorrectly rendered at barrier width
- Add: JS:
isClientPlayerRiding
member inTrain
- Add: JS:
displayMessage
,narrate
member inMinecraftClient
(By Jeffreyg1228) - Add: JS:
getWorldPosVector3f
member inBlockEntityEyeCandy
Change Details:
- Newly added: 1-block-wide bridge creator
- Newly added: Inject and modify MTR's bridge and tunnel creator logics to make them run faster
- Changed: Support using INTERIOR render stage for rail models' materials
- Newly added: In JS, support defining multiple
create
/render
/dispose
functions in different entries ofscript_files
- Newly added: In JS, add a train script quick reload shortcut (
F3+5
) (It may sometimes break rendering.) - Newly added: In JS, add a
GraphicsTexture
debug overlay (used withsetDebugInfo
) - Fixed: In JS, when the first car of a train is outside the visible range, its
render
function is not called. - Fixed: In JS, the gangway textures of trains are incorrectly rendered at the barrier width.
- Newly added: In JS, add the
isClientPlayerRiding
member toTrain
. - Newly added: In JS, add the
displayMessage
andnarrate
members toMinecraftClient
(by Jeffreyg1228). - Newly added: In JS, add the
getWorldPosVector3f
member toBlockEntityEyeCandy
.