mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
One more step, now i just need to figure out how to remove the requierment to run the mod on both server and client
This commit is contained in:
@@ -43,4 +43,9 @@ neoForge {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
jarJar(implementation("org.yaml:snakeyaml")){}
|
||||
additionalRuntimeClasspath "org.yaml:snakeyaml:2.4"
|
||||
}
|
||||
|
||||
sourceSets.main.resources { srcDir 'src/generated/resources' }
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
package com.lukasabbe.bookshelfinspector;
|
||||
|
||||
import net.neoforged.bus.api.IEventBus;
|
||||
import net.neoforged.fml.ModList;
|
||||
import net.neoforged.fml.ModLoadingContext;
|
||||
import net.neoforged.fml.common.Mod;
|
||||
import net.neoforged.neoforge.client.gui.IConfigScreenFactory;
|
||||
|
||||
Reference in New Issue
Block a user