Namespacing pt. 3

This commit is contained in:
2022-11-24 00:51:57 -05:00
parent e5c3ae4ba0
commit 6bae4b3b6f
115 changed files with 175 additions and 1622 deletions

View File

@@ -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

View File

@@ -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