Skip to content

Commit

Permalink
use degrotate for sunflowers (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Jul 15, 2023
1 parent f418576 commit e58042a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pl_sunflowers/init.lua
Expand Up @@ -15,7 +15,7 @@ minetest.register_node(":flowers:sunflower", {
description = S("Sunflower"),
drawtype = "mesh",
paramtype = "light",
paramtype2 = "facedir",
paramtype2 = "degrotate",
inventory_image = "flowers_sunflower_inv.png",
mesh = "flowers_sunflower.obj",
tiles = { "flowers_sunflower.png" },
Expand Down Expand Up @@ -44,7 +44,7 @@ minetest.register_decoration({
y_min = 1,
y_max = 40,
param2 = 0,
param2_max = 3,
param2_max = 239,
place_on = {
"default:dirt_with_grass"
},
Expand Down

0 comments on commit e58042a

Please sign in to comment.