All Projects → MinecraftPangu → Pangu

MinecraftPangu / Pangu

Licence: GPL-3.0 license
An Minecraft Forge Mod framework with ui, custom font, annotation registry and more

Programming Languages

java
68154 projects - #9 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to Pangu

NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-2.33%)
Mutual labels:  forge-mod
Bumblezone
A bee dimension just for fun!
Stars: ✭ 87 (+102.33%)
Mutual labels:  forge-mod
HomeAssistantMC
Bridge Home Assistant with Minecraft
Stars: ✭ 24 (-44.19%)
Mutual labels:  forge-mod
inferno
epic block game "utlity mod"
Stars: ✭ 26 (-39.53%)
Mutual labels:  forge-mod
DungeonCrawl
A dungeon generator for Minecraft, based on the legendary Roguelike Dungeons.
Stars: ✭ 50 (+16.28%)
Mutual labels:  forge-mod
ModularArmour
Modular Armour for Minecraft
Stars: ✭ 12 (-72.09%)
Mutual labels:  forge-mod
ClientTweaks
Minecraft Mod. There, I fixed Minecraft for you. Various optional tweaks to improve Minecraft Quality of Life.
Stars: ✭ 13 (-69.77%)
Mutual labels:  forge-mod
ExCompressum
Minecraft Mod. Ex Nihilo Addon. Adds a compressed hammer that can be used on compressed blocks from Extra Utilities.
Stars: ✭ 26 (-39.53%)
Mutual labels:  forge-mod
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+53.49%)
Mutual labels:  forge-mod
RubyMod
RubyMod is an open-source mod, which prioritizes sharing its code to help other modders learn.
Stars: ✭ 15 (-65.12%)
Mutual labels:  forge-mod
Practical-Logistics-2
All things data - Minecraft Forge Mod
Stars: ✭ 16 (-62.79%)
Mutual labels:  forge-mod
ChatTweaks
Minecraft Mod. Emoticons, Image Preview, Tabs and Filters. Client-side only.
Stars: ✭ 14 (-67.44%)
Mutual labels:  forge-mod
Plants
https://minecraft.curseforge.com/projects/plants
Stars: ✭ 22 (-48.84%)
Mutual labels:  forge-mod
gottsch-minecraft-Treasure
Source code for gottsch's Treasure2! minecraft mod. Versions: 1.12.2 and 1.16.5
Stars: ✭ 15 (-65.12%)
Mutual labels:  forge-mod
FarmingForBlockheads
Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.
Stars: ✭ 26 (-39.53%)
Mutual labels:  forge-mod
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+46.51%)
Mutual labels:  forge-mod
GTplusplus
GT++ celebrates it's Bithday on September 3rd
Stars: ✭ 40 (-6.98%)
Mutual labels:  forge-mod
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-13.95%)
Mutual labels:  forge-mod
NotEnoughAnimations
Brings the First-Person animations to the Third-Person and tries to fix other animation issues of the Third-Person.
Stars: ✭ 41 (-4.65%)
Mutual labels:  forge-mod
BitOfEverything
A mod aimed at adding every essential for all Modded Minecraft Players!
Stars: ✭ 28 (-34.88%)
Mutual labels:  forge-mod

Pangu

基于内容的 Minecraft Forge Mod 快速开发框架

Usage

Add the following code to your build.gradle

repositories {
    maven { url 'https://repo.trychen.com' }
}

dependencies {
    implementation "cn.mccraft.pangu:Pangu:3.9.10:dev"
}

Don't forget to add JVM Args -Dfml.coreMods.load=cn.mccraft.pangu.core.asm.PanguPlugin to load CoreMod if needed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].