mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 01:40:31 +01:00
took climbing poison ivy out of flora group - thanks to 0gb.us for catching
the cause of a weird facedir bug, which was actually the game doing it, not plants_lib
This commit is contained in:
parent
2584286c52
commit
743531ed5a
|
@ -56,7 +56,7 @@ minetest.register_node('poisonivy:climbing', {
|
|||
paramtype = 'light',
|
||||
paramtype2 = 'wallmounted',
|
||||
walkable = false,
|
||||
groups = { snappy = 3, poisonivy=1, flora=1 },
|
||||
groups = { snappy = 3, poisonivy=1 },
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
|
|
Loading…
Reference in New Issue
Block a user