File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# KelpModLoader
2
2
![ KML logo] ( https://github.com/tbvns25565/KelpModLoader/assets/69420062/a1161e00-b453-4394-8b54-d30fd47dd0e0 )
3
3
A Minecraft mods loader 100% server side. (Very early alpha)
4
+ ## What it does curently:
5
+ - Mod loading
6
+ - Generate custom block/item
7
+ - Basic api to add block and item
8
+ - Working event (with ` mods.getServer().getPluginManager().registerEvents() ` from ` org.Bukkit.Server ` )
4
9
5
10
## Todo:
6
- - Working class loading (ETA: 50% )
7
- - Working dependency
8
- - Working spigot event to KML event
11
+ - Working spigot event to KML event (Curent workaround : allow mods to acesse to ` org.Bukkit.Server ` )
12
+ - Custom block model
13
+ - Custom item model
9
14
- Working GUI
10
15
- Working HUD
11
16
- Working inventory
You can’t perform that action at this time.
0 commit comments