Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Forgero

Forgero

Tool creation and customization mod with an immense amount of variations and possible upgrades.

29.9k
165
Adventure
Equipment

Compatibility

Minecraft: Java Edition

1.20.4
1.20–1.20.2
1.19.x
1.18.2

Platforms

Fabric
Quilt

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

SigmundGranaas
SigmundGranaas Owner
jorisdebeer
jorisdebeer Member

Details

Licensed MIT
Published 2 years ago
Updated 8 months ago
DescriptionGalleryChangelogVersions
All versionsForgero 0.12.0+1.20.4

Forgero 0.12.0+1.20.4

Auto-featured
Download
Report

Changelog

Forgero Beta release 0.12.0

Changelog

  • [Feature]: Two way serialization using Codecs by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/837
  • [Patch]: Gradle config optimization and cleanup by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/832
  • [Feat]: Dynamic arrow damage by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/840
  • [Patch]: Reduced banglum attack damage by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/841
  • [Patch]: Refined/mastercrafted shovel vein mining fix by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/844
  • [Patch]: Fix broken type predicates by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/845
  • [Patch]: Bow/Arrow fixes by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/846
  • [Feat]: Empty model seletor for disabling certain models by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/847
  • [Patch]: Weight affecting draw speed by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/848
  • [Patch]: Visual bow patches by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/849
  • [Patch]: Removed Undefined slots from being displayed in the upgrade station by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/850
  • [Patch]: Inverted draw_speed calculation to be similar to attack_speed by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/852
  • [Patch]: Unify draw_progress calculation by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/853
  • [Patch]: Made the tooltip comparator take modifications in mind by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/855
  • [Patch]: Switched base arrow from stone to flint by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/856
  • [Patch]: Added a filter to arrow slots so they will not contribute weight by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/859
  • [Patch]: Arrow results + handle model improvements by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/860
  • [Patch]: Added bow attributes to materials by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/861
  • Material-fixes by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/863
  • [Patch]: Complete bow balancing by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/862
  • [Patch]: Added new names to the different bow variations by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/864
  • [Patch]: Fixed properties being tested before being applied by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/866
  • [Patch]: Updated incorrect hardness calculation naming by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/867
  • [Patch]: Fix bow use conflicts by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/868
  • [Patch]: Bumped version of gradle validation action by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/869
  • [Patch]: Fixed arrows being stuck in bows when swapping items by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/871
  • [Patch]: Add 1 damage to bows by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/872
  • [Patch]: Fixed wrong keyword being used for radius in vein mining handlers by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/874
  • [Patch]: Fixed bows not being damaged when fired by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/875
  • [Patch]: Fixed mastercrafted arrows not doing damage by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/876
  • [Patch]: Fixed naming inconsistencies for speed calculation on block breaking handlers by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/878
  • [Patch]: Overhauled testing suite for vein mining tools by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/881
  • [Pach]: Selection and filter handler testing suite by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/883
  • [Patch]: Gametests for speed handlers by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/884
  • [Patch]: Added tests for magnetic and Piglin golden behaviour by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/885
  • [Patch]: Tweaked pattern selection algorithm to check air block placements by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/887
  • [Patch]: Entity hit tests by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/888
  • [Patch]: Renamed vein mining packages by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/889
  • [Patch]: Baked model selection rewrite by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/873
  • [Patch]: Updated configuration for Reposilite by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/891
  • [Patch]: Fixed improper mixin plugin init for EmissiveTextures by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/892
  • [Patch: Added vein mining description to tree-chopper heads by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/895
  • [Feature]: Reworked context provider strategy for dynamic models by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/894
  • [Feature]: Name composition api by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/901
  • [Patch]: Disabled arrow heads from being inserted into the disassembly station by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/903
  • [Patch]: Reworked variant schematic texture by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/906
  • [Patch]: Fixed wrong defaulted stack being used to render a defaulted model by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/907
  • [Patch]: Fix incorrect soft binding material count by @JorisDeBeer in https://github.com/SigmundGranaas/forgero/pull/909
  • [Feat]: Plug-in based Predicate API by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/858
  • [Feature]: Added support for custom parent model files by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/918
  • [Patch]: Fix reach issues by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/915
  • [Patch]: Added debug logging by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/919
  • [Patch]: Recipe fixes by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/920
  • [Patch]: New banner and readme fixes by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/921
  • [Patch]: Bow documentation by @SigmundGranaas in https://github.com/SigmundGranaas/forgero/pull/922

Dependencies

dependency-iconFabric APIrequired
dependency-iconBetterNetheroptional
dependency-iconMythic Metalsoptional
dependency-iconMystical Cropsoptional
dependency-iconPatchoulioptional
dependency-iconWired Redstoneoptional
dependency-iconMod Menuoptional
dependency-iconBetter Combatoptional
dependency-iconLambDynamicLightsoptional
dependency-iconExordiumincompatible
dependency-iconARRPembedded

Files

forgero-fabric-0.12.0+1.20.4.jar(1.95 MiB) Primary
Download

Metadata

Release channel

Release

Version number

0.12.0+1.20.4

Loaders

Fabric Quilt

Game versions

1.20.4

Downloads

2201

Publication date

May 13, 2024 at 6:40 PM

Publisher

SigmundGranaas

SigmundGranaas

Owner

Version ID

Modrinth is open source.

main@4b75cb8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.