mirror of
https://github.com/TeamMidnightDust/Nauticality.git
synced 2025-12-18 11:55:10 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46696cd130 | ||
|
|
7a33ed2d6e | ||
|
|
49aeac05fd |
17
README.md
17
README.md
@@ -1,2 +1,15 @@
|
||||
# Nauticality
|
||||
Explore the oceans with submarines, fight against pirates and watch the beautiful glow fish!
|
||||
|
||||
|
||||
<div align="center"> <h1>Nauticality</h1>
|
||||
|
||||
Explore the oceans with submarines, fight against pirates and watch the beautiful glow fish!
|
||||
|
||||
Nauticality is TeamMidnightDust's submission for ModFest 1.17: BGDC
|
||||
The mod is focused on enhancing ocean exploration with new blocks, mobs, vehicles and structures.
|
||||
Use the new submarine to view the beautiful glow fish and loot pirate ships that spawn throughout the minecraft world.
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,7 @@ public class SubmarineRenderer extends EntityRenderer<SubmarineEntity> implement
|
||||
matrixStack.push();
|
||||
matrixStack.multiply(Vec3f.POSITIVE_Y.getDegreesQuaternion(180F - yaw));
|
||||
matrixStack.multiply(Vec3f.POSITIVE_Y.getDegreesQuaternion(180F));
|
||||
matrixStack.multiply(Vec3f.POSITIVE_Z.getDegreesQuaternion((yaw - entity.prevRoll)*8));
|
||||
//matrixStack.multiply(Vec3f.POSITIVE_Z.getDegreesQuaternion((yaw - entity.prevRoll)*8));
|
||||
entity.prevRoll = yaw;
|
||||
matrixStack.multiply(Vec3f.POSITIVE_X.getDegreesQuaternion(180.0F + pitch));
|
||||
matrixStack.translate(0.0D , -1.75D, -0.5D + (90 + entity.getPitch()) * 0.01f);
|
||||
|
||||
Reference in New Issue
Block a user