Skip to content

Register item handler capability for pale oak chest boats #2136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

sciwhiz12
Copy link
Member

This PR fixes #2134 by registering the requisite item handler capabilities for the pale oak chest boat, which was missing beforehand.

@sciwhiz12 sciwhiz12 added bug A bug or error 1.21.5 Targeted at Minecraft 1.21.5 labels Apr 14, 2025
@sciwhiz12 sciwhiz12 requested a review from Technici4n April 14, 2025 14:05
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Apr 14, 2025

  • Publish PR to GitHub Packages

Last commit published: 72cbca18da3762b151ab56473322a7638949ed80.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #2136' // https://github.com/neoforged/NeoForge/pull/2136
        url 'https://prmaven.neoforged.net/NeoForge/pr2136'
        content {
            includeModule('net.neoforged', 'neoforge')
            includeModule('net.neoforged', 'testframework')
        }
    }
}

MDK installation

In order to setup a MDK using the latest PR version, run the following commands in a terminal.
The script works on both *nix and Windows as long as you have the JDK bin folder on the path.
The script will clone the MDK in a folder named NeoForge-pr2136.
On Powershell you will need to remove the -L flag from the curl invocation.

mkdir NeoForge-pr2136
cd NeoForge-pr2136
curl -L https://prmaven.neoforged.net/NeoForge/pr2136/net/neoforged/neoforge/21.5.40-beta-pr-2136-fix-1.21.5-GH-2134-pale-oak-chest-boat-itemhandler/mdk-pr2136.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zip

To test a production environment, you can download the installer from here.

@Technici4n Technici4n merged commit 2e3d6d5 into neoforged:1.21.x Apr 15, 2025
7 checks passed
@neoforged-releases
Copy link

🚀 This PR has been released as NeoForge version 21.5.40-beta.

@sciwhiz12 sciwhiz12 deleted the fix/1.21.5/GH-2134-pale-oak-chest-boat-itemhandler branch April 15, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.21.5 Targeted at Minecraft 1.21.5 bug A bug or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing registered ItemHandler for pale oak chest boats
2 participants