ac0db34a0b
調整參數位置
...
修复远程客户端无法加载Cap同步管理器和Compat问题
2026-01-16 18:15:30 +08:00
ea753c4f7d
修正沒有正確使用mixin問題
2026-01-15 15:45:48 +08:00
05c3232691
更新版本号0.1.2 -> 0.1.3
...
修正LevelHelper
2026-01-09 14:16:29 +08:00
b5513dbc39
更新版本号0.1.1 -> 0.1.2
...
添加LevelHelper
2026-01-09 14:08:32 +08:00
87bffc5fc9
更新版本号0.1.0 -> 0.1.1
...
添加交易构建器
2026-01-03 17:02:49 +08:00
6efdb5fb13
更新内容
...
1. 补充完善了相关共工具方法
2. 添加部分javadoc
2026-01-03 15:37:35 +08:00
97a232944b
更新内容
...
1. 修复玩偶在服务器导致崩溃的错误
2026-01-03 00:34:24 +08:00
6a4a15c1f4
更新内容
...
1. 重新添加回玩偶
2026-01-02 22:26:00 +08:00
33427074fd
更新内容
...
1. 修正兼容事件
2026-01-02 03:13:43 +08:00
66d00f1892
更新内容
...
1. 修正兼容事件
2026-01-02 02:41:55 +08:00
e356628d5e
更新内容
...
1. 修正兼容事件
2026-01-02 02:10:28 +08:00
8b9dc0c965
更新内容
...
1. 修正兼容事件
2026-01-02 01:58:01 +08:00
4247cf2c76
更新内容
...
1. 修正優化方法
2025-12-30 01:34:09 +08:00
b54cd4acea
更新内容
...
1. 優化方法
2025-12-30 01:04:24 +08:00
c0a25f9172
更新内容
...
1. 初始化部分JavaDoc
2025-12-23 20:39:27 +08:00
f062be7f51
更新内容
...
1. 加解密ClassLoader
2. 帮助指令管理器
2025-12-23 20:35:40 +08:00
2b0a14d0e9
更新内容
...
1. 命令帮助菜单
2. SimpleLanguageProvider 构造器扩展 支持多ILangKeyValueCollection数组参数
2025-12-08 00:39:53 +08:00
19463edd61
更新内容
...
1. 方块掉落战利品表
2. 实体解析Map
3. 客户端转轮组件
4. NBTWriter 改进
2025-12-06 23:15:50 +08:00
4f38923636
更新JavaDoc
2025-11-01 23:48:06 +08:00
8df3cad30d
Revert "将库更新到1.21.10的版本"
...
This reverts commit eff8d64aed .
2025-11-01 23:29:57 +08:00
eff8d64aed
将库更新到1.21.10的版本
2025-11-01 23:23:28 +08:00
8919d7ddae
添加了示例代码
2025-10-25 23:58:30 +08:00
cf1b6dba5b
将SyncDataManager修改为更通用的同步管理
2025-10-25 16:00:39 +08:00
4f7a030843
添加获取了ServerLevel的获取方法
2025-10-15 19:44:28 +08:00
000ed81d13
添加获取了ServerLevel的获取方法
2025-10-15 19:40:39 +08:00
0521a1b2f0
添加缓存性能更优的SyncManager
2025-10-15 19:14:00 +08:00
b52e1d17f3
修正ISyncManager类
2025-10-15 19:04:57 +08:00
7fca59b84c
扩展ISyncManager支持指定Key来查询Data
2025-10-15 18:50:27 +08:00
e69f91914e
将NBTBuilder变更为NBTWriter方法
2025-10-15 17:21:05 +08:00
9a87b9ee54
修正了NBTBuilder方法
2025-10-15 17:02:30 +08:00
ea2865d58b
添加了NBTBuilder工具类
2025-10-15 16:41:37 +08:00
679af9ac16
添加了NBTBuilder工具类
2025-10-15 16:07:41 +08:00
4d3ed79b3b
修正删除了同步方法事件注册时机
2025-10-15 00:43:57 +08:00
278742a569
修正删除了部分形状工具类的方法
2025-10-14 20:04:57 +08:00
b877e61c68
修改扩充了形状工具类的方法
2025-10-14 19:56:30 +08:00
21d37dd152
扩充了形状工具类的方法
2025-10-14 17:38:05 +08:00
bb3097e68c
添加方块相关的注册Builder和形状、声音工具类
2025-10-14 17:20:53 +08:00
38e52ac38a
将拴绳的一些工具类修改放入到该库中,并且添加了网络同步数据类型,及其网络系统搭建
2025-10-14 10:54:12 +08:00
c039072e7c
命令别名工具,调整McLangDataValue
2025-10-12 21:39:00 +08:00
Matyrobbrt
0cb1ba65eb
1.20.1 MDK using MDG Legacy
2025-01-28 12:45:01 +02:00
shartte
6b865f6fd0
Update to 1.21 ( #71 )
2024-06-13 23:32:54 +02:00
Brennan Ward
fa99978d2e
Update references to neoforge.mods.toml
2024-04-27 23:59:38 -07:00
Brennan Ward
8e4a898238
Update to 1.20.5
2024-04-27 23:35:22 -07:00
ZestyBlaze
d28b3b6d7c
Add .title to CreativeModeTab example ( #35 )
...
To better show how to create Tabs
2024-01-23 02:00:54 +01:00
PixelGameWizard
67a4575730
Clarify purpose of NeoForge.EVENT_BUS.register in ExampleMod class ( #32 )
2024-01-23 02:00:34 +01:00
TelepathicGrunt
f5f4feccd9
Remove final from instanceof check in Config ( #26 )
...
Eclipse reaaaally hates this `final` here and it looks weird to the
rest of us. Since the MDK should work for all IDEs. we should remove
that `final`.
2023-12-10 03:29:39 +08:00
shartte
d7c9899f09
Update to NeoForge 20.2 stable and newer NeoGradle ( #21 )
...
* Bump NeoGradle and remove 3G memory settings for Gradle, since the memory for decompilation is no longer inherited from Gradles memory settings since NeoGradle 7.0.56.
* Bump NeoForge to stable for 1.20.2
2023-12-05 08:32:49 +01:00
AterAnimAvis
d08c1736e3
Update to 20.2.59-beta (Registry Rework) ( #19 )
...
For more details on updating check out the blogpost at https://neoforged.net/news/20.2registry-rework/
2023-11-20 13:06:39 +01:00
Technici4n
8dd9258e72
MDK Updates ( #15 )
2023-11-05 13:23:24 +01:00
Marc Hermans
ab3c7e49df
Update to NG7.
...
Update to 20.2
2023-10-30 19:26:32 +01:00