mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-13 22:10:23 +02:00
Merge pull request #18 from Treer/feature/portals-api-facedir-support
Add facedir support to Portals API
This commit is contained in:
@ -115,6 +115,12 @@ Used by `nether.register_portal`.
|
||||
-- Required. For best results, have your portal constructed of a
|
||||
-- material nobody else is using.
|
||||
|
||||
frame_node_color = 0,
|
||||
-- Optional.
|
||||
-- A value from 0 to 7. Only used if the frame node's paramtype2 is
|
||||
-- "colorfacedir", in which case this color will be used when a remote
|
||||
-- portal is created.
|
||||
|
||||
shape = nether.PortalShape_Traditional,
|
||||
-- Optional.
|
||||
-- Shapes available are:
|
||||
|
Reference in New Issue
Block a user