#emm how do I open a chest menu
19 messages · Page 1 of 1 (latest)
what
like you know how on some servers menus are like chest guis
yeah
you can do it manually but its a pain
sgui makes it a lot easier
how
^
if this is a fully server-side mod, I'd use that. If this is a client/server mod, I wouldn't* be using a chest GUI type menu (unless you just want storage)
don't, use that library
or
don't use that library
also where do I add
repositories {
maven { url 'https://maven.nucleoid.xyz' }
}
dependencies {
modImplementation include("eu.pb4:sgui:[TAG]")
}
your build.gradle
like uh
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc🧶${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation include("eu.pb4:sgui:${project.fabric_version}")
}
because they're 2 separate messages i think it should've been clear that I meant don't, use that library [instead]
message break = semicolon