Skip to content

Commit

Permalink
Update to version 1.4.5.
Browse files Browse the repository at this point in the history
This will be the last 1.16.5 update
  • Loading branch information
OroArmor committed Jun 1, 2021
1 parent f3a33af commit 7ff79fd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@
"config.netherite_plus.enabled.shulker_boxes": "Enable or disable Netherite shulker boxes",
"config.netherite_plus.enabled.trident": "Enable or disable Netherite tridents",
"config.netherite_plus.enabled.beacon": "Enable or disable Netherite beacons",
"config.netherite_plus.enabled.shears": "Enable or disable Netherite shears",
"config.netherite_plus.durabilities": "Item Durabilities",
"config.netherite_plus.durabilities.bow": "Netherite Bow Durability",
"config.netherite_plus.durabilities.crossbow": "Netherite Crossbow Durability",
"config.netherite_plus.durabilities.elytra": "Netherite Elytra Durability",
"config.netherite_plus.durabilities.fishing_rod": "Netherite Fishing Rod Durability",
"config.netherite_plus.durabilities.shield": "Netherite Shield Durability",
"config.netherite_plus.durabilities.trident": "Netherite Trident Durability",
"config.netherite_plus.durabilities.shears": "Netherite Shears Durability",
"config.netherite_plus.damage": "Damage Features",
"config.netherite_plus.damage.bow_damage_addition": "Damage added to the Netherite bow after the multiplier",
"config.netherite_plus.damage.bow_damage_multiplier": "Multiplier of the normal bow damage for the Netherite bow",
Expand Down Expand Up @@ -117,5 +119,7 @@
"advancements.netherite_plus.netherite_fishing_rod_special.description": "Fish in Lava with a Netherite Fishing Rod and Get Ancient Debris",
"advancements.netherite_plus.netherite_horse_armor_special.title": "Nice Lambo",
"advancements.netherite_plus.netherite_horse_armor_special.description": "Ride a Horse with Netherite Horse Armor",
"advancements.netherite_plus.netherite_shears.title": "Time for a haircut",
"advancements.netherite_plus.netherite_shears.description": "Get a pair of netherite shears",
"stat.netherite_plus.netherite_elytra_flight_distance": "Distance by Netherite Elytra"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "netherite_plus:netherite_plus/root",
"display": {
"icon": {
"item": "netherite_plus:netherite_shears"
},
"title": {
"translate": "advancements.netherite_plus.netherite_shears.title"
},
"description": {
"translate": "advancements.netherite_plus.netherite_shears.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"netherite_shears": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "netherite_plus:netherite_shears"
}
]
}
}
},
"requirements": [
[
"netherite_shears"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"base": {
"item": "minecraft:shears"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "netherite_plus:netherite_shears"
},
"type": "smithing"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
minecraft_version=1.16.5
fabric_loader_version=0.11.3
# Mod Properties
mod_version=1.4.4
mod_version=1.4.5
maven_group=com.oroarmor
archives_base_name=netherite-plus-mod
project_name=Netherite Plus Mod
Expand Down

0 comments on commit 7ff79fd

Please sign in to comment.