8 Commity 5cf5589469 ... aea736b39f

Autor SHA1 Správa Dátum
  alauer aea736b39f twisted vine 3 rokov pred
  BluebirdGreycoat 8d9d5b29e1 More improvements to twisted vines and APIs 3 rokov pred
  BluebirdGreycoat 426f9da320 Slightly improve farming API 3 rokov pred
  BluebirdGreycoat 57b13ecfce Improve twisting vine integration with farming API 3 rokov pred
  BluebirdGreycoat d3c85ed058 Mark metavars private 3 rokov pred
  BluebirdGreycoat e7604e3d9c Improve twisted vines 3 rokov pred
  BluebirdGreycoat ae3c638a34 Merge https://notabug.org/alauer/musttest_game 3 rokov pred
  BluebirdGreycoat e3c75e8e67 Place desert cobble beneath spikes in Jarkati 3 rokov pred

+ 3 - 3
mods/bonemeal/init.lua

@@ -78,9 +78,9 @@ function bonemeal.on_use(itemstack, user, pt)
 				end
 				take = true
 			elseif node.name == "default:tvine" or 
-                        node.name == "default:tvine_alt" or 
-                        node.name == "default:tvine_top" or 
-                        node.name == "default:tvine_top_alt" then
+					node.name == "default:tvine_alt" or
+					node.name == "default:tvine_top" or
+					node.name == "default:tvine_top_alt" then
 				if math_random(1, 3) == 1 then
 					tvine.grow(pos, node)
 				end

+ 2 - 0
mods/default/papyrus.lua

@@ -50,6 +50,7 @@ function papyrus.get_grow_height(pos)
 	if maxh == 0 then
 		maxh = papyrus.random_height()
 		meta:set_int("papyrus_height", maxh)
+		meta:mark_as_private("papyrus_height")
 	end
 	return maxh
 end
@@ -74,6 +75,7 @@ function papyrus.reset_grow_height_and_timer(pos)
 		local meta = minetest.get_meta(p)
 		local maxh = papyrus.random_height()
 		meta:set_int("papyrus_height", maxh)
+		meta:mark_as_private("papyrus_height")
 	else
 		return
 	end

BIN
mods/default/textures/default_tvine.png


BIN
mods/default/textures/default_tvine.xcf


BIN
mods/default/textures/default_tvine_alt.png


BIN
mods/default/textures/default_tvine_alt.xcf


BIN
mods/default/textures/default_tvine_display.png


BIN
mods/default/textures/default_tvine_top.png


BIN
mods/default/textures/default_tvine_top_alt.png


+ 0 - 0
mods/default/textures/tvine_seed.png


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov