Adrodoc / ApertureCraftVanilla

ApertureCraft Vanilla is a command block system that implements almost all elements of the game Portal 2 in vanilla Minecraft
Other
20 stars 3 forks source link

Expansion: Blue Gel Levitation #13

Open SillyScientists opened 8 years ago

SillyScientists commented 8 years ago

So we've added to the Blue Gel the Levitation Effect... so that works now witch levitation... However the MPL doesn't really work with the Install and Uninstall parameters so the scoreboards have to be added by Hand.

ACV_gels.zip

Adrodoc commented 8 years ago

@SillyScientists can you please tell me the scoreboard types? I can't quite get it to work. Please just post all commands required to set the system up. What exactly are the benefits of using your implementation? Can you please tell me in detail what it can do?

SillyScientists commented 8 years ago

This Gels Version adds: if you fall on blue gel you jump automaticly up if you don't sneak. Sometimes it is a bit buggy, because somtimes the stat.fallOneCM scoreboard thinks you fall from a block higher. Although I wanted to edit that you cant Jump on the Blue gel while your falling but this didn't worked correctly. Could you maybe take a look into it?

Scoreboards used: Fall: stat.fallOneCm sneak: stat.sneakTime

there is one command Block which clears the jump score pls ignore it ^^

Currently we're working on a way for testing the fall speed for the velocity , because stat.fall doesn't functure here.

Adrodoc commented 8 years ago

You can take a look at the branch velocity. It is very old and propably doesn't work anymore, but it contains a proof of concept for velocity.

SillyScientists commented 8 years ago

Ah we had the same idea ^^ What are the issues?