generated from NeoForgeMDKs/MDK-1.21-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
742c6e7
commit 49e582c
Showing
1 changed file
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,57 @@ | ||
## Ascension 1.21.1 NeoForge | ||
# Ascension 1.21.1 NeoForge | ||
This is a beginners' attempt on creating a mod for NeoForge 1.21.1. | ||
|
||
I used the old 1.7.10 mod "Ascension" as inspiration and made my own mod out of it. | ||
|
||
Note: I know NOTHING about coding and java, this project may never work at all | ||
|
||
## Roadmap - (Don't mind this, these are just some notes) | ||
Blocks: | ||
- Infusion Table for Flerovium Related Items (Template and Infused Crystal) | ||
|
||
Entities: | ||
- Ice Blaze Mob (Spawns in Ice Spikes biome) | ||
- Shark (Neutral but powerful Mob that spawns in deep oceans) | ||
- Titanium / Ferrotitanium Golems (Similar or Opposite functionality of Minecraft Golems) | ||
|
||
Structures: | ||
- Watchtower | ||
- Abandoned Tower | ||
- Small Mob Dungeons | ||
- Abandoned Houses | ||
|
||
|
||
|
||
## Ideas - (Unsure or Distant Additions to the Game) | ||
Items: | ||
- Artifacts (Drop from various bosses, used to open Portal to Underworld Dimension) | ||
|
||
Blocks: | ||
- Artifact Pedestal | ||
|
||
Entities: | ||
- Pharaoh Boss | ||
- +More? | ||
|
||
Structures: | ||
- Sphinx | ||
- +More? | ||
|
||
### Underworld Dimension: | ||
General: | ||
- Vast Dimension "above" the Nether | ||
- Less Lava and allows Water | ||
- Mostly foggy dimension | ||
|
||
Items: | ||
- Enchanted Book for a "Soul Speed" like block in the new Dimension | ||
|
||
Blocks: | ||
- Generally completely new Block-Palette in this dimension | ||
- Coal, Redstone, Lapis, Gold and Diamond remain, Iron does not exist (More Titanium) | ||
- New Upgrade to Diamond Gear (Like Netherite) from this dimension (Less Powerful than Flerovium though) | ||
|
||
Structures: | ||
- Rare, large castle structure with a "final" Boss | ||
- Travelers Camps | ||
- Ruins of a former Civilization |