From 25d4f726e7eb38cd6ec06b043b9fc52a67450d05 Mon Sep 17 00:00:00 2001 From: PREMIEREHELL <88470674+PREMIEREHELL@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:15:40 -0700 Subject: [PATCH] Add files via upload --- BlockEditor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlockEditor.py b/BlockEditor.py index a8116b1..b83410c 100644 --- a/BlockEditor.py +++ b/BlockEditor.py @@ -31,7 +31,7 @@ from amulet.api.level import BaseLevel from amulet_map_editor.programs.edit.api.canvas import EditCanvas -class SetLootTables(wx.Panel, DefaultOperationUI): +class SetBlock(wx.Panel, DefaultOperationUI): def __init__( self, parent: wx.Window, @@ -130,4 +130,4 @@ def _run2_operation( self, _): pass #simple export options. -export = dict(name="A Block editor", operation=SetLootTables) +export = dict(name="A Block editor", operation=SetBlock)