Non résolu Création de GUI en 1.14.X
-
Bonjour,
Je commence forge depuis peu, j’essai d’apprendre un maximum, et j’ai décidé de faire un Gui, j’ai cherché un peu partout sur google, même sur un autre forum, mais il est down h24, alors je pose ma question iciComment est-ce que je peux crée un Gui en 1.14.3 ?
Je ne trouve aucun tutoriel sur youtube en 1.14.XMerci si vous pouvez m’aidez
-
Bonjour,
Quel genre de gui tu veux faire ? Un gui lié a un container (par exemple un coffre) ou un gui client uniquement ?
-
@robin4002
Si vous avez des liens pour les deux ça m’aiderait,mais j’ai envoyé ce message pour faire des containers
-
J’ai trouvé ce tutoriel vidéo (anglais) : https://www.youtube.com/watch?v=GsV_pKkE1mo
Sinon tu peux regarder le code d’un des mods que j’ai maintenu pendant une période :
https://github.com/kevin68/The-Spotlight-Mod/blob/b59a5c67e82319532e6e09ddf12908613c8d3c93/src/main/java/fr/mcnanotech/kevin_68/thespotlightmod/TSMObjects.java#L102
https://github.com/kevin68/The-Spotlight-Mod/blob/1.14.4/src/main/java/fr/mcnanotech/kevin_68/thespotlightmod/BlockSpotLight.java#L77
https://github.com/kevin68/The-Spotlight-Mod/blob/1.14.4/src/main/java/fr/mcnanotech/kevin_68/thespotlightmod/client/gui/GuiSpotLight.java
https://github.com/kevin68/The-Spotlight-Mod/blob/1.14.4/src/main/java/fr/mcnanotech/kevin_68/thespotlightmod/container/ContainerSpotLight.java -