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" : [{
"COMMENT" : "WORLD HANDLER SUPPORT",
"class" : "exopandora.worldhandler.gui.container.impl.GuiWorldHandler",
"texture" : "worldhandler:textures/gui/modsupport/wordhandler_gui_publicguiannouncement.png",
"size" : [248, 188]
}]
"screens": [
{
"COMMENT": "WORLD HANDLER SUPPORT",
"class": "exopandora.worldhandler.gui.container.impl.GuiWorldHandler",
"texture": "worldhandler:textures/gui/modsupport/wordhandler_gui_publicguiannouncement.png",
"size": [248, 188]
}
]
}