Search found 3 matches

Return to advanced search

Falling nodes loses their meta info

Bug is reproducible Minetest version 0.4.14 How to reproduce: write mod heavy_cube={} minetest.register_node("heavy_cube:cube", { description = "Heavy cube", groups = {cracky = 3, falling_node = 1}, is_ground_content = false, on_construct = function(pos) local meta = minetest.get...
by vladts
Tue Feb 14, 2017 11:25
 
Forum: Minetest Problems
Topic: Falling nodes loses their meta info
Replies: 2
Views: 1112

Converting one flowing liquid to other

Hello! I have some difficulty with converting one flowing liquid to other. If I simply call add_node() with target flowing liquid and set the same level, as it was for the original liquid, my target liquid disappears, because I have no source of this liquid. I don't see some simple solution of such ...
by vladts
Sun Feb 12, 2017 20:33
 
Forum: Modding Discussion
Topic: Converting one flowing liquid to other
Replies: 1
Views: 564

Return to advanced search

cron