make primordial gills climbable, make spore trees more likely to produce spawn

This commit is contained in:
FaceDeer
2021-03-12 18:29:05 -07:00
parent ae4d0ebe81
commit 9a53e49fa8
2 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,7 @@ minetest.register_node("df_trees:spore_tree_fruiting_body", {
items = {
{
items = {'df_trees:spore_tree_sapling'},
rarity = 10,
rarity = 2,
},
{
items = {'df_trees:spore_tree_hyphae'},