Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Oct 29, 2022
1 parent f42e121 commit 3629148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ minetest.register_decoration({
flags = "place_center_x, place_center_z",
})

default.chest.register_chest({
default.chest.register_chest(default:thest,
description = "Thest",
tiles = {
"default_chest_top.png",
Expand All @@ -208,5 +208,5 @@ default.chest.register_chest({
sound_open = "default_chest_open",
sound_close = "default_chest_close",
groups = {not_in_creative_inventory = 1},
breakable = false,
})
walkable = false,
)

0 comments on commit 3629148

Please sign in to comment.