Skip to content

Instantly share code, notes, and snippets.

View im-a-blobfish's full-sized avatar

blobfish im-a-blobfish

View GitHub Profile
@samsartor
samsartor / ElytraModel.java
Last active December 12, 2023 04:36
Code for simulating the elytra item in Minecraft
/**
* An accurate simulation of the elytra item as of Minecraft 15w41b
*/
public class ElytraModel
{
public int glideTime;
public int damageTaken;
public double posX;
public double posY;