HammerLib (HammerLib)
Utility mod that contains really useful code for quite a few mods.
Utility mod that contains really useful code for quite a few mods.
This library provides:
- Simple, annotation-based content registration.
- For Blocks, HammerLib automagically registers BlockItem(s). If you want to disable BlockItem(s), let your block implement INoItemBlock, ICustomBlockItem, or ICreativeTabBlock, depending on what you want to achieve.
- For BlockEntity rendering, custom BlockEntityType constants may have additional @TileRenderer, pointing to an IBESR<Tile> class.
- Old-styled language parsers in format of "key=value", instead of JSONs (the file names and format is like in older game versions, but you need to call LanguageAdapter.registerMod(MOD_ID); inside your mod's constructor for it to register.
- Mod Source checks, that allow you to check if the mod was downloaded from adware/malware sites, AND warn users about it.
- Java-based recipe registration with a simple RegisterRecipesEvent, that runs on HammerLib.EVENT_BUS, allowing you, as a developer, to register crafting recipes like before, with code.
- Java-based tag population, with BuildTagsEvent, that runs on HammerLib.EVENT_BUS.
- Vastly simplified networking, using Network class, and IPacket + INBTPacket to allow for flawless and intuitive packet code development.
- Wrappers for block harvesting, that has been moved over to tags - BlockHarvestAdapter
- Field-based NBT serialization, so that you don't make a typo/forget to write serialization/deserialization code.
- Good old TileEntity wrappers, with TileSyncable and TileSyncableTickable, that allow synchronization of initial state, as well as registering properties that will be synchronized independently.
- ContainerAPI for BlockEntities, allowing to avoid MenuType<?> altogether (no need to register screen providers, menu types etc)
- ItemStack -> Color[] API, with TexturePixelGetter.getAllColors
- Annotation-based custom model loaders (@LoadUnbakedGeometry on IUnbakedGeometry<SELF>), avoids using the geometry loader class by making a common wrapper.
- ...And a whole lot more!
And a lot of rich features for mod devs.
Not enough? You can just view sources on GitHub, it's free!
Permissions:
- You can use this mod in your modpack.
- Yes, you are allowed to build a mod that requires Hammer Core, but not embeds it!
- You are not allowed to repost this mod to other sites without providing a CurseForge/Modrinth download link and my permission (
Zeitheron on Discord)
- You are not allowed to include this (or any other mods of DragonForge team) in your own mod. Building addons, however, is allowed, but a friendly PM would be good.
Note:
- The only supported version of minecraft is the latest one that this mod exists for. DO NOT ASK TO DOWNGRADE!
Join the discord server and follow Zeitheron on Twitter!
If you would like to support my work, you can become a patron via Patreon.
来自Modrinth
12.2.58
HammerLib-1.12.2-12.2.58.jar下载12.2.58#Release
HammerLib-1.12.2-12.2.58-deobf.jar下载12.2.58#Release
HammerLib-1.12.2-12.2.58-sources.jar下载12.2.58#Release
### [To get developer builds, see HammerLib wiki.](https://mcdoc.zeith.org/docs/api/intro)
# Changes:
* Prevent shaders from reloading during preInit (because some mods force a reload on preinit for... some reason);
* Actually query ShaderVar state and recompile shader program whenever variables change;
* Utility methods for ColoredLight;
* Fix shader NPEs caused by null values;
* Reset shader variable hasChanged state on upload.
# Changes:
* Prevent shaders from reloading during preInit (because some mods force a reload on preinit for... some reason);
* Actually query ShaderVar state and recompile shader program whenever variables change;
* Utility methods for ColoredLight;
* Fix shader NPEs caused by null values;
* Reset shader variable hasChanged state on upload.
展开
版本: 12.2.58
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 10,286
20.1.50
HammerLib-1.20.1-20.1.50.jar下载20.1.50#Release
- Backport secure jar display in mod list;
- Proper synchronization with SimpleInventory change;
- Proper synchronization with SimpleInventory change;
展开
版本: 20.1.50
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 22,821
21.4.5
HammerLib-1.21.4-21.4.5.jar下载21.4.5#Release
Changelog:
- Remove deprecated field HLConstants.CRAFTING_MATERIAL ([fa09ec0417d0d21](https://github.com/dragon-forge/HammerLib/commit/fa09ec0417d0d21)) by Zeith
- Update build.txt ([49f26d2eadee22b](https://github.com/dragon-forge/HammerLib/commit/49f26d2eadee22b)) by Zeith
展开
版本: 21.4.5
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 228
21.4.4
HammerLib-1.21.4-21.4.4.jar下载21.4.4#Release
Changelog:
- Add signed jar status display in mod list. ([e64350b5afc64e5](https://github.com/dragon-forge/HammerLib/commit/e64350b5afc64e5)) by Zeith
展开
版本: 21.4.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 16
21.4.3
HammerLib-1.21.4-21.4.3.jar下载21.4.3#Release
Changelog:
- [21.4.3] Add <hover> object to allow hiding things until hovered on. ([8191eadfb304740](https://github.com/dragon-forge/HammerLib/commit/8191eadfb304740)) by Zeith
- - Remove NeoForge mod loader from modrinth loaders section since it determines the loader by itself. ([9d5b3eb54f41dcf](https://github.com/dragon-forge/HammerLib/commit/9d5b3eb54f41dcf)) by Zeith
展开
版本: 21.4.3
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 9
21.4.2
HammerLib-1.21.4-21.4.2.jar下载21.4.2#Release
Changelog:
展开
版本: 21.4.2
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 8
21.4.1
HammerLib-1.21.4-21.4.1.jar下载21.4.1#Release
1.21.4 port for latest NeoForge
展开
版本: 21.4.1
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 14
20.1.48
HammerLib-1.20.1-20.1.48.jar下载20.1.48#Release
- Expand server context inside RegisterRecipesEvent with registry access and recipe manager.
展开
版本: 20.1.48
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 32,482
20.1.47
HammerLib-1.20.1-20.1.47.jar下载20.1.47#Release
- RotationHelper.fromNormal
- RecipeHelper.NEOFORGE_MOD_ID_FOR_TAGS
- ObjectMirrorConverter.unwrap
- Fix FluidFactory.is(Fluid)
- RecipeHelper.NEOFORGE_MOD_ID_FOR_TAGS
- ObjectMirrorConverter.unwrap
- Fix FluidFactory.is(Fluid)
展开
版本: 20.1.47
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 64
20.1.46
HammerLib-1.20.1-20.1.46.jar下载20.1.46#Release
# BREAKING CHANGES
- Copy of `java.awt.Color` without loading Toolkit library (which will be unavailable on headless servers);
- Tweaks to spoofed recipes (using multimaps)
- Remove experimental spoofed recipe access from RegisterRecipesEvent.
- Rework recipe builders to use less generics and allow any identifiable output to be used, not just items;
- Remove experimental spoofed recipe access from RegisterRecipesEvent;
- Copy of `java.awt.Color` without loading Toolkit library (which will be unavailable on headless servers);
- Tweaks to spoofed recipes (using multimaps)
- Remove experimental spoofed recipe access from RegisterRecipesEvent.
- Rework recipe builders to use less generics and allow any identifiable output to be used, not just items;
- Remove experimental spoofed recipe access from RegisterRecipesEvent;
展开
版本: 20.1.46
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 619
20.1.45
HammerLib-1.20.1-20.1.45.jar下载20.1.45#Release
Changelog:
- TableHelper.computeIfAbsent
- ShapeUtils
- RotatedShapeCache / RotatedShapeCacheSimple
- AABBUtils fixes
展开
版本: 20.1.45
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 53
20.1.44
HammerLib-1.20.1-20.1.44.jar下载20.1.44#Release
Changelog:
- EmissiveGeometry ("loader": "hammerlib:emissive") + DelegateBakedModel
- GuiObject.elementZPos
- tr_tr.lang Turkish Localization
展开
版本: 20.1.44
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 309
20.1.43
HammerLib-1.20.1-20.1.43.jar下载20.1.43#Release
Changelog:
- Add `render-width` and `render-height` to allow for independent image size from its UV size.
- Text component drivers parse java string literals as well now.
展开
版本: 20.1.43
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 301
20.1.41
HammerLib-1.20.1-20.1.41.jar下载20.1.41#Release
Changelog:
- Add item decorations to GuiItemObject;
- Added GuiTooltipObject;
- Added a few add/remove hooks to GuiObject;
- Added GuiObject.drawTooltip for components to render tooltip if needed (like fluids and items);
- Abstract Tooltip interface for rendering tooltips in flowguis;
- GuiFluidObject for fluids;
- IExtendedFluidType for fluid rarity and tooltip image;
- Improvements to FluidHelper;
- Add effective way of converting nashorn JSON to Gson and Json through ObjectMirrorConverter;
- Added Suggestions for properties (API for HammerHelper)
展开
版本: 20.1.41
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 4,706
20.1.39
HammerLib-1.20.1-20.1.39.jar下载20.1.39#Release
Changelog:
- Add GuiItemObject (and <item/> flowgui xml tag);
- Add JeiKeyRole [obtained via IJeiPluginHL.get().getRoleForKey()] shortcut to show recipes/usages;
- Add GLStencil (and a config option to enable/disable stencils);
- Added ComDrivers.readString & ComDrivers;.driveString for support of dynamically driven text;
- Group few parameters into DriverContext;
- Added FlowguiShaderRegistry to allow customization of shaders on images and sprite buttons;
- Enable ES6 support in OpenJDKParser;
- Suppliers2 for mapping suppliers;
- GuiWidgetWrapperObject for embedding abstract widgets into GuiObject system;
展开
版本: 20.1.39
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 203
20.1.38
HammerLib-1.20.1-20.1.38.jar下载20.1.38#Release
Changelog:
- Add `render-width` and `render-height` to allow for independent image size from its UV size.
- Text component drivers parse java string literals as well now.
展开
版本: 20.1.38
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 700
20.1.37
HammerLib-1.20.1-20.1.37.jar下载20.1.37#Release
Changelog:
- Flowgui XML improvements
展开
版本: 20.1.37
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 23
20.1.36
HammerLib-1.20.1-20.1.36.jar下载20.1.36#Release
Changelog:
- [1.21.4] Changes to data scanning. ([d7ebdf3dfbc0384](https://github.com/dragon-forge/HammerLib/commit/d7ebdf3dfbc0384)) by Zeith
- [1.21.4] Bring back CC Tweaked compat! ([98c1ce03cf79de2](https://github.com/dragon-forge/HammerLib/commit/98c1ce03cf79de2)) by Zeith
- [1.21.4] Languages are back up! ([27f5e06f042c131](https://github.com/dragon-forge/HammerLib/commit/27f5e06f042c131)) by Zeith
- [1.21.4] Cleanup unused glint shaders! ([b5eb83d47affb30](https://github.com/dragon-forge/HammerLib/commit/b5eb83d47affb30)) by Zeith
- [1.21.4] Fixed glint! ([3d19595124fdb9c](https://github.com/dragon-forge/HammerLib/commit/3d19595124fdb9c)) by Zeith
- [1.21.4] Fix shaders ([dcaaf62ff07e944](https://github.com/dragon-forge/HammerLib/commit/dcaaf62ff07e944)) by Zeith
- 1.21.4 ([c0c435cec8e5f36](https://github.com/dragon-forge/HammerLib/commit/c0c435cec8e5f36)) by Zeith
- 1.21.4 ([c3bc59f24191a75](https://github.com/dragon-forge/HammerLib/commit/c3bc59f24191a75)) by Zeith
- Fix javadoc typo. ([76c98bb9641d504](https://github.com/dragon-forge/HammerLib/commit/76c98bb9641d504)) by Zeith
- Update lombok and specify changelog generator version. ([60d9fc42a6cde0e](https://github.com/dragon-forge/HammerLib/commit/60d9fc42a6cde0e)) by Zeith
- [1.21] Update build.txt ([15f5bc4495c9252](https://github.com/dragon-forge/HammerLib/commit/15f5bc4495c9252)) by Zeith
- [1.21] Added ability to change click sound in GuiButtonObject; ([ce97be8df023022](https://github.com/dragon-forge/HammerLib/commit/ce97be8df023022)) by Zeith
展开
版本: 20.1.36
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 20
20.1.35
HammerLib-1.20.1-20.1.35.jar下载20.1.35#Release
Changelog:
- [1.21.4] Changes to data scanning. ([d7ebdf3dfbc0384](https://github.com/dragon-forge/HammerLib/commit/d7ebdf3dfbc0384)) by Zeith
- [1.21.4] Bring back CC Tweaked compat! ([98c1ce03cf79de2](https://github.com/dragon-forge/HammerLib/commit/98c1ce03cf79de2)) by Zeith
- [1.21.4] Languages are back up! ([27f5e06f042c131](https://github.com/dragon-forge/HammerLib/commit/27f5e06f042c131)) by Zeith
- [1.21.4] Cleanup unused glint shaders! ([b5eb83d47affb30](https://github.com/dragon-forge/HammerLib/commit/b5eb83d47affb30)) by Zeith
- [1.21.4] Fixed glint! ([3d19595124fdb9c](https://github.com/dragon-forge/HammerLib/commit/3d19595124fdb9c)) by Zeith
- [1.21.4] Fix shaders ([dcaaf62ff07e944](https://github.com/dragon-forge/HammerLib/commit/dcaaf62ff07e944)) by Zeith
- 1.21.4 ([c0c435cec8e5f36](https://github.com/dragon-forge/HammerLib/commit/c0c435cec8e5f36)) by Zeith
- 1.21.4 ([c3bc59f24191a75](https://github.com/dragon-forge/HammerLib/commit/c3bc59f24191a75)) by Zeith
- Fix javadoc typo. ([76c98bb9641d504](https://github.com/dragon-forge/HammerLib/commit/76c98bb9641d504)) by Zeith
- Update lombok and specify changelog generator version. ([60d9fc42a6cde0e](https://github.com/dragon-forge/HammerLib/commit/60d9fc42a6cde0e)) by Zeith
- [1.21] Update build.txt ([15f5bc4495c9252](https://github.com/dragon-forge/HammerLib/commit/15f5bc4495c9252)) by Zeith
- [1.21] Added ability to change click sound in GuiButtonObject; ([ce97be8df023022](https://github.com/dragon-forge/HammerLib/commit/ce97be8df023022)) by Zeith
展开
版本: 20.1.35
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 33
21.0.14
HammerLib-1.21-21.0.14.jar下载21.0.14#Release
Changelog:
- [1.21] Flowgui API ported to 1.21 ([196425b35cb0400](https://github.com/dragon-forge/HammerLib/commit/196425b35cb0400)) by Zeith
- [1.20.1] Rename parameter names. ([b30734a89ce777d](https://github.com/dragon-forge/HammerLib/commit/b30734a89ce777d)) by Zeith
- [1.20.1] Patch Flowgui API ([7fea3b5ddf6f4c4](https://github.com/dragon-forge/HammerLib/commit/7fea3b5ddf6f4c4)) by Zeith
- [1.21] Flowgui API, allowing component inheritance, complex slot transformations and ([846d7f25d5d5aba](https://github.com/dragon-forge/HammerLib/commit/846d7f25d5d5aba)) by Zeith
- Update deps ([68376d702682c77](https://github.com/dragon-forge/HammerLib/commit/68376d702682c77)) by Zeith
- Add DirectStorage.apply to transform the value using an unary operator. ([1cd7256a979bc11](https://github.com/dragon-forge/HammerLib/commit/1cd7256a979bc11)) by Zeith
- Update build info, ([2c40e114cb0eb07](https://github.com/dragon-forge/HammerLib/commit/2c40e114cb0eb07)) by Zeith
展开
版本: 21.0.14
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 6,901
20.1.33
HammerLib-1.20.1-20.1.33.jar下载20.1.33#Release
Changelog:
- [1.20.1] Rename parameter names. ([9e29b8d0e07a9c9](https://github.com/dragon-forge/HammerLib/commit/9e29b8d0e07a9c9)) by Zeith
- [1.20.1] Patch Flowgui API ([be0569d45f22adb](https://github.com/dragon-forge/HammerLib/commit/be0569d45f22adb)) by Zeith
- [1.20.1] Flowgui API, allowing component inheritance, complex slot transformations and ([1f313b313863526](https://github.com/dragon-forge/HammerLib/commit/1f313b313863526)) by Zeith
- Add DirectStorage.apply to transform the value using an unary operator. ([55ac6a8267a23bf](https://github.com/dragon-forge/HammerLib/commit/55ac6a8267a23bf)) by Zeith
- Backported Resources class from 1.21; Emissive skin layers no longer render when player has invisibility effect; ([3d90bfe69abc001](https://github.com/dragon-forge/HammerLib/commit/3d90bfe69abc001)) by Zeith
- Update build info. ([2a0755eb7cb1ab9](https://github.com/dragon-forge/HammerLib/commit/2a0755eb7cb1ab9)) by Zeith
展开
版本: 20.1.33
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 3,499
12.2.56
HammerLib-1.12.2-12.2.56.jar下载12.2.56#Release
展开
版本: 12.2.56
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 30,366
12.2.55
HammerLib-1.12.2-12.2.55.jar下载12.2.55#Release
展开
版本: 12.2.55
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 145
12.2.54
HammerLib-1.12.2-12.2.54.jar下载12.2.54#Release
展开
版本: 12.2.54
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 84
12.2.53
HammerLib-1.12.2-12.2.53.jar下载12.2.53#Release
展开
版本: 12.2.53
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 229
12.2.52
HammerLib-1.12.2-12.2.52.jar下载12.2.52#Release
- Backport a few handy features from modern HL.
展开
版本: 12.2.52
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 57
12.2.51
HammerLib-1.12.2-12.2.51.jar下载12.2.51#Release
展开
版本: 12.2.51
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 3,130
20.1.32
HammerLib-1.20.1-20.1.32.jar下载20.1.32#Release
Changelog:
- Backported Resources class from 1.21; Emissive skin layers no longer render when player has invisibility effect; ([3d90bfe69abc001](https://github.com/dragon-forge/HammerLib/commit/3d90bfe69abc001)) by Zeith
- Update build info. ([2a0755eb7cb1ab9](https://github.com/dragon-forge/HammerLib/commit/2a0755eb7cb1ab9)) by Zeith
展开
版本: 20.1.32
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 4,925
21.0.13
HammerLib-1.21-21.0.13.jar下载21.0.13#Release
Changelog:
- Fix crash with CC:Tweaked. Use new BlockEntityTypeAccessor provided by NeoForge. ([e76f7467dfbb53e](https://github.com/dragon-forge/HammerLib/commit/e76f7467dfbb53e)) by Zeith
- A few things got duplicated somehow. ([8cd544dee74535a](https://github.com/dragon-forge/HammerLib/commit/8cd544dee74535a)) by Zeith
- Remove HammerLib from requiring itself on CurseForge & Modrinth. Oops? ([66eb8c94628c28e](https://github.com/dragon-forge/HammerLib/commit/66eb8c94628c28e)) by Zeith
展开
版本: 21.0.13
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 1,033
20.1.31
HammerLib-1.20.1-20.1.31.jar下载20.1.31#Release
Changelog:
- Enforce synchronization when registering tabs. ([66ef8d13bc0db51](https://github.com/dragon-forge/HammerLib/commit/66ef8d13bc0db51)) by Zeith
展开
版本: 20.1.31
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 130
21.0.12
HammerLib-1.21-21.0.12.jar下载21.0.12#Release
Changelog:
- Fix #61 (crash with new Neo) ([2685a5b7aec8799](https://github.com/dragon-forge/HammerLib/commit/2685a5b7aec8799)) by Zeith
- Update to 1.21 parchment, update Neo ([794c695cedfa80c](https://github.com/dragon-forge/HammerLib/commit/794c695cedfa80c)) by Zeith
- Fixed buildscripts for generating changelogs. ([a737c2610918ded](https://github.com/dragon-forge/HammerLib/commit/a737c2610918ded)) by Zeith
展开
版本: 21.0.12
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 134
21.0.11
HammerLib-1.21-21.0.11.jar下载21.0.11#Release
Changelog:
- Fixed the item stack rendering not working since 1.20. ([fab857ad133edef](https://github.com/dragon-forge/HammerLib/commit/fab857ad133edef)) by Zeith
展开
版本: 21.0.11
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 213
21.0.10
HammerLib-1.21-21.0.10.jar下载21.0.10#Release
No changelog was specified.
展开
版本: 21.0.10
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 83
21.0.9
HammerLib-1.21-21.0.9.jar下载21.0.9#Release
No changelog was specified.
展开
版本: 21.0.9
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 47
20.1.30
HammerLib-1.20.1-20.1.30.jar下载20.1.30#Release
No changelog was specified.
展开
版本: 20.1.30
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 967
19.3.82
HammerLib-1.19.2-19.3.82.jar下载19.3.82#Release
No changelog was specified.
展开
版本: 19.3.82
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 23,162
21.0.8
HammerLib-1.21-21.0.8.jar下载21.0.8#Release
No changelog was specified.
展开
版本: 21.0.8
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 71
21.0.7
HammerLib-1.21-21.0.7.jar下载21.0.7#Release
No changelog was specified.
展开
版本: 21.0.7
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 45
21.0.6
HammerLib-1.21-21.0.6.jar下载21.0.6#Release
No changelog was specified.
展开
版本: 21.0.6
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 74
21.0.5
HammerLib-1.21-21.0.5.jar下载21.0.5#Release
No changelog was specified.
展开
版本: 21.0.5
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 48
21.0.4
HammerLib-1.21-21.0.4.jar下载21.0.4#Beta
No changelog was specified.
展开
版本: 21.0.4
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 42
21.0.3
HammerLib-1.21-21.0.3.jar下载21.0.3#Beta
No changelog was specified.
展开
版本: 21.0.3
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 41
21.0.2
HammerLib-1.21-21.0.2.jar下载21.0.2#Beta
No changelog was specified.
展开
版本: 21.0.2
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 34
21.0.1
HammerLib-1.21-21.0.1.jar下载21.0.1#Beta
No changelog was specified.
展开
版本: 21.0.1
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 46
21.0.0
HammerLib-1.21-21.0.0.jar下载21.0.0#Beta
No changelog was specified.
展开
版本: 21.0.0
支持游戏: 1.21
类型: NeoForge
Beta
下载次数: 45
20.6.30
HammerLib-1.20.6-20.6.30.jar下载20.6.30#Beta
No changelog was specified.
展开
版本: 20.6.30
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 155
20.6.29.2
HammerLib-1.20.6-20.6.29.2.jar下载20.6.29.2#Beta
No changelog was specified.
展开
版本: 20.6.29.2
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 66
20.6.29
HammerLib-1.20.6-20.6.29.jar下载20.6.29#Beta
No changelog was specified.
展开
版本: 20.6.29
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 39
20.5.29
HammerLib-1.20.5-20.5.29.jar下载20.5.29#Beta
No changelog was specified.
展开
版本: 20.5.29
支持游戏: 1.20.5
类型: NeoForge
Beta
下载次数: 43
20.4.29
HammerLib-1.20.4-20.4.29.jar下载20.4.29#Release
No changelog was specified.
展开
版本: 20.4.29
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 637
20.3.29
HammerLib-1.20.3-20.3.29.jar下载20.3.29#Release
No changelog was specified.
展开
版本: 20.3.29
支持游戏: 1.20.3
类型: NeoForge
Release
下载次数: 35
20.2.29
HammerLib-1.20.2-20.2.29.jar下载20.2.29#Release
No changelog was specified.
展开
版本: 20.2.29
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 99
20.1.29
HammerLib-1.20.1-20.1.29.jar下载20.1.29#Release
No changelog was specified.
展开
版本: 20.1.29
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 42,253
19.3.81
HammerLib-1.19.2-19.3.81.jar下载19.3.81#Release
No changelog was specified.
展开
版本: 19.3.81
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 3,333
20.6.28
HammerLib-1.20.6-20.6.28.jar下载20.6.28#Beta
No changelog was specified.
展开
版本: 20.6.28
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 33
20.5.28
HammerLib-1.20.5-20.5.28.jar下载20.5.28#Beta
No changelog was specified.
展开
版本: 20.5.28
支持游戏: 1.20.5
类型: NeoForge
Beta
下载次数: 29
20.4.28
HammerLib-1.20.4-20.4.28.jar下载20.4.28#Release
No changelog was specified.
展开
版本: 20.4.28
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 41
20.3.28
HammerLib-1.20.3-20.3.28.jar下载20.3.28#Release
No changelog was specified.
展开
版本: 20.3.28
支持游戏: 1.20.3
类型: NeoForge
Release
下载次数: 21
20.2.28
HammerLib-1.20.2-20.2.28.jar下载20.2.28#Release
No changelog was specified.
展开
版本: 20.2.28
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 29
20.1.28
HammerLib-1.20.1-20.1.28.jar下载20.1.28#Release
No changelog was specified.
展开
版本: 20.1.28
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 4,610
20.4.26.2
HammerLib-1.20.4-20.4.26.2.jar下载20.4.26.2#Release
No changelog was specified.
展开
版本: 20.4.26.2
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 46
20.6.26
HammerLib-1.20.6-20.6.26.jar下载20.6.26#Beta
No changelog was specified.
展开
版本: 20.6.26
支持游戏: 1.20.6
类型: NeoForge
Beta
下载次数: 32
20.5.26
HammerLib-1.20.5-20.5.26.jar下载20.5.26#Beta
No changelog was specified.
展开
版本: 20.5.26
支持游戏: 1.20.5
类型: NeoForge
Beta
下载次数: 40
20.3.26
HammerLib-1.20.3-20.3.26.jar下载20.3.26#Release
No changelog was specified.
展开
版本: 20.3.26
支持游戏: 1.20.3
类型: NeoForge
Release
下载次数: 37
20.2.26
HammerLib-1.20.2-20.2.26.jar下载20.2.26#Release
No changelog was specified.
展开
版本: 20.2.26
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 28
20.1.26
HammerLib-1.20.1-20.1.26.jar下载20.1.26#Release
No changelog was specified.
展开
版本: 20.1.26
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 523
12.2.50
HammerLib-1.12.2-12.2.50.jar下载12.2.50#Release
展开
版本: 12.2.50
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 24,439
12.2.49
HammerLib-1.12.2-12.2.49.jar下载12.2.49#Release
# Add APs for SimplyRegister mechanism.
展开
版本: 12.2.49
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 16,101
12.2.48
HammerLib-1.12.2-12.2.48.jar下载12.2.48#Release
HammerLib-1.12.2-12.2.48-deobf.jar下载12.2.48#Release
HammerLib-1.12.2-12.2.48-sources.jar下载12.2.48#Release
展开
版本: 12.2.48
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 1,305
12.2.47
HammerLib-1.12.2-12.2.47.jar下载12.2.47#Release
展开
版本: 12.2.47
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 1,130
20.1.25
HammerLib-1.20.1-20.1.25.jar下载20.1.25#Release
No changelog was specified.
展开
版本: 20.1.25
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 3,884
19.3.76
HammerLib-1.19.2-19.3.76.jar下载19.3.76#Release
No changelog was specified.
展开
版本: 19.3.76
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 7,503
20.4.0
HammerLib-1.20.4-20.4.0.jar下载20.4.0#Release
No changelog was specified.
展开
版本: 20.4.0
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 250
20.3.0
HammerLib-1.20.3-20.3.0.jar下载20.3.0#Release
No changelog was specified.
展开
版本: 20.3.0
支持游戏: 1.20.3
类型: NeoForge
Release
下载次数: 34
19.3.75
HammerLib-1.19.2-19.3.75.jar下载19.3.75#Release
No changelog was specified.
展开
版本: 19.3.75
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,315
20.2.2
HammerLib-1.20.2-20.2.2.jar下载20.2.2#Release
No changelog was specified.
展开
版本: 20.2.2
支持游戏: 1.20.2
类型: NeoForge
Release
下载次数: 79
16.5.50
HammerLib-1.16.5-16.5.50.jar下载16.5.50#Release
展开
版本: 16.5.50
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 3,296
20.1.24
HammerLib-1.20.1-20.1.24.jar下载20.1.24#Release
No changelog was specified.
展开
版本: 20.1.24
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 640
19.3.74
HammerLib-1.19.2-19.3.74.jar下载19.3.74#Release
No changelog was specified.
展开
版本: 19.3.74
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 719
12.2.46
HammerLib-1.12.2-12.2.46.jar下载12.2.46#Release
<h3><a href="https://github.com/dragon-forge/maven">To get developer builds, consult our maven repository</a></h3>
<h1>Changes:</h1>
<ul>
<li>[1.12.2] Removed okio, socketio, okhttp from shaded dependencies, greatly reducing file size.</li>
<li>[1.12.2] Added NBT serialization.</li>
<li>[1.12.2] Fix client-only call to targeted sounds.</li>
<li>[1.12.2] Add SimpleRegisterKernelForMod for per-mod sorting of all kernels. PacketCHCOpts is now sending sub-packets on main server thread.</li>
<li>[1.12.2] Sort registration kernels by class names to always keep the order; Added RegisterHook to be propagated whenever things are registered.</li>
<li>[1.12.2] Backported ICustomRegistrar, updated ItemStackUtil's nullchecks for items.</li>
<li>Improved networking once again (exposing packet buffers), increased packet size for Server->Client transport to about 254MBs, remove calls to WorldUtil.cast, upgrade versioning to the more modern standard that I use across my mods.</li>
<li>Modid-based kernel registration.</li>
<li>Register items and blocks at preinit phase. Forge registries run too late, so we must go faster!</li>
<li>More attributes inside of manifest file for Modrinth.</li>
<li>Backported @SimplyRegister mechanism, fix memory leaking in GlShaderStack (by clearing the stack every game tick), fixed (hopefully) apostrophe being taken, more methods in SoundObject</li>
<li>Colored lighting optimizations.</li>
<li>Update logo & banner, as well as update URL cuz heroku is ass.</li>
<li>Cool java stuff for TerrariaCraft, because yes indeed.</li>
<li>Fixed Colored light being emitted from invisible entities and spectators.</li>
<li>Fixed glGetShaderInfoLog</li>
<li>Improved network variable API</li>
<li>Fixed #136, #139, added some packet wrappers and avoided several reflection calls in favor of hc_at.cfg as well as some general networking improvements.</li>
<li>Changes to world retrogen (restored previous regen method), removed unused crap, added multi-hitbox rendering.</li>
<li>Fix naming for some methods, add base method for getting all results;</li>
<li>General improvements to crafting lib</li>
<li>Pushing worldgen improvement and upstream changes</li>
<li>Fixed saturation. oops.</li>
<li>Add support for saturation value in world tint event 4 ColoredLux.</li>
<li>Use ChunkEvent.Load instead of PlayerTickEvent for retro gen, fixes #133</li>
<li>Hotfix recipe registry IDs</li>
<li>Fixed buildscript</li>
<li>Corrected recipe API, fixed EnergyUnit, added JS API</li>
<li>Added model mesh normalization and custom handling.</li>
<li>Fixed v3 connected textures *sigh* finally done!</li>
<li>Fixed console spam with linking shaders, fixed NPE with ModelRendererWavefront.</li>
<li>Sanity check to prevent crashes if shader program failed to create.</li>
<li>New shader pipeline, made to reduce memory usage compared to old one.</li>
<li>New shader pipeline, made to reduce memory usage compared to old one.</li>
<li>XML reader, added config for ASM to fix Sponge incompatibility.</li>
<li>Added TickSlipв„ў technology, improved JSON frameworks.</li>
<li>Fixed connectable particle issues.</li>
<li>Add GL Buffers and more handlers for Colored Lighting.</li>
<li>Added randomizable textures for connected models.</li>
<li>Improved colored light api (support particles), open perlin noise & small addition IBlockItemRegisterListener</li>
<li>Added OpenSimplexNoise, IRenderAwareItem</li>
<li>Added ColoredLux new tint support, changed up model scale to be 16 times smaller (should fix colored lighting issue)</li>
<li>Fixed networking issue, mainly occuring in TerrariaCraft (missing EntityPlayerMP on server rarely)</li>
<li>Fixed server crash, added sanity check before pushing the IBakedModel map. (Uggghhhh VanillaFix >:|)</li>
<li>Revamped OBJ rendering (WavefrontLoader & ModelRendererWavefront), added convenient resource reload method (client-side only)</li>
<li>Added tint indices for baked multipart models. Sync re-rendering for multiparts.</li>
<li>Added multipart baked model, fixed NPE with redstone nearby multiparts.</li>
<li>Add baked models for multiparts :o</li>
<li>Fix build issue for new devs</li>
<li>Fix what has been broken =w=</li>
<li>Fix #116</li>
<li>Fall back to defaults if gamerules are not present. Fixes compatibility with multiworld server implementations.</li>
<li>Fix compile issue caused by UTF8 characters.</li>
<li>Fixed jar signage issue.</li>
<li>Fixed #115</li>
<li>Fixed #113</li>
<li>what</li>
<li>More API</li>
<li>Added bone structure for Colored Lux internal compat. Also, EntityItemHurtEvent</li>
<li>ASM now actually works.</li>
<li>Hook into RenderChunk.postRenderChunk, fix #112</li>
<li>Registry improvements, modular ASM events, remove error messages</li>
<li>Connected textures v2</li>
<li>Update pack type, connected texture API! \o/</li>
<li>Fix #108, updated packet system to v1.5</li>
<li>Changed version check to dynamic API page.</li>
<li>Updated networking, few new client methods.</li>
<li>Fix GuiWTFMojang!</li>
<li>Update README.MD</li>
<li>47th build. A little cleanup, added IWitherProofBlock.</li>
<li>Because... Mojang.</li>
<li>Add scissors, image helper, more drawing methods. Removed unused code.</li>
<li>Fixed #81...</li>
<li>Fixed #90 and #93</li>
<li>Changes to client methods, recipe registry fixes.</li>
<li>Shrunk symbols, ported configs, optimised and added few things here and there</li>
<li>Fixed #85</li>
<li>Shaded OKHTTP3, OKIO and IO.Socket libraries.</li>
<li>Added part rendering</li>
<li>Added langs</li>
<li>Added item rendering on the fly, fixed transport session send to all.</li>
<li>Added ItemStack renderer</li>
<li>2.0.3.2</li>
<li>Buch 'o' tweaks and GIF image decoder.</li>
<li>Improvements to manual, remove duplicate IndexedMap</li>
<li>Removed quite a few unused features, removed caching and ASM file saving</li>
</ul>
<h1>Changes:</h1>
<ul>
<li>[1.12.2] Removed okio, socketio, okhttp from shaded dependencies, greatly reducing file size.</li>
<li>[1.12.2] Added NBT serialization.</li>
<li>[1.12.2] Fix client-only call to targeted sounds.</li>
<li>[1.12.2] Add SimpleRegisterKernelForMod for per-mod sorting of all kernels. PacketCHCOpts is now sending sub-packets on main server thread.</li>
<li>[1.12.2] Sort registration kernels by class names to always keep the order; Added RegisterHook to be propagated whenever things are registered.</li>
<li>[1.12.2] Backported ICustomRegistrar, updated ItemStackUtil's nullchecks for items.</li>
<li>Improved networking once again (exposing packet buffers), increased packet size for Server->Client transport to about 254MBs, remove calls to WorldUtil.cast, upgrade versioning to the more modern standard that I use across my mods.</li>
<li>Modid-based kernel registration.</li>
<li>Register items and blocks at preinit phase. Forge registries run too late, so we must go faster!</li>
<li>More attributes inside of manifest file for Modrinth.</li>
<li>Backported @SimplyRegister mechanism, fix memory leaking in GlShaderStack (by clearing the stack every game tick), fixed (hopefully) apostrophe being taken, more methods in SoundObject</li>
<li>Colored lighting optimizations.</li>
<li>Update logo & banner, as well as update URL cuz heroku is ass.</li>
<li>Cool java stuff for TerrariaCraft, because yes indeed.</li>
<li>Fixed Colored light being emitted from invisible entities and spectators.</li>
<li>Fixed glGetShaderInfoLog</li>
<li>Improved network variable API</li>
<li>Fixed #136, #139, added some packet wrappers and avoided several reflection calls in favor of hc_at.cfg as well as some general networking improvements.</li>
<li>Changes to world retrogen (restored previous regen method), removed unused crap, added multi-hitbox rendering.</li>
<li>Fix naming for some methods, add base method for getting all results;</li>
<li>General improvements to crafting lib</li>
<li>Pushing worldgen improvement and upstream changes</li>
<li>Fixed saturation. oops.</li>
<li>Add support for saturation value in world tint event 4 ColoredLux.</li>
<li>Use ChunkEvent.Load instead of PlayerTickEvent for retro gen, fixes #133</li>
<li>Hotfix recipe registry IDs</li>
<li>Fixed buildscript</li>
<li>Corrected recipe API, fixed EnergyUnit, added JS API</li>
<li>Added model mesh normalization and custom handling.</li>
<li>Fixed v3 connected textures *sigh* finally done!</li>
<li>Fixed console spam with linking shaders, fixed NPE with ModelRendererWavefront.</li>
<li>Sanity check to prevent crashes if shader program failed to create.</li>
<li>New shader pipeline, made to reduce memory usage compared to old one.</li>
<li>New shader pipeline, made to reduce memory usage compared to old one.</li>
<li>XML reader, added config for ASM to fix Sponge incompatibility.</li>
<li>Added TickSlipв„ў technology, improved JSON frameworks.</li>
<li>Fixed connectable particle issues.</li>
<li>Add GL Buffers and more handlers for Colored Lighting.</li>
<li>Added randomizable textures for connected models.</li>
<li>Improved colored light api (support particles), open perlin noise & small addition IBlockItemRegisterListener</li>
<li>Added OpenSimplexNoise, IRenderAwareItem</li>
<li>Added ColoredLux new tint support, changed up model scale to be 16 times smaller (should fix colored lighting issue)</li>
<li>Fixed networking issue, mainly occuring in TerrariaCraft (missing EntityPlayerMP on server rarely)</li>
<li>Fixed server crash, added sanity check before pushing the IBakedModel map. (Uggghhhh VanillaFix >:|)</li>
<li>Revamped OBJ rendering (WavefrontLoader & ModelRendererWavefront), added convenient resource reload method (client-side only)</li>
<li>Added tint indices for baked multipart models. Sync re-rendering for multiparts.</li>
<li>Added multipart baked model, fixed NPE with redstone nearby multiparts.</li>
<li>Add baked models for multiparts :o</li>
<li>Fix build issue for new devs</li>
<li>Fix what has been broken =w=</li>
<li>Fix #116</li>
<li>Fall back to defaults if gamerules are not present. Fixes compatibility with multiworld server implementations.</li>
<li>Fix compile issue caused by UTF8 characters.</li>
<li>Fixed jar signage issue.</li>
<li>Fixed #115</li>
<li>Fixed #113</li>
<li>what</li>
<li>More API</li>
<li>Added bone structure for Colored Lux internal compat. Also, EntityItemHurtEvent</li>
<li>ASM now actually works.</li>
<li>Hook into RenderChunk.postRenderChunk, fix #112</li>
<li>Registry improvements, modular ASM events, remove error messages</li>
<li>Connected textures v2</li>
<li>Update pack type, connected texture API! \o/</li>
<li>Fix #108, updated packet system to v1.5</li>
<li>Changed version check to dynamic API page.</li>
<li>Updated networking, few new client methods.</li>
<li>Fix GuiWTFMojang!</li>
<li>Update README.MD</li>
<li>47th build. A little cleanup, added IWitherProofBlock.</li>
<li>Because... Mojang.</li>
<li>Add scissors, image helper, more drawing methods. Removed unused code.</li>
<li>Fixed #81...</li>
<li>Fixed #90 and #93</li>
<li>Changes to client methods, recipe registry fixes.</li>
<li>Shrunk symbols, ported configs, optimised and added few things here and there</li>
<li>Fixed #85</li>
<li>Shaded OKHTTP3, OKIO and IO.Socket libraries.</li>
<li>Added part rendering</li>
<li>Added langs</li>
<li>Added item rendering on the fly, fixed transport session send to all.</li>
<li>Added ItemStack renderer</li>
<li>2.0.3.2</li>
<li>Buch 'o' tweaks and GIF image decoder.</li>
<li>Improvements to manual, remove duplicate IndexedMap</li>
<li>Removed quite a few unused features, removed caching and ASM file saving</li>
</ul>
展开
版本: 12.2.46
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 6,723
12.2.43
HammerLib-1.12.2-12.2.43.jar下载12.2.43#Release
展开
版本: 12.2.43
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 770
12.2.42
HammerLib-1.12.2-12.2.42.jar下载12.2.42#Release
展开
版本: 12.2.42
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 93
12.2.39
HammerLib-1.12.2-12.2.39.jar下载12.2.39#Release
展开
版本: 12.2.39
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 1,598
12.2.38
HammerLib-1.12.2-12.2.38.jar下载12.2.38#Release
展开
版本: 12.2.38
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 308
20.1.23
HammerLib-1.20.1-20.1.23.jar下载20.1.23#Release
No changelog was specified.
展开
版本: 20.1.23
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 516
19.3.73
HammerLib-1.19.2-19.3.73.jar下载19.3.73#Release
No changelog was specified.
展开
版本: 19.3.73
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,681
20.1.22
HammerLib-1.20.1-20.1.22.jar下载20.1.22#Release
No changelog was specified.
展开
版本: 20.1.22
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 54
19.3.72
HammerLib-1.19.2-19.3.72.jar下载19.3.72#Release
No changelog was specified.
展开
版本: 19.3.72
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 139
20.1.19
HammerLib-1.20.1-20.1.19.jar下载20.1.19#Release
No changelog was specified.
展开
版本: 20.1.19
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 46
19.3.69
HammerLib-1.19.2-19.3.69.jar下载19.3.69#Release
No changelog was specified.
展开
版本: 19.3.69
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 79
20.1.18
HammerLib-1.20.1-20.1.18.jar下载20.1.18#Release
No changelog was specified.
展开
版本: 20.1.18
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 40
19.3.68
HammerLib-1.19.2-19.3.68.jar下载19.3.68#Release
No changelog was specified.
展开
版本: 19.3.68
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 57
19.3.67
HammerLib-1.19.2-19.3.67.jar下载19.3.67#Release
No changelog was specified.
展开
版本: 19.3.67
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 100
20.1.17
HammerLib-1.20.1-20.1.17.jar下载20.1.17#Release
No changelog was specified.
展开
版本: 20.1.17
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 55
19.3.66
HammerLib-1.19.2-19.3.66.jar下载19.3.66#Release
No changelog was specified.
展开
版本: 19.3.66
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 68
20.1.16
HammerLib-1.20.1-20.1.16.jar下载20.1.16#Release
No changelog was specified.
展开
版本: 20.1.16
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 46
20.1.15
HammerLib-1.20.1-20.1.15.jar下载20.1.15#Release
No changelog was specified.
展开
版本: 20.1.15
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 32
19.3.65
HammerLib-1.19.2-19.3.65.jar下载19.3.65#Release
No changelog was specified.
展开
版本: 19.3.65
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 28
20.1.14
HammerLib-1.20.1-20.1.14.jar下载20.1.14#Release
No changelog was specified.
展开
版本: 20.1.14
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 56
19.3.64
HammerLib-1.19.2-19.3.64.jar下载19.3.64#Release
No changelog was specified.
展开
版本: 19.3.64
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 166
20.1.13
HammerLib-1.20.1-20.1.13.jar下载20.1.13#Release
展开
版本: 20.1.13
支持游戏: 1.20.1
类型: NeoForge
Release
下载次数: 60
19.3.63
HammerLib-1.19.2-19.3.63.jar下载19.3.63#Release
No changelog was specified.
展开
版本: 19.3.63
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 138
2.0.6.37
HammerLib-1.12.2-2.0.6.37.jar下载2.0.6.37#Release
展开
版本: 2.0.6.37
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 4,007
19.3.62
HammerLib-1.19.2-19.3.62.jar下载19.3.62#Release
No changelog was specified.
展开
版本: 19.3.62
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 679
19.3.61
HammerLib-1.19.2-19.3.61.jar下载19.3.61#Release
No changelog was specified.
展开
版本: 19.3.61
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 36
2.0.6.33
HammerLib-1.12.2-2.0.6.33.jar下载2.0.6.33#Release
展开
版本: 2.0.6.33
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 1,130
19.3.60
HammerLib-1.19.2-19.3.60.jar下载19.3.60#Release
No changelog was specified.
展开
版本: 19.3.60
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,921
19.3.59
HammerLib-1.19.2-19.3.59.jar下载19.3.59#Release
No changelog was specified.
展开
版本: 19.3.59
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 28
20.1.12
HammerLib-1.20.1-20.1.12.jar下载20.1.12#Release
No changelog was specified.
展开
版本: 20.1.12
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 9,135
20.1.10
HammerLib-1.20.1-20.1.10.jar下载20.1.10#Release
No changelog was specified.
展开
版本: 20.1.10
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 128
20.1.8
HammerLib-1.20.1-20.1.8.jar下载20.1.8#Release
No changelog was specified.
展开
版本: 20.1.8
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 58
20.1.6
HammerLib-1.20.1-20.1.6.jar下载20.1.6#Release
No changelog was specified.
展开
版本: 20.1.6
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 77
20.1.5
HammerLib-1.20.1-20.1.5.jar下载20.1.5#Release
No changelog was specified.
展开
版本: 20.1.5
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 58
20.1.4
HammerLib-1.20.1-20.1.4.jar下载20.1.4#Release
No changelog was specified.
展开
版本: 20.1.4
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 54
20.1.3
HammerLib-1.20.1-20.1.3.jar下载20.1.3#Release
No changelog was specified.
展开
版本: 20.1.3
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 117
20.0.8
HammerLib-1.20-20.0.8.jar下载20.0.8#Release
No changelog was specified.
展开
版本: 20.0.8
支持游戏: 1.20
类型: Forge
Release
下载次数: 581
20.1.2
HammerLib-1.20.1-20.1.2.jar下载20.1.2#Release
No changelog was specified.
展开
版本: 20.1.2
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 89
20.0.7
HammerLib-1.20-20.0.7.jar下载20.0.7#Release
No changelog was specified.
展开
版本: 20.0.7
支持游戏: 1.20
类型: Forge
Release
下载次数: 60
20.0.6
HammerLib-1.20-20.0.6.jar下载20.0.6#Release
No changelog was specified.
展开
版本: 20.0.6
支持游戏: 1.20
类型: Forge
Release
下载次数: 43
20.1.1
HammerLib-1.20.1-20.1.1.jar下载20.1.1#Release
No changelog was specified.
展开
版本: 20.1.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 153
20.0.5
HammerLib-1.20-20.0.5.jar下载20.0.5#Release
No changelog was specified.
展开
版本: 20.0.5
支持游戏: 1.20
类型: Forge
Release
下载次数: 77
20.0.4
HammerLib-1.20-20.0.4.jar下载20.0.4#Release
No changelog was specified.
展开
版本: 20.0.4
支持游戏: 1.20
类型: Forge
Release
下载次数: 72
19.5.57
HammerLib-1.19.3-19.5.57.jar下载19.5.57#Release
No changelog was specified.
展开
版本: 19.5.57
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 392
19.3.57
HammerLib-1.19.2-19.3.57.jar下载19.3.57#Release
No changelog was specified.
展开
版本: 19.3.57
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,240
[1.11.2] HammerLib - 1.9.3.9
HammerCore-1.11.2-1.9.3.9.jar下载1.9.3.9#Release
展开
版本: 1.9.3.9
支持游戏: 1.11.2
类型: Forge
Release
下载次数: 178
[1.11] HammerLib - 1.2.1
HammerCore_1.11-1.2.1.jar下载1.2.1#Release
展开
版本: 1.2.1
支持游戏: 1.11
类型: Forge
Release
下载次数: 52
[1.10.2] HammerLib - 1.9.4.3
HammerCore-1.10.2-1.9.4.3.jar下载1.9.4.3#Release
展开
版本: 1.9.4.3
支持游戏: 1.10.2
类型: Forge
Release
下载次数: 382
[1.19.3] HammerLib - 19.5.56
HammerLib-1.19.3-19.5.56.jar下载19.5.56#Release
展开
版本: 19.5.56
支持游戏: 1.19.3
类型: Forge
Release
下载次数: 45
[1.19.2] HammerLib - 19.3.56
HammerLib-1.19.2-19.3.56.jar下载19.3.56#Release
展开
版本: 19.3.56
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 708
[1.18.2] HammerLib - 18.2.16
HammerLib-1.18.2-18.2.16.jar下载18.2.16#Release
展开
版本: 18.2.16
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 3,531
[1.18.1] HammerLib - 18.1.11
HammerLib-1.18.1-18.1.11.jar下载18.1.11#Release
展开
版本: 18.1.11
支持游戏: 1.18.1
类型: Forge
Release
下载次数: 90
[1.16.5] HammerLib - 16.4.32
HammerLib-1.16.5-16.4.32.jar下载16.4.32#Release
展开
版本: 16.4.32
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 762
[1.16.3] HammerLib - 16.1.2
HammerLib-1.16.3-16.1.2.jar下载16.1.2#Release
展开
版本: 16.1.2
支持游戏: 1.16.3
类型: Forge
Release
下载次数: 41
[1.15.2] HammerLib - 15.2.3
HammerLib-1.15.2-15.2.3.jar下载15.2.3#Release
展开
版本: 15.2.3
支持游戏: 1.15.2
类型: Forge
Release
下载次数: 98
[1.13.2] HammerLib - 2.1.2.1
HammerLib-1.13.2-2.1.2.1.jar下载2.1.2.1#Release
展开
版本: 2.1.2.1
支持游戏: 1.13.2
类型: Forge
Release
下载次数: 161
[1.12.2] HammerLib - 2.0.6.32
HammerLib-1.12.2-2.0.6.32.jar下载2.0.6.32#Release
展开
版本: 2.0.6.32
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 12,561
收录