|
|
HT Materials (HT Materials)Github |相关wiki |源站链接支持: fabricA simple Minecraft mod for Fabric+1.16.5 that provides Material System and Tag Sync.
https://i.imgur.com/c1DH9VL.png]
Material System
The Material System was invented to handle Tags more generally by decomposing them into HTMaterial and HTShape.
HTMaterial represents the material of objects: Iron, Gold, Copper, Stone, Wood, etc.
HTShape represents the shape of objects: Ingot, Nugget, Plate, Gear, Rod, etc.
https://raw.githubusercontent.com/Robustum/HT-Materials/main/image/material_system.png]
Part Tag
Many Fabric mods follow Conventional Tag format such as c:copper_ingots. This mod automatically replaces these tags into Part Tag Format by Material System. For example, c:copper_ingots will be converted into part:ingot/copper. You don\'t need to replace existing tags in JSON files or internal codes!
https://raw.githubusercontent.com/Robustum/HT-Materials/main/image/part_tag.png]
Fluid Unification
HT Materials can sync not only tags but also fluids! After the flattening, fluid became a vanilla feature and has been managed with Identifier: namespace and path. This destructive change divided fluids with the same name and different namespace. Based on the Material System, these fluids are linked to Conventional Tags.
https://raw.githubusercontent.com/Robustum/HT-Materials/main/image/fluid_unification.png]
How to create Addon
- Add new entrypoint ht_materials in fabric.mod.json
- Implement https://github.com/Robustum/HT-Materials/blob/main/src/api/kotlin/io/github/hiiragi283/api/HTMaterialsAddon.kt]io.github.hiiragi283.api.HTMaterialsAddon
Example
- https://github.com/Robustum/HT-Materials/blob/main/src/main/resources/fabric.mod.json]fabric.mod.json
- https://github.com/Robustum/HT-Materials/blob/main/src/main/java/io/github/hiiragi283/material/HTTestAddon.java]HTTestAddon
API
Accessible HT-Materials\' API via https://github.com/Robustum/HT-Materials/blob/main/src/api/kotlin/io/github/hiiragi283/api/HTMaterialsAPI.kt]HTMaterialsAPI.INSTANCE
截图:
https://i.sodamc.com/modrinth/huSGn9fpYH.jpg?x-oss-process=style/forge2] https://i.sodamc.com/modrinth/m7fRVwagHk.jpg?x-oss-process=style/forge2] https://i.sodamc.com/modrinth/nNCtITzVS4.jpg?x-oss-process=style/forge2]
来自Modrinth所有游戏版本1.16.51.18.2所有类型fabric[Archived] HT Materials 2.0.0+1.16.5HT-Materials-2.0.0+1.16.5.jar下载2.0.0+1.16.5+archived#AlphaHT-Materials-2.0.0+1.16.5-api.jar下载2.0.0+1.16.5+archived#AlphaHT-Materials-2.0.0+1.16.5-dev.jar下载2.0.0+1.16.5+archived#AlphaHT-Materials-2.0.0+1.16.5-sources.jar下载2.0.0+1.16.5+archived#Alpha# Inpompatible with 1.x.x!## What\'s Changed* Add missed Localize Key with IR by @MrKono in https://github.com/Robustum/HT-Materials/pull/2* Remove Material Items by @Hiiragi283 in https://github.com/Robustum/HT-Materials/pull/5* Refine of pull request #6 by @Hiiragi283 in https://github.com/Robustum/HT-Materials/pull/7## New Contributors* @MrKono made their first contribution in https://github.com/Robustum/HT-Materials/pull/2**Full Changelog**: https://github.com/Robustum/HT-Materials/compare/1.3.0...2.0.0展开版本: 2.0.0+1.16.5+archived支持游戏: 1.16.5类型:FabricAlpha下载次数: 241[Fabric 1.16.5] HT Materials 1.3.0+1.16.5HT-Materials-1.3.0+1.16.5.jar下载1.3.0+1.16.5#ReleaseHT-Materials-1.3.0+1.16.5-dev.jar下载1.3.0+1.16.5#ReleaseHT-Materials-1.3.0+1.16.5-sources.jar下载1.3.0+1.16.5#Release## What\'s Changed* Tag format by @Hiiragi283 in https://github.com/Robustum/HT-Materials/pull/1## New Contributors* @Hiiragi283 made their first contribution in https://github.com/Robustum/HT-Materials/pull/1**Full Changelog**: https://github.com/Robustum/HT-Materials/compare/1.2.0...1.3.0展开版本: 1.3.0+1.16.5支持游戏: 1.16.5类型:FabricRelease下载次数: 138[Fabric 1.16.5] HT Materials 1.2.0+1.16.5HT-Materials-1.2.0+1.16.5.jar下载1.2.0+1.16.5#ReleaseHT-Materials-1.2.0+1.16.5-dev.jar下载1.2.0+1.16.5#ReleaseHT-Materials-1.2.0+1.16.5-sources.jar下载1.2.0+1.16.5#Release**Full Changelog**: https://github.com/Robustum/HT-Materials/commits/1.2.0展开版本: 1.2.0+1.16.5支持游戏: 1.16.5类型:FabricRelease下载次数: 134[Fabric 1.18.2] HT Materials 1.1.0+1.18.2HTMaterials-1.1.0+1.18.2.jar下载1.1.0+1.18.2#ReleaseHTMaterials-1.1.0+1.18.2-sources.jar下载1.1.0+1.18.2#ReleaseREWRITTEN MATERIAL SYSTEM ENTIRELY!!Therefore, addons depending on 1.0.0+1.18.2 is incompatible展开版本: 1.1.0+1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 119[Fabric 1.18.2] HT Materials 1.0.0+1.18.2HTMaterials-1.0.0+1.18.2.jar下载1.0.0+1.18.2#ReleaseHTMaterials-1.0.0+1.18.2-sources.jar下载1.0.0+1.18.2#Release展开版本: 1.0.0+1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 91全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
HT Materials |
楼主
2025-8-10 18:00:47
回复(0)
收起回复
|