iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

World Portals - How do I create them? #190

Closed X66Herobrine66X closed 4 years ago

X66Herobrine66X commented 5 years ago

I was wondering how you create world portals like the ones shown in ichuns last blog post, the ones that didn't have the outline. Is there an nbt tag I can add to my portal gun to make it shoot world portals? Thanks.

X66Herobrine66X commented 5 years ago

Specifically I would like to know how to obtain these effects and items: https://www.youtube.com/watch?v=bxv0BXqn9Ns, https://www.youtube.com/watch?v=POxcLSLBAOI, https://gyazo.com/24e1098d509933b7b467abc06389acd4, and https://gyazo.com/5fc64db45a5929eb9c68a19512c0f613.

theoparis commented 4 years ago

I don't think portal guns has these features, but I could be wrong. I'll look at his source code to double check. I would love to make a mod that creates these effects myself.

theoparis commented 4 years ago

The G.L.A.S.S mod is one that you might want that includes a similar feature although you can't walk through them

iChun commented 4 years ago

World Portals are a code library that helps GLASS and Portal Gun render other perspectives. GLASS is currently (afaik) the only project that is open source that uses World Portals to render another perspective. Code is required to create World Portals, in case you were wondering.