3
Compatibility
Changes
This Project adds RIDEBLE DRAGON
There is 3 new mobs , 2 new block, 1 new egg.
Mobs:
Dragonie the ship defender:
- Hostile flying mob -will always attack you
- Spawns always near end ships

-
Will never leave End Ship
-
Type attack:
- preparing and quick dash with multiple bites
-
After attacking grants players with darkness effect (you will only see dragon and the ship)

- Drop:

Happy Dragon Egg
HAPPY DRAGON EGG AND HATCHING SYSTEM
Happy Dragon Egg:

- A Happy Dragon Egg drops when a player kills Ship-Dragonie.
- The Happy Dragon will hatch in 10 minutes, but only if the egg is placed on Crying Obsidian.
- After 5 minutes on the Crying Obsidian, the egg will crack slightly - this shows that half the hatching time has passed.

- If Happy Dragon Egg is not placed on Crying Obsidian it will never hatch
- Ender Dragon Egg and Happy Dragon Egg:

Happy Dragon - NEW RIDEBLE FRIENDLY MOB
<Hatches from Ender Dragon Egg>
You can ride it by 2 players in one time
- 1 Driver seat
- 1 Passanger seat
Whoever rides it will be granted Night Vision and slow falling
Faster than happy ghast
Has 40 hp
<Has Toggle system for admins for its behaviur>
Can damage - Eat Hostile Undead Mobs
Has 4 different states and animations:
-
- 1- Flying : when someone rides it , can eat undead mobs


-
- 2- Hovers: Hovers in one place, when no one rides it, but someone is staying on top or sitting only in passanger seat


-
- 3- Landing: slowly decreasing when no one rides it
-
- 4- Sitting: when no one rides it cannot move



- Drop:
-
- Happy Dragon Egg
-
- Bones
- Has unique auto-sitting system (can off this through toggle system):
-
- Whenever player comes close to it, he will automatickly sit on it
Jumper:

-
New Slime-alike mob
-
Hostile - will always attack you
-
Dashes very fast in players face - piersing through
-
Spawn:
- Spawns in Chorus Forests (Basicly near any chorus plant in end)
- Spawns near and also in End Cities
-
Drop:

- Jelly Balls
New BLOCK:
Jelly Block

- New Slime-like Block!
- Has a unique ability: When any entity jumps on top of it, they receive powerful levitation for 1 second, boosting them up to 10 blocks high. Can be used for parkour, builds, elevators, and mob farms

- Craft:

- Uncraft:

- Jumpers can very rarely place a glowing Jelly Block with a chorus plant underneath it if there is end stone below them, replacing the End Stone

Required Resourcepack
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:E2X7bEqw:2seIUPFn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E2X7bEqw:2seIUPFn"
}

