diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-16 16:15:21 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-16 16:15:21 +0300 |
commit | 7ad3b3c7c436d07a1398de40b5e92a3ff2c739ac (patch) | |
tree | 5b04be7a385f9c428a67b58855597e767c469fd6 /extranodes/lox.lua | |
parent | 4a93ac8ca2670f09a5a450342c777ee2fc1a0ebc (diff) |
fixes
Diffstat (limited to 'extranodes/lox.lua')
-rw-r--r-- | extranodes/lox.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extranodes/lox.lua b/extranodes/lox.lua index f3c7d00..0d27a4d 100644 --- a/extranodes/lox.lua +++ b/extranodes/lox.lua @@ -9,6 +9,8 @@ local freezing_rules = { ["default:lava_flowing"] = "default:stone", ["fire:basic_flame"] = "air", ["default:dirt"] = "default:dirt_with_snow", + ["ethereal:fiery_dirt"] = "default:dirt_with_snow", + ["ethereal:mushroom_dirt"] = "default:dirt_with_snow", } minetest.register_craftitem(":technic:lox", { |