Skip to content

Commit

Permalink
1.3.3-ex
Browse files Browse the repository at this point in the history
YMetalLib 1.3.3-ex for MC 1.18 experimental snapshot 3
  • Loading branch information
yaeyewon112 committed Aug 12, 2021
1 parent 905fd8c commit e0e0356
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx4G -Xmn3G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18_experimental-snapshot-2
yarn_mappings=1.18_experimental-snapshot-2+build.3
minecraft_version=1.18_experimental-snapshot-3
yarn_mappings=1.18_experimental-snapshot-3+build.1
loader_version=0.11.6

# Mod Properties
mod_version = 1.3.2-ex
mod_version = 1.3.3-ex
maven_group = kr.kro.yewonmods.ymetallib
archives_base_name = yewonmods-ymetallib

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/bauxite_dusts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"ymetallib:aluminum_mixture"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/rutile_dusts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"ymetallib:titanium_mixture"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"tag": "c:titanium_ores"
},
"result": "ymetallib:titanium_mixture",
"experience": 1.00,
"cookingtime": 100
}

0 comments on commit e0e0356

Please sign in to comment.