Namespacing pt. 3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local modpath = minetest.get_modpath("destruction_counter")
|
||||
local modpath = minetest.get_modpath("ip_destruction_counter")
|
||||
|
||||
destruction_counter = {}
|
||||
destruction_counter.nodesDestroyed = 0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name = destruction_counter
|
||||
name = ip_destruction_counter
|
||||
description = Adds a HUD counter that shows how much shit you've destroyed.
|
||||
author = MCL
|
||||
title = Destruction Counter
|
||||
|
||||
Reference in New Issue
Block a user