Add files via upload

master
AiTechEye 2021-01-17 08:56:41 +01:00 committed by GitHub
parent f0b80ad381
commit 138f0c12d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ tempsurvive={
dofile(minetest.get_modpath("tempsurvive") .. "/functions.lua")
dofile(minetest.get_modpath("tempsurvive") .. "/nodes_items.lua")
minetest.after(0.1, function()
minetest.register_on_mods_loaded(function()
local groups_to_change={}
for i,v in pairs(tempsurvive.nodes) do
if string.find(i,":")==nil then

2
mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = tempsurvive
optional_depends = 3d_armor