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

FLIB

Just shared code for many mods that i made. Enables me to speed up the process of creating new mods, and make porting between versions easier. "flib - /flib/ (WPI) A meta-number, said to be an integer between 3 and 4. See grix, N. "

814K загрузок19 подписчиковLicenseRef-All-Rights-Reservedforgeneoforge

Обновлён 23 июня 2026 г. · опубликован 1 мая 2023 г.

  • command example

Library of features so creating new mods is easier.

Other mods depend on it to work

Features for developers:

  • coremod data

  • BlockSettings (tooltip, rotateColor, litWhenPowered, facingAttachment)

  • inventory wrappers

  • newmod template with buildscripts

  • Worldgen feature builders (simple, patch, ore)

  • dimension utilities

  • EnergyIngredient for recipes

  • FluidTagIngredient for recipes

  • RandomizedOutputIngredient for recipes

  • Brewing recipe

  • many misc utilities

  • /flib commands : can disable them in config flib.toml

-- /flib tpx: teleport across dimensions

-- /flib health add/set/random/factor

-- /flib hunger add/set/random/factor

-- /flib hearts add/set/random/factor

-- /flib gamemode @p 1

-- /flib scoreboard random @p 4 9 OBJECTIVE

-- /flib attribute minecraft:reach_distance random @p 3 8

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.21.1-0.2.7Релиз1.21.1neoforge23 июня 2026 г..jar (279 КБ)
1.21.1-0.2.6Релиз1.21.1neoforge23 июня 2026 г..jar (276 КБ)
1.21.1-0.2.5Релиз1.21.1neoforge17 июня 2026 г..jar (276 КБ)
1.21.1-0.2.4Релиз1.21.1neoforge4 июня 2026 г..jar (276 КБ)
1.21.1-0.2.3Релиз1.21.1neoforge3 июня 2026 г..jar (275 КБ)
1.21.1-0.2.2Релиз1.21.1neoforge1 июня 2026 г..jar (275 КБ)
1.21.1-0.2.1Релиз1.21.1neoforge31 мая 2026 г..jar (275 КБ)
1.21.1-0.2.0Релиз1.21.1neoforge20 мая 2026 г..jar (272 КБ)
1.21.1-0.1.1Релиз1.21.1neoforge1 мая 2026 г..jar (265 КБ)
1.21.1-0.1.0Релиз1.21.1neoforge28 апреля 2026 г..jar (264 КБ)
1.19.2-0.0.3Релиз1.19.2forge21 октября 2024 г..jar (4.7 МБ)
1.18.2-0.0.2Релиз1.18.2forge21 октября 2024 г..jar (4.7 МБ)
1.20.1-0.0.14Релиз1.20.1forge, neoforge24 августа 2024 г..jar (285 КБ)
0.0.5Релиз1.20, 1.20.1forge29 июня 2023 г..jar (159 КБ)
1.19.4-0.0.4Релиз1.19.4forge1 мая 2023 г..jar (165 КБ)

Ченджлог

1.21.1-0.2.7Релиз1.21.1 · 23 июня 2026 г.

Add BlockFacadeMessage packet and HAS_FACADE block state interfaces (supporting facades in cyclic, storagenetwork, etc)

1.21.1-0.2.6Релиз1.21.1 · 23 июня 2026 г.

FacadeUtil::renderBlockState now uses the matching RenderType instead of treating the facade as solid

1.21.1-0.2.5Релиз1.21.1 · 17 июня 2026 г.

Update fluid rendering helpers to use COLOR_DEPTH_WRITE. Cleaned up some 'flib test' logging

1.21.1-0.2.4Релиз1.21.1 · 4 июня 2026 г.

Fix renderLaser helpers. Fix some RenderTypes. Fix client crash related to 'java.io.IOException: Packet play/clientbound/minecraft:custom_payload'. Fix RenderBlockUtils::line()

1.21.1-0.2.3Релиз1.21.1 · 3 июня 2026 г.

Fix cube vertex rendering

1.21.1-0.2.2Релиз1.21.1 · 1 июня 2026 г.

Patch fall_damage packet

1.21.1-0.2.1Релиз1.21.1 · 31 мая 2026 г.

Add ItemStackUtil:addOrMergeIntoList and ChatUtil:statusMessage for blockstate to assist Storage Network. Add data/OpCompareType and gui/TileableTexture

1.21.1-0.2.0Релиз1.21.1 · 20 мая 2026 г.

Fix default value in GameRuleFactory createBoolean. @Deprecated FluidTagIngredient bedcause a version has been merged into neoforge, see SizedFluidIngredient. Added DataComponentsFlib. Added Codec and StreamCodec to RelativeShape, EnergyIngredient, and RandomizedOutputIngredient for 1.21 data-component support. Since enchantments are data driven now, removed EnchantmentFlib class; its helpers (getCurrentLevelTool, getCurrentArmorLevel/Slot, getLevelAll, getFirstArmorStackWithEnchant) were merged into EnchantUtil. TagDataUtil.buildNamedPlayerSkull now uses DataComponents.PROFILE / ResolvableProfile instead of the legacy SkullOwner CustomData tag (buildSkullFromTag removed). Add BucketItemFlib to assist modded fluids. ItemStackUtil.addLoreToStack now appends to existing lore instead of overwriting it. Render types updated 1.21 compatibility.

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

Комментарии

Загружаем…