Amarok Makpiraaqarvik 是一个凤梨通灵术的 NeoForge 分支,作者的大多模组都会依赖这个模组处理配置文件。
除了对 AJ4J 的包装以及凤梨通灵术的 Config 解析外,还提供了一些额外的事件,以及面向 BlockEntity 中自动解析与存储值到 CompoundTag 的 @TileNbt 注解。未来计划提供更多便利的方法与实用功能。
使用 AM,只需在 Gradle 中加入以下内容:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | repositories { // Other repositories... maven { name "AmarokMaven" url "http://maven.snowlyicewolf.club/" allowInsecureProtocol = true } } dependencies { // Other dependencies... implementation "club.someoneice.makpiraaqarvik:AmarokMakpiraaqarvik:1.20-${AmarokLibraryVersion}" } |