]> git.lizzy.rs Git - Crafter.git/commitdiff
Temporary disable weather for client testing
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 8 Apr 2020 15:59:40 +0000 (11:59 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 8 Apr 2020 15:59:40 +0000 (11:59 -0400)
minetest.conf
mods/main/settings.lua
mods/main/textures/attributes.txt.txt [new file with mode: 0644]
mods/weather/init.lua

index 6451d59cc77189c71f2f7881d8070ba9c7c9d7d8..800e99ce4f110c13ed0a16900fcc52d7979ee360 100644 (file)
@@ -1,10 +1,6 @@
 dedicated_server_step = 0.01
 liquid_update = 0.25
 abm_interval = 0.01
-enable_minimap = true
 show_entity_selectionbox = false
 enable_client_modding = true
 console_alpha = 157
-enable_minimap = true
-minimap_double_scan_height = true
-meshgen_block_cache_size = 500
index d4fc4a3713fa106f93102e7f8791118702a1df1a..9f5af155002e1605707424a2d5679c14ea33185d 100644 (file)
@@ -24,7 +24,3 @@ minetest.register_on_mods_loaded(function()
                end
        end
 end)
-
---minetest.register_globalstep(function(dtime)
---     print(settings:get("dedicated_server_step"))
---end)
diff --git a/mods/main/textures/attributes.txt.txt b/mods/main/textures/attributes.txt.txt
new file mode 100644 (file)
index 0000000..eb94e73
--- /dev/null
@@ -0,0 +1,4 @@
+textures ={
+https://github.com/Gerold55/MineClone-2-Textures
+https://forum.minetest.net/viewtopic.php?t=16407
+}
\ No newline at end of file
index ff1e3653b11b5ec0aa22ec138aeadff4999ab824..ed7cfcda9838f5821d8b69739567485470f32642 100644 (file)
@@ -8,7 +8,7 @@ when placed check if above
 if finding node fails and player is under direct sunlight then
 do weather effects with the y pos half way down the column of the weather particle spawner
 
-]]--
+
 
 --add all nodes to node list
 local all_nodes = {}
@@ -187,6 +187,8 @@ minetest.register_globalstep(function(dtime)
        end
 end)
 
+]]--
+
 minetest.register_node("weather:snow", {
     description = "Snow",
     tiles = {"snow_block.png"},