Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
kigkosa committed Aug 6, 2023
1 parent 77761e2 commit b691c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def GButton_674_command(self):

documents['items'][key]['Mechanics']['furniture']['limited_placing']['type'] = 'DENY'
documents['items'][key]['Mechanics']['furniture']['type'] = 'ITEM_FRAME'
documents['items'][key]['Mechanics']['furniture']['drop'] = {'silktouch': False,'loots':[{'oraxen_item':'bonita_chest'}]}
documents['items'][key]['Mechanics']['furniture']['drop'] = {'silktouch': False,'loots':[{'oraxen_item':key}]}


if 'fixed_rotation' in documents['items'][key]['Mechanics']['furniture'] :
Expand Down

0 comments on commit b691c6f

Please sign in to comment.