mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-12 12:50:20 +02:00
stylua fixes
This commit is contained in:
@ -4,7 +4,7 @@ if workbench then
|
||||
local cottages_table_def = minetest.registered_nodes["cottages:table"]
|
||||
|
||||
minetest.override_item("cottages:table", {
|
||||
tiles = {workbench.tiles[1], cottages_table_def.tiles[1]},
|
||||
on_rightclick = workbench.on_rightclick
|
||||
tiles = { workbench.tiles[1], cottages_table_def.tiles[1] },
|
||||
on_rightclick = workbench.on_rightclick,
|
||||
})
|
||||
end
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
if cottages.has.workbench then
|
||||
cottages.dofile("compat", "adventuretest")
|
||||
cottages.dofile("compat", "realtest")
|
||||
|
@ -5,7 +5,7 @@ if workbench then
|
||||
local cottages_table_def = minetest.registered_nodes["cottages:table"]
|
||||
|
||||
minetest.override_item("cottages:table", {
|
||||
tiles = {workbench.tiles[1], cottages_table_def.tiles[1]},
|
||||
tiles = { workbench.tiles[1], cottages_table_def.tiles[1] },
|
||||
on_construct = workbench.on_construct,
|
||||
can_dig = workbench.can_dig,
|
||||
on_metadata_inventory_take = workbench.on_metadata_inventory_take,
|
||||
|
Reference in New Issue
Block a user