Перейти к содержимому
Mineforgian

what should my library mod be?

This is just another library mod, nothing special.

10K загрузок1 подписчиковApache-2.0fabricquilt

Обновлён 20 декабря 2023 г. · опубликован 10 октября 2023 г.

  • stickman v2

what should my library mod be?

THIS IS A FABRIC MOD, PLEASE DON'T ASK ABOUT PORTING TO (NEO)FORGE!

This is just another library mod, nothing special.

You can download this Minecraft library mod at Curseforge, GitHub, or here on Modrinth.

This library depends on Fabric API, but you should already have that installed.

🔽 If you want to use this library in your mod, see below! 🔽

IF YOU ARE NOT A MOD DEV USING THIS LIBRARY, THIS DOES NOT AFFECT YOU! YOU CAN IGNORE THIS!

This mod is a library mod with 4 main features:

  • the ability to create functional custom chests with custom textures.
  • the ability to create functional custom shears by adding your item into the #c:shears tag.
  • the ability to create functional custom crafting tables.
  • many useful utilities for support over multiple versions.

To use this mod as a library, you can use Modrinth's maven:

repositories {
    maven { url "https://api.modrinth.com/maven" }
}

dependencies {
    modImplementation "maven.modrinth:wsmlmb:${wsmlmb_version}"
}

Many of the classes and methods in this mod are already documented in the test mod and JavaDocs.

For more info, refer to the GitHub page.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.0+1.20.4Релиз1.20.3-rc1, 1.20.3, 1.20.4-rc1, 1.20.4fabric, quilt20 декабря 2023 г..jar (45 КБ)
1.0.0+1.20.2Релиз1.20.2-pre4, 1.20.2-rc1, 1.20.2-rc2, 1.20.2fabric, quilt1 декабря 2023 г..jar (43 КБ)
1.0.0+1.20.1Релиз1.20, 1.20.1-rc1, 1.20.1, 23w31afabric, quilt30 ноября 2023 г..jar (41 КБ)
1.1.0+1.19.2Релиз1.19.1, 1.19.2-rc1, 1.19.2-rc2, 1.19.2fabric, quilt30 ноября 2023 г..jar (42 КБ)
1.0.0+1.19.4Релиз1.19.4-rc3, 1.19.4, 23w12a, 23w13afabric, quilt30 ноября 2023 г..jar (43 КБ)
1.0.1+1.19.2Релиз1.19.1, 1.19.2-rc1, 1.19.2-rc2, 1.19.2fabric, quilt11 ноября 2023 г..jar (32 КБ)
1.0.0+1.19.2Релиз1.19.1, 1.19.2-rc1, 1.19.2-rc2, 1.19.2fabric, quilt6 ноября 2023 г..jar (32 КБ)

Ченджлог

1.1.0+1.20.4Релиз1.20.3, 1.20.4-rc1, 1.20.4 · 20 декабря 2023 г.

port stuff added multiversion item and block settings added a bunch of util methods

1.0.0+1.20.2Релиз1.20.2-rc1, 1.20.2-rc2, 1.20.2 · 1 декабря 2023 г.

port stuff added multiversion item and block settings added a bunch of util methods

1.0.0+1.20.1Релиз1.20.1-rc1, 1.20.1, 23w31a · 30 ноября 2023 г.

port stuff added multiversion item and block settings added a bunch of util methods

1.1.0+1.19.2Релиз1.19.2-rc1, 1.19.2-rc2, 1.19.2 · 30 ноября 2023 г.

fixed a small bug where the default chest textures were wrong

1.0.0+1.19.4Релиз1.19.4, 23w12a, 23w13a · 30 ноября 2023 г.

port to 1.20.2+

1.0.1+1.19.2Релиз1.19.2-rc1, 1.19.2-rc2, 1.19.2 · 11 ноября 2023 г.

fixed a small bug where the default chest textures were wrong

1.0.0+1.19.2Релиз1.19.2-rc1, 1.19.2-rc2, 1.19.2 · 6 ноября 2023 г.

first release!
this mod is a library mod to help adding chests with textures and creating shears.
see the wiki for more info

Полная история изменений — на Modrinth.

Комментарии

Загружаем…