Compare commits

..

5 Commits

Author SHA1 Message Date
42aa5fd2fd Update README.md
All checks were successful
Development Builds / build (push) Successful in 2m22s
2026-01-10 15:28:49 -06:00
7970968229 Update LICENSE.txt
All checks were successful
Development Builds / build (push) Successful in 1m6s
2026-01-10 15:25:24 -06:00
23ab82989e Update README.md
All checks were successful
Development Builds / build (push) Successful in 5m38s
2026-01-10 15:18:35 -06:00
c664c41fb4 caches
All checks were successful
Development Builds / build (push) Successful in 34m28s
2026-01-07 20:01:48 -06:00
c75fa91894 fix workflows
Some checks failed
Development Builds / build (push) Has been cancelled
2026-01-07 19:59:51 -06:00
5 changed files with 29 additions and 49 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,12 +0,0 @@
![image](https://cloud-of05tw1vn-hack-club-bot.vercel.app/0nugget_mod.png)
# 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
View 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)