better chance of oranges appearing from grown sapling

master
TenPlus1 2019-10-27 14:57:43 +00:00
parent 65df8bbd7b
commit a916d82a47
2 changed files with 2 additions and 2 deletions

View File

@ -208,11 +208,11 @@ local grow_sapling = function(pos, node)
elseif node.name == "ethereal:birch_sapling"
and under == "default:dirt_with_grass" then
ethereal.grow_birch_tree(pos)
elseif node.name == "ethereal:sakura_sapling"
and under == "ethereal:bamboo_dirt" then
ethereal.grow_sakura_tree(pos)
end
end
-- Grow saplings

View File

@ -3,7 +3,7 @@ local _ = {name = "air", param1 = 0}
local L = {name = "ethereal:orange_leaves", param1 = 255}
local l = {name = "ethereal:orange_leaves", param1 = 200}
local T = {name = "default:tree", param1 = 255}
local o = {name = "ethereal:orange", param1 = 100}
local o = {name = "ethereal:orange", param1 = 200}
ethereal.orangetree = {