Skip to content

Commit f4200c8

Browse files
committed
⬆️ Update mod to Minecraft 1.20.2
1 parent 1f62b47 commit f4200c8

File tree

59 files changed

+247
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+247
-250
lines changed

Fabric/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'fabric-loom' version '1.2-SNAPSHOT'
3+
id 'fabric-loom' version '1.3-SNAPSHOT'
44
}
55

66
group = "com.autovw.advancednetherite"
@@ -42,7 +42,7 @@ dependencies {
4242
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
4343
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
4444
//modImplementation "curse.maven:detailab-506898:${detailab_fabric_version}"
45-
modRuntimeOnly "curse.maven:catalogue-667377:${catalogue_fabric_version}"
45+
//modRuntimeOnly "curse.maven:catalogue-667377:${catalogue_fabric_version}"
4646
modRuntimeOnly "curse.maven:jei-238222:${jei_fabric_version}"
4747
implementation project(":Common")
4848
}

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/building_blocks/netherite_diamond_block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"requirements": [
2424
[
25-
"has_netherite_diamond_ingot",
26-
"has_the_recipe"
25+
"has_the_recipe",
26+
"has_netherite_diamond_ingot"
2727
]
2828
],
2929
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/building_blocks/netherite_emerald_block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"requirements": [
2424
[
25-
"has_netherite_emerald_ingot",
26-
"has_the_recipe"
25+
"has_the_recipe",
26+
"has_netherite_emerald_ingot"
2727
]
2828
],
2929
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/building_blocks/netherite_gold_block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"requirements": [
2424
[
25-
"has_netherite_gold_ingot",
26-
"has_the_recipe"
25+
"has_the_recipe",
26+
"has_netherite_gold_ingot"
2727
]
2828
],
2929
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/building_blocks/netherite_iron_block.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"requirements": [
2424
[
25-
"has_netherite_iron_ingot",
26-
"has_the_recipe"
25+
"has_the_recipe",
26+
"has_netherite_iron_ingot"
2727
]
2828
],
2929
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/misc/lodestone.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"requirements": [
3434
[
35+
"has_the_recipe",
3536
"has_chiseled_stone_bricks",
36-
"has_netherite_ingots",
37-
"has_the_recipe"
37+
"has_netherite_ingots"
3838
]
3939
],
4040
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/misc/netherite_diamond_axe_smithing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"requirements": [
2222
[
23-
"has_ingredients",
24-
"has_the_recipe"
23+
"has_the_recipe",
24+
"has_ingredients"
2525
]
2626
],
2727
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/misc/netherite_diamond_boots_smithing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"requirements": [
2222
[
23-
"has_ingredients",
24-
"has_the_recipe"
23+
"has_the_recipe",
24+
"has_ingredients"
2525
]
2626
],
2727
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/misc/netherite_diamond_chestplate_smithing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"requirements": [
2222
[
23-
"has_ingredients",
24-
"has_the_recipe"
23+
"has_the_recipe",
24+
"has_ingredients"
2525
]
2626
],
2727
"rewards": {

Fabric/src/generated/resources/data/advancednetherite/advancements/recipes/misc/netherite_diamond_helmet_smithing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"requirements": [
2222
[
23-
"has_ingredients",
24-
"has_the_recipe"
23+
"has_the_recipe",
24+
"has_ingredients"
2525
]
2626
],
2727
"rewards": {

0 commit comments

Comments
 (0)