generated from TropheusJ/quilt-template-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- most of the process works - need to make it only affect portals on the right surface for each block - need to handle non cubes - caching?
- Loading branch information
Showing
12 changed files
with
180 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 0 additions & 91 deletions
91
src/main/java/io/github/fusionflux/portalcubed/framework/Aaaa.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../java/io/github/fusionflux/portalcubed/framework/extension/EntityCollisionContextExt.java
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/main/java/io/github/fusionflux/portalcubed/framework/extension/EntityExt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package io.github.fusionflux.portalcubed.framework.extension; | ||
|
||
public interface EntityExt { | ||
int pc$getPortalCollisionRecursionDepth(); | ||
void pc$setPortalCollisionRecursionDepth(int depth); | ||
} |
Oops, something went wrong.