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')
}
}
}
```
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') } } } ```