Compare commits

..

8 Commits

Author SHA1 Message Date
zxq5 4437aca1e8 ...
Zip Project / build (push) Successful in 17s
2025-09-22 00:36:53 +01:00
zxq5 3478d10a9a should probably checkout first.
Zip Project / build (push) Failing after 16s
2025-09-22 00:33:43 +01:00
zxq5 9cd03bb92e fix zip syntax
Zip Project / build (push) Failing after 13s
2025-09-22 00:32:50 +01:00
zxq5 3aba2bd2aa ...
Zip Project / build (push) Failing after 13s
2025-09-22 00:32:00 +01:00
zxq5 e80b043c7b added CI 2025-09-22 00:31:16 +01:00
zxq5 e3e6a54833 updated pack ver 2025-09-20 23:12:16 +01:00
zxq5 49d7427608 idk 2025-04-04 00:10:10 +01:00
zxq5 d157b9fe95 added a bunch of stuff 2025-04-04 00:08:49 +01:00
86 changed files with 196 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Zip Project
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Zip Project
run: zip -r fantasysmp.zip ./assets/ ./pack.mcmeta ./pack.png
- name: Release
uses: akkuman/gitea-release-action@v1
with:
files: ./fantasysmp.zip
token: "${{secrets.RELEASE_TOKEN}}"
+14
View File
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:crimson"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:crimson"
}
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:ender"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:ender"
}
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:poseidon"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:poseidon"
}
]
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/crimson_sword"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_leggings"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/ender_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/poseidons_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/poseidons_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/poseidons_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/poseidons_leggings"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/poseidons_trident"
}
}
@@ -1,6 +1,6 @@
{ {
"model": { "model": {
"type": "minecraft:model", "type": "minecraft:model",
"model": "fantasysmp:item/witherite_sword" "model": "fantasysmp:item/true_netherite_sword"
} }
} }
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_sword",
"textures": {
"layer0": "fantasysmp:item/crimson_sword"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_boots",
"textures": {
"layer0": "fantasysmp:item/ender_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_chestplate",
"textures": {
"layer0": "fantasysmp:item/ender_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_helmet",
"textures": {
"layer0": "fantasysmp:item/ender_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_leggings",
"textures": {
"layer0": "fantasysmp:item/ender_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_sword",
"textures": {
"layer0": "fantasysmp:item/ender_sword"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_boots",
"textures": {
"layer0": "fantasysmp:item/poseidons_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_chestplate",
"textures": {
"layer0": "fantasysmp:item/poseidons_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_helmet",
"textures": {
"layer0": "fantasysmp:item/poseidons_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_leggings",
"textures": {
"layer0": "fantasysmp:item/poseidons_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/trident",
"textures": {
"layer0": "fantasysmp:item/poseidons_trident"
}
}
@@ -1,5 +1,5 @@
{ {
"parent": "item/netherite_helmet", "parent": "item/netherite_chestplate",
"textures": { "textures": {
"layer0": "fantasysmp:item/witherite_chestplate" "layer0": "fantasysmp:item/witherite_chestplate"
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"pack_format": 46, "pack_format": 71,
"description": "FantasySMP 2025 Custom Items" "description": "FantasySMP 2025 Custom Items"
} }
} }