#emm how do I open a chest menu

19 messages · Page 1 of 1 (latest)

mental juniper
#

like the ones on some servers

boreal cosmos
#

what

mental juniper
boreal cosmos
#

yeah

bitter crane
#

you can do it manually but its a pain

#

sgui makes it a lot easier

mental juniper
boreal cosmos
#

don't

#

use that library

bitter crane
#

^

toxic wagon
#

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)

mental juniper
toxic wagon
#

your build.gradle

mental juniper
# toxic wagon 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}")

}

boreal cosmos
bitter crane
#

message break = semicolon

boreal cosmos
#

sure

#

I disagree but am too tired to argue