mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-04 17:10:36 +02:00
Remove trailing spaces
This commit is contained in:
@ -674,14 +674,14 @@ end
|
|||||||
function worldedit.load_diag_nodes_inventory ()
|
function worldedit.load_diag_nodes_inventory ()
|
||||||
|
|
||||||
-- Moreblocks / Circular saw nodes
|
-- Moreblocks / Circular saw nodes
|
||||||
local circular_saw_diag_names = {
|
local circular_saw_diag_names = {
|
||||||
'micro_%s_1', 'micro_%s_2', 'micro_%s_4', 'micro_%s', 'micro_%s_12', 'micro_%s_14', 'micro_%s_15',
|
'micro_%s_1', 'micro_%s_2', 'micro_%s_4', 'micro_%s', 'micro_%s_12', 'micro_%s_14', 'micro_%s_15',
|
||||||
'stair_%s_outer', 'stair_%s_inner',
|
'stair_%s_outer', 'stair_%s_inner',
|
||||||
'slope_%s_outer', 'slope_%s_outer_half', 'slope_%s_outer_half_raised',
|
'slope_%s_outer', 'slope_%s_outer_half', 'slope_%s_outer_half_raised',
|
||||||
'slope_%s_inner', 'slope_%s_inner_half', 'slope_%s_inner_half_raised',
|
'slope_%s_inner', 'slope_%s_inner_half', 'slope_%s_inner_half_raised',
|
||||||
'slope_%s_inner_cut', 'slope_%s_inner_cut_half', 'slope_%s_inner_cut_half_raised',
|
'slope_%s_inner_cut', 'slope_%s_inner_cut_half', 'slope_%s_inner_cut_half_raised',
|
||||||
'slope_%s_outer_cut', 'slope_%s_outer_cut_half', 'slope_%s_outer_cut_half_raised',
|
'slope_%s_outer_cut', 'slope_%s_outer_cut_half', 'slope_%s_outer_cut_half_raised',
|
||||||
'slope_%s_cut'}
|
'slope_%s_cut'}
|
||||||
|
|
||||||
if circular_saw then
|
if circular_saw then
|
||||||
for _, name_parts in ipairs(circular_saw.known_nodes) do
|
for _, name_parts in ipairs(circular_saw.known_nodes) do
|
||||||
|
Reference in New Issue
Block a user