Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PREMIEREHELL authored Aug 5, 2021
1 parent 3f368bc commit 25d4f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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)

0 comments on commit 25d4f72

Please sign in to comment.