-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
971f7c3
commit bdae854
Showing
16 changed files
with
53 additions
and
57 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 |
---|---|---|
|
@@ -50,4 +50,3 @@ | |
|
||
添加铁三脚架 | ||
|
||
预计明天发布 |
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,17 +1,16 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx1G | ||
org.gradle.jvmargs=-Xmx4G | ||
|
||
# Fabric Properties | ||
# check these on https://fabricmc.net/use | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.6 | ||
loader_version=0.11.3 | ||
# check these on https://fabricmc.net/versions.html | ||
minecraft_version=1.17 | ||
yarn_mappings=1.17+build.13 | ||
loader_version=0.11.6 | ||
|
||
# Mod Properties | ||
mod_version = 1.0.0 | ||
maven_group = io.github.chemiscraft | ||
archives_base_name = chemiscraft | ||
mod_version = 1.0.0 | ||
maven_group = com.example | ||
archives_base_name = fabric-example-mod | ||
|
||
# Dependencies | ||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api | ||
fabric_version=0.32.5+1.16 | ||
fabric_version=0.36.0+1.17 |
Binary file not shown.
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-6.8.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
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
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 |
---|---|---|
|
@@ -86,4 +86,4 @@ exit /b 1 | |
:mainEnd | ||
if "%OS%"=="Windows_NT" endlocal | ||
|
||
:omega | ||
:omega |
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,29 @@ | ||
{ | ||
"block.chemiscraft.iron_stand": "鐵架台", | ||
|
||
"item.chemiscraft.iron_stand_ring": "鐵架台-鐵圈", | ||
"item.chemiscraft.iron_stand_base": "鐵架台-底座", | ||
"item.chemiscraft.iron_stand_clip": "鐵架台-鉄夾", | ||
"item.chemiscraft.iron_stand_rod": "鐵架台-鐵桿", | ||
"item.chemiscraft.iron_ring": "鐵圈", | ||
|
||
"item.chemiscraft.hydrogen_1": "氫-1", | ||
"item.chemiscraft.hydrogen_2": "氫-2", | ||
"item.chemiscraft.hydrogen_3": "氫-3", | ||
"item.chemiscraft.hydrogen_4": "氫-4", | ||
"item.chemiscraft.hydrogen_5": "氫-5", | ||
"item.chemiscraft.hydrogen_6": "氫-6", | ||
"item.chemiscraft.hydrogen_7": "氫-7", | ||
|
||
"item.chemiscraft.helium_3": "氦-3", | ||
"item.chemiscraft.helium_4": "氦-4", | ||
"item.chemiscraft.helium_5": "氦-5", | ||
"item.chemiscraft.helium_6": "氦-6", | ||
"item.chemiscraft.helium_7": "氦-7", | ||
"item.chemiscraft.helium_8": "氦-8", | ||
"item.chemiscraft.helium_9": "氦-9", | ||
"item.chemiscraft.helium_10": "氦-10", | ||
|
||
"itemGroup.chemiscraft.element_group": "化學工藝-元素", | ||
"itemGroup.chemiscraft.equipment_group": "化學工藝-設備" | ||
} |
3 changes: 0 additions & 3 deletions
3
src/main/resources/assets/chemiscraft/textures/.vs/ProjectSettings.json
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/resources/assets/chemiscraft/textures/.vs/VSWorkspaceState.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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
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