Match world handler code conventions

This commit is contained in:
Marcel Konrad
2019-11-02 18:50:11 +01:00
parent f247cf5c22
commit 4d2080faa1

View File

@@ -1,8 +1,10 @@
{ {
"screens" : [{ "screens": [
"COMMENT" : "WORLD HANDLER SUPPORT", {
"class" : "exopandora.worldhandler.gui.container.impl.GuiWorldHandler", "COMMENT": "WORLD HANDLER SUPPORT",
"texture" : "worldhandler:textures/gui/modsupport/wordhandler_gui_publicguiannouncement.png", "class": "exopandora.worldhandler.gui.container.impl.GuiWorldHandler",
"size" : [248, 188] "texture": "worldhandler:textures/gui/modsupport/wordhandler_gui_publicguiannouncement.png",
}] "size": [248, 188]
}
]
} }