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

ovenlib

Library for Polymerized Bakery, handles alot of repetition in our development and you might find it useful as well!

Загрузки
1K
Подписчики
1
Обновлён
23 июля 2024 г.
Лицензия
MIT

Опубликован 19 июля 2024 г.

OvenLib is a library that we at Polymerized Bakery will be using for alot of our mods to help with repition, the library is primarily an Polymerlib helper.

Currently it as two functions, ToolMaterialFactory and ToolFactory ToolMaterialFactory makes it easy to build custom tool materials. ToolFactory makes it easy to build entire toolsets (axe, hoe, pickaxe, shovel, and sword) with a specified material and name! This makes it so you just need to call ToolMaterialFactory.Generate(mining level, durability<int>, mining speed<float>, attack damage<float>, enchantability<int>, repairIngredient), and it will automatically generate the tools in the registry. (do note you will need to provide textures and recipies yourself, I have yet to learn how to DataGen for recipies)

Thats about all it does for now, but later I plan on making it able to generate items from a config file for you server owners!

Ченджлог

0.1.5Релиз1.21 · 23 июля 2024 г.
0.1.3Релиз1.21 · 21 июля 2024 г.

Now has helpers for rapidly generating various armor types as well as an quick and dirty template generator! Do note there is currently no ArmorMaterialGenerator due to how... complex armor materials surprisingly are...

Full Changelog: https://github.com/Polymerized-Bakery/OvenLib/compare/v0.1.2...v0.1.3

0.1.2Релиз1.21 · 20 июля 2024 г.

Now has support for easy-ish registration of item groups. Please do remember it is mostly just an quick-wrapper around existing polymer functions to cut back on repetitions,

What's Changed

Full Changelog: https://github.com/Polymerized-Bakery/OvenLib/compare/v0.1.1...v0.1.2

0.1.1Релиз1.21 · 20 июля 2024 г.

Reformat structure for maven, in hopes that this works on modrinth maven

What's Changed

New Contributors

Full Changelog: https://github.com/Polymerized-Bakery/OvenLib/compare/v0.1.0...v0.1.1

0.1.0Релиз1.21 · 19 июля 2024 г.

Release for Modrinth Maven, hopefully

Full Changelog: https://github.com/Polymerized-Bakery/OvenLib/commits/v0.1.0

Комментарии

Загружаем…