NeoForge icon indicating copy to clipboard operation
NeoForge copied to clipboard

Neo Modding API for Minecraft, based on Forge

Results 108 NeoForge issues
Sort by recently updated
recently updated
newest added

Create a `BonusLootDropsEvent` which is fired before dropping items via the `ApplyBonusCount` loot function (for example, blocks with Fortune modifiers). It allows enchantment levels to be modified or a specific...

enhancement
1.20

While I know modders should not be making custom FeatureFlags themselves I believe it would be handy if NeoForge itself provided some FeatureFlag modders could use to mark elements as...

enhancement
1.20

Simplifies the patch in ReloadabeServerResources and makes it possible to add reload listeners between vanilla listeners. One use case for this is to be able to move data maps to...

enhancement
1.20

See https://discord.com/channels/313125603924639766/1154167065519861831/1199772518995738665 and https://github.com/ParchmentMC/Parchment/issues/267 This just reverts making these private methods instance methods and instead passes the BE as the last parameter. I also changed the unchecked cast to cast...

1.20

This subproject provides JUnit-specific utilities, like an ephemeral server. Depends on https://github.com/neoforged/FancyModLoader/pull/54 and https://github.com/neoforged/NeoGradle/pull/107

enhancement
1.20

Currently client commands are only handled when the user sends the chat message directly. "Unsigned commands" (i.e. those sent via `ClickEvent.Action.RUN_COMMAND`) are not handled by the client command system, instead...

enhancement
1.20

This is a work in progress, in order to gauge interest in managing splashes centrally in NeoForge. It's often the case that modders would like to add custom splashes to...

enhancement
1.20

Adds the `BlockToolCheckEvent` to allow mods to check whether a tool is valid for a given block. The event has the usual block event context (level, pos, state), as well...

enhancement
1.20

This PR replaces the in code brewing recipe system added by neoforge on top of the hardcoded vanilla one with a data-driven approach through the recipe system

enhancement
breaking change
1.20.5