-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
528 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ build | |
# other | ||
eclipse | ||
run | ||
runs | ||
|
||
# Files from Forge MDK | ||
forge*changelog.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
### [1.20.4 / 1.0.4] | ||
- Ported to 1.20.4 NeoForge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
org.gradle.jvmargs=-Xmx6G | ||
org.gradle.daemon=false | ||
mod_version=1.0.4 | ||
minecraft_version=1.20.1 | ||
forge_version=47.0.35 | ||
mappings_version=2023.07.02-1.20.1 | ||
#this is the older one | ||
mappings_overlay=1.19.3 | ||
mappings_channel=parchment | ||
jei_version=15.2.0.22 | ||
minecraft_version=1.20.4 | ||
neo_version=20.4.147-beta | ||
neogradle.subsystems.parchment.minecraftVersion=1.20.3 | ||
neogradle.subsystems.parchment.mappingsVersion=2023.12.31 | ||
jei_version=17.3.0.48 | ||
curseforge_id=367734 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pluginManagement { | ||
repositories { | ||
gradlePluginPortal() | ||
maven { | ||
name = 'Creeperhost Maven' | ||
url = 'https://maven.creeperhost.net/' | ||
} | ||
maven { | ||
name = 'Official NeoForge Maven' | ||
url = 'https://maven.neoforged.net/releases' | ||
} | ||
} | ||
} | ||
|
||
plugins { | ||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0' | ||
} | ||
rootProject.name = "pocketstorage" |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/.cache/1b4cfbe3eac3eb659ac6e8e1e54167c1ba5cf5d7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../c622617f6fabf890a00b9275cd5f643584a8a2c8 → .../6ccc82dbae535bb2c1346a4947d4925358f3cc05
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.20.1 2023-07-12T20:16:36.4382577 Languages: en_us | ||
// 1.20.4 2024-02-14T17:25:56.5121045 Languages: en_us for mod: pocketstorage | ||
e7d65f46436151223a4c0dc0337da428bb0ef0ce assets/pocketstorage/lang/en_us.json |
8 changes: 4 additions & 4 deletions
8
src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// 1.20.1 2023-07-12T20:16:36.4362612 Recipes | ||
// 1.20.4 2024-02-14T17:28:30.3184491 Recipes | ||
5fdfeac43f0c108954af058160ea89bcde22ccf6 data/pocketstorage/recipes/tier1.json | ||
ad1d4f55149183f89fed58e620a9b77fd8705dd6 data/pocketstorage/recipes/tier2.json | ||
daafcd04c66d1dc30f9382758d59ed0db6607583 data/pocketstorage/recipes/tier3.json | ||
e8389405fb58004c0d9c996c3b683ef3c678b9fc data/pocketstorage/recipes/tier4.json | ||
244b3a73706e5f61db956fae3bd896cd13318494 data/pocketstorage/recipes/tier2.json | ||
aff707a6c099642cbc29afacd2d9cffb0bdfb5ad data/pocketstorage/recipes/tier3.json | ||
e4e1117d9c3cae7212ea2c5ef2ee0ed875f3558e data/pocketstorage/recipes/tier4.json |
48 changes: 24 additions & 24 deletions
48
src/generated/resources/data/pocketstorage/recipes/tier2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"type": "pocketstorage:data_upgrade", | ||
"category": "misc", | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/gold" | ||
"type": "pocketstorage:upgrade", | ||
"value": { | ||
"category": "misc", | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/gold" | ||
}, | ||
"B": { | ||
"item": "minecraft:piston" | ||
}, | ||
"C": { | ||
"tag": "forge:chests" | ||
}, | ||
"D": { | ||
"item": "pocketstorage:psu_1" | ||
} | ||
}, | ||
"B": { | ||
"item": "minecraft:piston" | ||
}, | ||
"C": { | ||
"tag": "forge:chests" | ||
}, | ||
"D": { | ||
"type": "pocketstorage:nbt_target", | ||
"item": "pocketstorage:psu_1" | ||
"pattern": [ | ||
"ABA", | ||
"CDC", | ||
"ABA" | ||
], | ||
"result": { | ||
"item": "pocketstorage:psu_2" | ||
} | ||
}, | ||
"pattern": [ | ||
"ABA", | ||
"CDC", | ||
"ABA" | ||
], | ||
"result": { | ||
"item": "pocketstorage:psu_2" | ||
}, | ||
"show_notification": false | ||
} | ||
} |
48 changes: 24 additions & 24 deletions
48
src/generated/resources/data/pocketstorage/recipes/tier3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"type": "pocketstorage:data_upgrade", | ||
"category": "misc", | ||
"key": { | ||
"A": { | ||
"tag": "forge:gems/diamond" | ||
"type": "pocketstorage:upgrade", | ||
"value": { | ||
"category": "misc", | ||
"key": { | ||
"A": { | ||
"tag": "forge:gems/diamond" | ||
}, | ||
"B": { | ||
"item": "minecraft:piston" | ||
}, | ||
"C": { | ||
"tag": "forge:chests" | ||
}, | ||
"D": { | ||
"item": "pocketstorage:psu_2" | ||
} | ||
}, | ||
"B": { | ||
"item": "minecraft:piston" | ||
}, | ||
"C": { | ||
"tag": "forge:chests" | ||
}, | ||
"D": { | ||
"type": "pocketstorage:nbt_target", | ||
"item": "pocketstorage:psu_2" | ||
"pattern": [ | ||
"ABA", | ||
"CDC", | ||
"ABA" | ||
], | ||
"result": { | ||
"item": "pocketstorage:psu_3" | ||
} | ||
}, | ||
"pattern": [ | ||
"ABA", | ||
"CDC", | ||
"ABA" | ||
], | ||
"result": { | ||
"item": "pocketstorage:psu_3" | ||
}, | ||
"show_notification": false | ||
} | ||
} |
Oops, something went wrong.