Skip to content

Commit

Permalink
⬆️ Update mod to Minecraft 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Autovw committed Dec 10, 2023
1 parent f4200c8 commit e84c17a
Show file tree
Hide file tree
Showing 63 changed files with 81 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
public final class ModBlocks
{
public static final Block NETHERITE_IRON_BLOCK = new Block(BlockBehaviour.Properties.copy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_GOLD_BLOCK = new Block(BlockBehaviour.Properties.copy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_EMERALD_BLOCK = new Block(BlockBehaviour.Properties.copy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_DIAMOND_BLOCK = new Block(BlockBehaviour.Properties.copy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_IRON_BLOCK = new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_GOLD_BLOCK = new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_EMERALD_BLOCK = new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.NETHERITE_BLOCK));
public static final Block NETHERITE_DIAMOND_BLOCK = new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.NETHERITE_BLOCK));
}
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
//modImplementation "curse.maven:detailab-506898:${detailab_fabric_version}"
//modRuntimeOnly "curse.maven:catalogue-667377:${catalogue_fabric_version}"
modRuntimeOnly "curse.maven:jei-238222:${jei_fabric_version}"
//modRuntimeOnly "curse.maven:jei-238222:${jei_fabric_version}"
implementation project(":Common")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_diamond_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_emerald_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_gold_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_iron_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@
"recipes": [
"advancednetherite:lodestone"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_axe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_boots_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_chestplate_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_helmet_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_hoe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_diamond_ingot"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_diamond_ingot_from_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_leggings_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_pickaxe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_shovel_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_diamond_sword_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_axe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_boots_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_chestplate_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_helmet_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_hoe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_emerald_ingot"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_emerald_ingot_from_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_leggings_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_pickaxe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_shovel_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_emerald_sword_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_axe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_boots_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_chestplate_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_helmet_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_hoe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_gold_ingot"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"recipes": [
"advancednetherite:netherite_gold_ingot_from_block"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_leggings_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_pickaxe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_shovel_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_gold_sword_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_iron_axe_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_iron_boots_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_iron_chestplate_smithing"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"recipes": [
"advancednetherite:netherite_iron_helmet_smithing"
]
},
"sends_telemetry_event": false
}
}
Loading

0 comments on commit e84c17a

Please sign in to comment.