Skip to content

Commit

Permalink
Update Alloy Forgery and its advancements, bumps dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <noaaan@hotmail.com>
  • Loading branch information
Noaaan committed Dec 4, 2023
1 parent 3ace4a5 commit a569732
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ cca_version=5.2.1
modmenu_version=7.1.0
# https://modrinth.com/mod/alloy-forgery
# https://maven.wispforest.io/wraith/alloy-forgery/
alloyforgery_version=2.0.21+1.20
alloyforgery_version=2.1.1+1.20
# https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files/
# https://maven.shedaniel.me/me/shedaniel/RoughlyEnoughItems-fabric/
rei_version=12.0.674
architectury_version=9.0.8
# OwO
# https://maven.wispforest.io/io/wispforest/owo-lib/
owo_version=0.11.1+1.20
owo_version=0.11.2+1.20
# https://modrinth.com/mod/isometric-renders
isorender_version=0.4.5+1.20
worldmesher_version=0.4.3+1.20
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/data/mythicmetals/advancements/forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{
"items": [
"alloy_forgery:bricks_forge_controller",
"alloy_forgery:stone_bricks_forge_controller"
"alloy_forgery:stone_bricks_forge_controller",
"alloy_forgery:deepslate_bricks_forge_controller"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"translate": "advancement.mythicmetals.forgery.description"
},
"icon": {
"item": "alloy_forgery:deepslate_bricks_forge_controller"
"item": "alloy_forgery:polished_blackstone_forge_controller"
},
"frame": "task",
"show_toast": true,
Expand All @@ -22,8 +22,10 @@
"items": [
{
"items": [
"alloy_forgery:deepslate_bricks_forge_controller",
"alloy_forgery:polished_blackstone_forge_controller"
"alloy_forgery:polished_blackstone_forge_controller",
"alloy_forgery:prismarine_bricks_forge_controller",
"alloy_forgery:end_stone_bricks_forge_controller",
"alloy_forgery:adamantite_block_forge_controller"
]
}
]
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"accessWidener": "mythicmetals.accessWidener",
"depends": {
"fabricloader": ">=0.14.0",
"alloy_forgery": "*",
"fabric": ">=0.57.0",
"alloy_forgery": ">=2.1.0",
"fabric": ">=0.87.0",
"minecraft": "1.20.x",
"java": ">=17",
"owo": ">=0.10.3",
"owo": ">=0.11.2",
"cardinal-components-entity": "*"
},
"custom": {
Expand Down

0 comments on commit a569732

Please sign in to comment.