This commit is contained in:
RyanTLG
2022-03-25 17:46:41 +02:00
parent 3b84706602
commit 39cae8b770
4 changed files with 20 additions and 61 deletions

View File

@@ -28,6 +28,7 @@ public class highStatusEffect extends StatusEffect{
((PlayerEntity) entity).dismountVehicle();
((PlayerEntity) entity).damage(DamageSource.FALL, (float) 0.01);
((PlayerEntity) entity).heal(3 << amplifier);
((PlayerEntity) entity).getFallSounds();
}
}

View File

@@ -1,38 +0,0 @@
{
"schemaVersion": 1,
"id": "gamermod",
"version": "${version}",
"name": "gamermod",
"description": "i fucked your mother",
"authors": [
"RyanTLG"
],
"contact": {
"homepage": "https://w/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/gamermod/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.fabricmc.ryantlg.gamermod"
]
},
"mixins": [
"gamermod.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}