mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-04 21:33:43 +01:00
Fix double-definition of visual_size in entity def
This commit is contained in:
parent
63a7069671
commit
9bb0ad0442
@ -156,7 +156,6 @@ minetest.register_entity(":worldedit:pos2", {
|
||||
minetest.register_entity(":worldedit:region_cube", {
|
||||
initial_properties = {
|
||||
visual = "upright_sprite",
|
||||
visual_size = {x=1.1, y=1.1},
|
||||
textures = {"worldedit_cube.png"},
|
||||
visual_size = {x=10, y=10},
|
||||
physical = false,
|
||||
|
Loading…
Reference in New Issue
Block a user