Compare commits
5 Commits
e8df722ae7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 42aa5fd2fd | |||
| 7970968229 | |||
| 23ab82989e | |||
|
c664c41fb4
|
|||
|
c75fa91894
|
16
.github/workflows/build_development.yml
vendored
16
.github/workflows/build_development.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -18,6 +18,18 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
.gradle
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
@@ -29,7 +41,7 @@ jobs:
|
||||
run: mv build/libs/*.jar build/libs/nuggetmod-dev.jar
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nuggetmod-dev
|
||||
path: build/libs/nuggetmod-dev.jar
|
||||
|
||||
34
.github/workflows/build_jar.yml
vendored
34
.github/workflows/build_jar.yml
vendored
@@ -1,34 +0,0 @@
|
||||
name: Nightly Builds
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs at midnight UTC every day
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4.6.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Rename build artifact
|
||||
run: mv build/libs/*.jar build/libs/nuggetmod-nightly.jar
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
with:
|
||||
name: nuggetmod-nightly
|
||||
path: build/libs/nuggetmod-nightly.jar
|
||||
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 sillyangel
|
||||
Copyright (c) 2026 sillyangel
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
12
README.MD
12
README.MD
@@ -1,12 +0,0 @@
|
||||

|
||||
# Nugget Mod (Forge)
|
||||
> [Fabric](https://github.com/sillyangel/nuggetfabric) | [NeoForge](https://github.com/sillyangel/nuggetneoforge)
|
||||
|
||||
Nugget Mod is a Minecraft mod that adds "gegagedigedagedago" to the game, the Nugget. The Nugget is a powerful item that can be used to craft new tools, weapons, and armor. The mod also adds new ores to the game, including Nugget Ore, which can be mined to obtain Nuggets. The mod is still in development, but you can download the latest version from the releases page.
|
||||
|
||||
## Installation
|
||||
|
||||
- get the latest version of the mod from the releases page
|
||||
- download and install [Minecraft Forge](https://files.minecraftforge.net/)
|
||||
- copy the mod jar file to the `mods` folder in your Minecraft directory
|
||||
- launch Minecraft with the Forge profile
|
||||
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
<h1 align="left"><strong>Nugget (Forge Port)</strong></h1>
|
||||
<p align="left">
|
||||
<img alt="modrinth" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg"><img alt="curseforge" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/curseforge_vector.svg"><img alt="fabric" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/fabric_vector.svg">
|
||||
</p>
|
||||
|
||||
[fabric & neoforge port](https://github.com/sillyangel/nugget/)
|
||||
|
||||
[gitea repo](https://git.sillyangel.dev/angel/forge-nugget)
|
||||
|
||||
[github mirror](https://github.com/sillyangel/forge-nugget/)
|
||||
|
||||
[curseforge page](https://www.curseforge.com/minecraft/mc-mods/gegagedigedagedago-nugget)
|
||||
|
||||
[modrinth page](https://modrinth.com/mod/nuggetmod)
|
||||
Reference in New Issue
Block a user