customportalapi
customportalapi copied to clipboard
Developer Api for creating custom portals to any dimension
it would be nice to have multiple portals with the same frame type.
Currently, the created portal is the same dimensions of a nether portal. Any chance you could add in an option to change it?
By moving portals around, you can duplicate the portal frame blocks which, if the block is valuable like the diamond block used in the example, this can be a game-breaking...
Hi, I'm using CPA with a mod that i made. Everything is working nicely except that the portal is always black no matter which color i use. I create the...
Im not sure what i have to do to make this work. (If there also happens to be a way to have this work with MCreator's datapacks aswell, it would...
When adding CustomPortalAPI to dependencies, it makes so ``` import net.fabricmc.fabric.api.structure.v1.FabricStructureBuilder; import net.fabricmc.fabric.impl.structure.FabricStructureImpl; import net.fabricmc.fabric.mixin.structure.StructuresConfigAccessor; ``` are inaccessible and project fails to compile. minecraft_version=1.18.1 yarn_mappings=1.18.1+build.22 loader_version=0.14.8 fabric_version=0.46.6+1.18 id 'fabric-loom' version...
It would be nice if we could have our own custom portal shapes, instead of being bricked to the default nether portal shape. It would be good to have an...
I would like a portal that has a color that changes over time. This is a very specific implementation, so I don't expect it to be supported within the API,...
``` Caused by: java.lang.IllegalStateException: Fake bursts should never be saved at any time! Source pos class_2338{x=-2409, y=65, z=5154}, owner null at vazkii.botania.common.entity.EntityManaBurst.writeCustomDataToNbt(EntityManaBurst.java:245) ~[Botania-1.18.2-434-FABRIC.jar:?] at net.minecraft.entity.Entity.writeNbt(Entity:1657) ~[?:?] at net.minecraft.entity.Entity.copyFrom(Entity:2482) ~[?:?] at...
I have created a custom portal block inheriting from CustomPortalBlock. When placing it using the BlockItem of this block and then going through, I get an error. Also the chunk...