mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 15:30:22 +02:00
Rename global table to digilines
.
This also adds a backwards compat alias so other mods shouldn't break.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
digiline.rules = {}
|
||||
digilines.rules = {}
|
||||
|
||||
digiline.rules.default =
|
||||
digilines.rules.default =
|
||||
{{x=0, y=0, z=-1},
|
||||
{x=1, y=0, z=0},
|
||||
{x=-1, y=0, z=0},
|
||||
|
Reference in New Issue
Block a user