parent
cc17c0da71
commit
4f304895ad
@ -1,10 +1,10 @@ |
||||
* identify and pair portals by type/color |
||||
* automatically open the door of a portal that is freshly activated |
||||
* save portal pairs to disk and reload them on restarting the server |
||||
* deactivate most recently placed portal and replace with newly placed one when 3+ portals are created |
||||
* teleport from one to the other a set time after entering a teleportation chamber and closing the door |
||||
* automatically open the door after effects wear off |
||||
* close the door on the other side when someone shuts the door |
||||
* teleport everyone inside the portal, not just the person who closed the door |
||||
* interrupt teleportation if portal is destroyed mid-teleportation |
||||
* cancel teleportation if someone moves out of the teleporter during teleportation (maybe prevent them from starting?) |
||||
* save any effects that would be overwritten by teleportation (including to disk!), and put them back when the player opens the door or arrives |
||||
* add portal particles and ambient sounds to the teleporter when portals are paired |
@ -0,0 +1,12 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<module external.linked.project.id="minecraftportal" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.deliciousreya" external.system.module.version="0.1" type="JAVA_MODULE" version="4"> |
||||
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
||||
<exclude-output /> |
||||
<content url="file://$MODULE_DIR$"> |
||||
<excludeFolder url="file://$MODULE_DIR$/.gradle" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/build" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/out" /> |
||||
</content> |
||||
<orderEntry type="sourceFolder" forTests="false" /> |
||||
</component> |
||||
</module> |
Loading…
Reference in new issue