Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MCModding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lachlan Muir (lcm824)
MCModding
Merge requests
!1
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development
development
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Lachlan Muir (lcm824)
requested to merge
development
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2b4744ab
3 commits,
5 years ago
1 file
+
16
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
first-mod/README.md
0 → 100644
+
16
−
0
Options
Mod name: first-mod
purpose: To learn how to create mods for Minecraft using the Forge API
Java version: 1.8
Minecraft version: 1.12.2
author: Lachlan Muir
ANY FILES UNDER first-mod/src ARE WRITTEN BY THE AUTHOR. FILES OUTSIDE THE
AFOREMENTIONED FOLDER ARE WRITTEN BY THE FORGE API DEVELOPMENT TEAM.
Current features:
-
item called HelloWorld which prints out "Hello World!" in the chat
Loading