Skip to content
View qiqimc's full-sized avatar

Block or report qiqimc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qiqimc/README.md

Hi there 👋

GitHub账号介绍:七七的Minecraft开发世界

专注Minecraft模组与插件开发 | 七七厨 | Forge/NeoForge社区开发者

graph LR
    A[七七的Minecraft世界] --> B[核心技能]
    B --> C[Java开发]
    B --> D[Forge框架]
    B --> E[NeoForge框架]
    B --> F[插件架构]
    A --> G[项目类型]
    G --> H[原神主题模组]
    G --> I[优化增强模组]
    G --> J[服务器插件]
    G --> K[工具类库]
    A --> L[开发理念]
    L --> M[代码优雅]
    L --> N[性能高效]
    L --> O[玩家体验至上]
Loading

🧊 关于我

public class AboutQiQi {
    public static void main(String[] args) {
        Developer qiqi = new Developer("七七");
        
        qiqi.setSpecialty("Minecraft Mod & Plugin Development");
        qiqi.setFrameworks(Arrays.asList("Minecraft Forge", "NeoForge"));
        qiqi.setSkills(Arrays.asList("Java", "Kotlin", "Gradle", "SpigotAPI", "Mixin"));
        
        ModProject genshinMod = new ModProject("GenshinImpact in Minecraft");
        genshinMod.addFeature("Playable QiQi Character");
        genshinMod.addFeature("Cryo Elemental Mechanics");
        genshinMod.setFramework("Forge 1.20.1");
        
        qiqi.addProject(genshinMod);
        qiqi.showProfile();
    }
}

🔧 技术栈与工具

🧩 核心开发

Java Forge NeoForge Spigot

⚙️ 开发工具

IntelliJ IDEA Gradle Git

为大型Minecraft服务器设计的全方位性能优化解决方案:

  • 智能实体/红石调控
  • 区块加载优化
  • 异步任务调度
  • 实时性能监控仪表盘
+ 平均TPS提升40%
+ 内存占用减少35%

"一二七七,二二模组。" - 七七的开发者箴言

注:本账号所有项目与miHoYo/COGNOSPHERE无关,原神相关内容为粉丝创作

@qiqimc's activity is private