]> git.lizzy.rs Git - Crafter.git/commitdiff
Remove unneeded code
authoroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 20 Apr 2020 12:21:34 +0000 (08:21 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Mon, 20 Apr 2020 12:21:34 +0000 (08:21 -0400)
README.md
mods/main/clientside_initializer.lua [deleted file]
mods/main/init.lua

index 7bef2d3ef7284b27ab002ebe987949fe601c2114..e262ae05d0b608b333e4b674de42bcd84e9bfafb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,7 +88,6 @@
 - Made nether portal function
 - Beds and water explode in the nether
 - Added better nether portal effect
-- Make error 23 much less frequent
 - Make mobs less noisy
 - Add buckets in
 - Make buckets use special raycast function
@@ -97,6 +96,7 @@
 - Made lava spawn in blobs underground
 - Added nether ores
 - Added glowstone and glowstone dust
+- Rubenwardy fixed error 23
 ---
 
 
diff --git a/mods/main/clientside_initializer.lua b/mods/main/clientside_initializer.lua
deleted file mode 100644 (file)
index 5c98d1a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
---we need to do this to tell the client we're ready to start up
-minetest.register_on_mods_loaded(function()
-       open_all_client_modchannels = minetest.mod_channel_join("initializer")
-end)
index 0e33061957c3759c07f1e563ea1ccee0d3d13888..4a066c0f738e71237f4d38f6ba6b9f8fe58ed41b 100644 (file)
@@ -18,5 +18,3 @@ dofile(path.."/craft_recipes.lua")
 dofile(path.."/falling.lua")
 dofile(path.."/bucket.lua")
 dofile(path.."/lava_cooling.lua")
-dofile(path.."/clientside_initializer.lua")
-