neoforged / NeoFormRuntime

GNU Lesser General Public License v2.1
2 stars 2 forks source link

Fix interface injection parameter and output if no data is given #32

Closed shartte closed 4 months ago

neoforged-pr-publishing[bot] commented 4 months ago

Last commit published: 58441207b09f32ed0d20953553925f012d0d2331.

PR Publishing ### The artifacts published by this PR: - :package: [`net.neoforged:neoform-runtime:0.1.69-pr-32-fix-iface-inject`](https://github.com/neoforged/NeoFormRuntime/packages/2197131) ### Repository Declaration In order to use the artifacts published by the PR, add the following repository to your buildscript: ```gradle repositories { maven { name 'Maven for PR #32' // https://github.com/neoforged/NeoFormRuntime/pull/32 url 'https://prmaven.neoforged.net/NeoFormRuntime/pr32' content { includeModule('net.neoforged', 'neoform-runtime') } } } ```