Skip to content

DHG-STUDIO/PffLoader

Repository files navigation

Pffloader

Japanse

このライブラリーはFabricAPIのみで作成された複数のバージョンに対応したmodをビルドできるライブラリーです。
現在は開発中であるため仕様が変わったり、不具合があるかもしれません。
※Minecraftのアップデート等、様々なバージョンの対応等により大幅に仕様が変更される可能性もあります

MODローダー

FabricMC
LegacyFabric(1.12.2 以前)

前提mod

FabricAPI
LegacyFabricApi(1.12.2 以前)

使い方

build.gradle

repositories {
    maven {
        url = "https://maven.ptk671.com/"
        // サーバー2 url = "https://ptkiuo.github.io/maven/"
    }
}

dependencies {
    modImplementation "com.ptk671:pffloader-MinecrftVersion:${rootProject.pffloader_version}
}

「MinecrftVersion」という所に対象のminecraft対象のマインクラフトのバージョンを入力してください
https://maven.ptk671.com/com/ptk671/

gradle.properties

pffloader_version=x.x.x

Samplemod
https://github.com/Ptkiuo/PffLoader-SampleCode

English

This library is a library that can build mods for multiple versions created only with FabricAPI.
Currently, it is under development, so there may be specification changes or bugs.
The specifications may change drastically due to updates to Minecraft and other various version support, etc.

MOD Loader

FabricMC
LegacyFabric(1.12.2 before)

Required mods

FabricAPI
LegacyFabricApi(1.12.2 before)

How to use

repositories {
    maven {
        url = "https://maven.ptk671.com/"
// Server2 url = "https://ptkiuo.github.io/maven/"
    }
}

dependencies {
    modImplementation "com.ptk671:pffloader-MinecrftVersion:${rootProject.pffloader_version}
}

Fill in the "MinecraftVersion" field with the target minecraft version.
https://maven.ptk671.com/com/ptk671/

gradle.properties

pffloader_version=x.x.x

Samplemod
https://github.com/Ptkiuo/PffLoader-SampleCode

Supported Versions

1.21.1
1.21
1.20x
1.19x
1.18x
1.17x
1.16.5
1.16.4
1.16.3
1.16.2
1.15x
1.14.4
1.12x
1.8x

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages