neoforged / NeoFormRuntime

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

Implement interface injection #30

Closed Matyrobbrt closed 4 months ago

Matyrobbrt commented 4 months ago

See https://github.com/neoforged/JavaSourceTransformer/pull/33

Adds a new --injected-interfaces parameter used to specify the location of interface injection data files.

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

Last commit published: 2a4dd637ff233c9bf89fa93f0a499fe3ac370ce4.

PR Publishing ### The artifacts published by this PR: - :package: [`net.neoforged:neoform-runtime:0.1.70-pr-30-iface-injection`](https://github.com/neoforged/NeoFormRuntime/packages/2197079) ### 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 #30' // https://github.com/neoforged/NeoFormRuntime/pull/30 url 'https://prmaven.neoforged.net/NeoFormRuntime/pr30' content { includeModule('net.neoforged', 'neoform-runtime') } } } ```