diff options
author | nea <romangraef@gmail.com> | 2022-07-26 23:12:13 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-07-26 23:12:13 +0200 |
commit | 386ee78026801bf50d9cba24de541ed087f145d6 (patch) | |
tree | 3f85f2595141802d3d7f9828d440cfd50aee9a7c /common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt | |
parent | cc9c23914b8a928026a457b259e44bc4bb2fe655 (diff) | |
download | Firmament-386ee78026801bf50d9cba24de541ed087f145d6.tar.gz Firmament-386ee78026801bf50d9cba24de541ed087f145d6.tar.bz2 Firmament-386ee78026801bf50d9cba24de541ed087f145d6.zip |
1.19 and no more forge
Diffstat (limited to 'common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt')
-rw-r--r-- | common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt b/common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt index 6d960e3..cc4b0f1 100644 --- a/common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt +++ b/common/src/main/kotlin/moe/nea/notenoughupdates/rei/NEUReiPlugin.kt @@ -28,6 +28,7 @@ class NEUReiPlugin : REIClientPlugin { registry.register(SKYBLOCK_ITEM_TYPE_ID, SBItemEntryDefinition) } + override fun registerEntries(registry: EntryRegistry) { neuRepo.items.items.values.forEach { if (!it.isVanilla) |