8 次代碼提交 5cf5589469 ... aea736b39f

作者 SHA1 備註 提交日期
  alauer aea736b39f twisted vine 3 年之前
  BluebirdGreycoat 8d9d5b29e1 More improvements to twisted vines and APIs 3 年之前
  BluebirdGreycoat 426f9da320 Slightly improve farming API 3 年之前
  BluebirdGreycoat 57b13ecfce Improve twisting vine integration with farming API 3 年之前
  BluebirdGreycoat d3c85ed058 Mark metavars private 3 年之前
  BluebirdGreycoat e7604e3d9c Improve twisted vines 3 年之前
  BluebirdGreycoat ae3c638a34 Merge https://notabug.org/alauer/musttest_game 3 年之前
  BluebirdGreycoat e3c75e8e67 Place desert cobble beneath spikes in Jarkati 3 年之前

+ 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

二進制
mods/default/textures/default_tvine.png


二進制
mods/default/textures/default_tvine.xcf


二進制
mods/default/textures/default_tvine_alt.png


二進制
mods/default/textures/default_tvine_alt.xcf


二進制
mods/default/textures/default_tvine_display.png


二進制
mods/default/textures/default_tvine_top.png


二進制
mods/default/textures/default_tvine_top_alt.png


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


Some files were not shown because too many files changed in this diff