mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-10 04:10:28 +02:00
Add example alternative shape PortalShape_Circular
Also fixes up a few bugs that only became apparent when not using the traditional portal shape
This commit is contained in:
@ -8,7 +8,7 @@ Portal code is more efficient when each type of portal uses a different type
|
||||
of node to build its frame out of, however it is possible to register more than
|
||||
one kind of portal with the same frame material — such as obsidian — provided
|
||||
the size of the PortalShape is distinct from any other type of portal that is
|
||||
using the same node as its frame.
|
||||
using the same node as its frame, and portal sizes remain small.
|
||||
|
||||
|
||||
Helper functions
|
||||
|
Reference in New Issue
Block a user