Skip to content

Commit

Permalink
update book, tooltips
Browse files Browse the repository at this point in the history
patchouli compat update, resolves AllTheMods/ATM-9#851
  • Loading branch information
thevortex committed Nov 23, 2023
1 parent 91b8e8b commit 3e82144
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 44 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mod_name=Allthemodium
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=2.4.3
mod_version=2.4.4
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/allthemodium/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"teleport.pad": "Mining Dimension, and Other places",
"how.to.teleport": "Place in the overworld, sneak right click, empty HANDS",
"allthemodium.loc": "Found in Deep Dark biomes in cave walls and ceilings(uniformly)",
"vibranium.loc": "Nether: Warped Forests and Crimson Forests, Y 100 to 123.",
"vibranium.other.loc": "Other: All Biomes Y 0 to 20.",
"vibranium.loc": "Nether: Y 64+, cave walls.",
"vibranium.other.loc": "Other: All Biomes Y 0 to 40.",
"unobtainium.loc": "End Highlands Biomes Only",
"allthemodium.mine": "PLAYER MINEABLE ONLY. NOT QUARRYABLE",
"entity.allthemodium.piglich": "Piglich",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Allthemodium Armour",
"icon": "allthemodium:allthemodium_chestplate",
"category": "allthemodium:armour",
"sortnum": 1,
"pages": [{
"type": "text",
"text": "Allthemodium armour has several benefits other than just the armour, toughness and knockback resistance:$(li)Water Breathing$(li)No Crash Damage when Flying with Elytra$(li)Immune to Fire Damage$(li)No Fall Damage$(li)When you upgrade the armour from Netherite, it keeps the enchants"
},
{
"type": "smithing",
"recipe": "allthemodium:smithing/allthemodium_helmet_smithing"
},

{
"type": "smithing",
"recipe": "allthemodium:smithing/allthemodium_chestplate_smithing"
},
{
"type": "smithing",
"recipe": "allthemodium:smithing/allthemodium_leggings_smithing"
},
{
"type": "smithing",
"recipe": "allthemodium:smithing/allthemodium_boots_smithing"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"item": "allthemodium:allthemodium_ore",
"title": "Allthemodium Ore",
"link_recipe": false,
"text": "Allthemodium Ore spawns in the Deep Dark biome in cave walls and ceilings, you can also find it as a common spawn very high in the Mountains above 170Y, It can also be found everywhere in the mining dimension between Y -59 and Y 20. also Deepslate layer of the Other Dimension"
"text": "Allthemodium Ore spawns in the Deep Dark biome in cave walls and ceilings, you can also find it as a common spawn very high in the Mountains above 170Y, It can also be found everywhere in the mining dimension between Y -59 and Y 20. also Deepslate layer caves of the Other Dimension"
}]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"item": "allthemodium:vibranium_ore",
"title": "Vibranium Ore",
"link_recipe": false,
"text": "Vibranium ore can be found in the Crimson and Warped Forest biomes in the Nether, around Y 107-113. It is also found in The Other dimension, deep underground, usually very close to Piglin villages"
"text": "Vibranium ore can be found in the Nether, above Y 64. It is also found in The Other dimension, deep underground in caves"
}]
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "allthemodium_book",
"landing_text": "This Book wil give you information about the Allthemodium Mod, and the ATM Mod Packs",
"subtitle": 1,
"show_progress": false,
"dont_generate_book": false,
"macros": {},
"use_resource_pack": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"result": {
"item": "patchouli:guide_book",
"nbt": { "patchouli:book": "allthemodium:allthemodium" }
"nbt": { "patchouli:book": "allthemodium:allthemodium_book" }
}
}

0 comments on commit 3e82144

Please sign in to comment.