Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,417 changes: 829 additions & 588 deletions projects/1.16/assets/apotheosis/apotheosis/lang/en_us.json

Large diffs are not rendered by default.

1,411 changes: 828 additions & 583 deletions projects/1.16/assets/apotheosis/apotheosis/lang/zh_cn.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "book.apotheosis.name",
"landing_text": "book.apotheosis.landing",
"subtitle": "book.apotheosis.subtitle",
"book_texture": "patchouli:textures/gui/book_blue.png",
"model": "apotheosis:book",
"show_progress": false,
"creative_tab": "apotheosis",
"use_blocky_font": true,
"macros": {
"$(eterna)": "$(#3DB53D)Eterna$()",
"$(quanta)": "$(#FC5454)Quanta$()",
"$(arcana)": "$(#A800A8)Arcana$()",
"$(fpower)": "$(#CC00CC)Final Power$()",
"$(bpower)": "$(6)Base Power$()",
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Anvils",
"description": "This section details all changes to the anvil.$(p)Anvils are now enchantable, have no level limits, and can be repaired (in an anvil) with Iron Blocks.",
"icon": "minecraft:anvil",
"flag": "apotheosis:enchanting",
"parent": "apotheosis:enchanting/enchanting"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Vanilla Changes",
"description": "This section covers new enchantable items, and mechanical changes.$(p)If any minor content changes occur, they'll be noted here.",
"icon": "minecraft:trident",
"flag": "apotheosis:enchanting",
"parent": "apotheosis:enchanting/enchanting"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Enchanting Module",
"description": "The Enchanting Module is responsible for all the changes to the enchanting system.$(p)There's a lot of content, so look around.",
"icon": "minecraft:enchanting_table",
"flag": "apotheosis:enchanting"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "New Enchantments",
"description": "Each entry in this section details a new enchantment added by this module.$(p)Enchantments added by other modules will not be covered here.",
"icon": "minecraft:enchanted_book",
"flag": "apotheosis:enchanting",
"parent": "apotheosis:enchanting/enchanting"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "The Enchanting Table",
"description": "This section goes over the changes to the Enchanting Table.",
"icon": "minecraft:enchanting_table",
"flag": "apotheosis:enchanting",
"parent": "apotheosis:enchanting/enchanting",
"sortnum": -1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Utility Items",
"description": "This section details all the random tools used to make enchanting easier.",
"icon": "apotheosis:enchantment_library",
"flag": "apotheosis:enchanting",
"parent": "apotheosis:enchanting/enchanting"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Garden Module",
"description": "The Garden Module is responsible for changing random things about plants.",
"icon": "minecraft:sugar_cane",
"flag": "apotheosis:garden"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Potion Charms",
"parent": "apotheosis:potion/potion",
"description": "This section details $(9)Potion Charms$() and all their uses and nuances.$(p)If other modules are disabled, or some mods aren't installed, this section might be a bit empty.",
"icon": "apotheosis:potion_charm",
"flag": "apotheosis:potion",
"sortnum": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "New Effects",
"parent": "apotheosis:potion/potion",
"description": "This section details the new potion effects added by Apotheosis.",
"icon": "minecraft:experience_bottle",
"flag": "apotheosis:potion"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Potion Module",
"description": "The Potion Module is responsible for new potions and new potion recipes.$(p)Pretty much all things potions.",
"icon": "minecraft:potion",
"flag": "apotheosis:potion"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Potion Recipes",
"parent": "apotheosis:potion/potion",
"description": "This section details all the new vanilla potion recipes that are added.",
"icon": "minecraft:nether_wart",
"flag": "apotheosis:potion"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Spawner Module",
"description": "The Spawner Module allows you to move and modify $(9)Mob Spawners$().",
"icon": "minecraft:spawner",
"flag": "apotheosis:spawner"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Village Module",
"description": "The Village Module adds various village and villager related things.",
"icon": "minecraft:textures/mob_effect/hero_of_the_village.png",
"flag": "apotheosis:village"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Obliteration",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/anvil",
"flag": "apotheosis:enchanting",
"sortnum": 0,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Obliteration$() is another brand new anvil exclusive enchantment.$(p)An obliteration anvil can convert a single enchanted book with exactly one enchantment into two enchanted books, each one level lower."
},
{
"type": "patchouli:text",
"text": "To use an obliteration anvil, throw an enchanted book into the world, and place the anvil so that it lands on top of the book.$(p)A book with Sharpness III that is obliterated would become two books, each with Sharpness II."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Splitting",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/anvil",
"flag": "apotheosis:enchanting",
"sortnum": -1,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Splitting$() is a brand new anvil-exclusive enchantment.$(p)A splitting anvil is capable of \"splitting\" enchanted books with multiple enchantments on them into a series of individual books."
},
{
"type": "patchouli:text",
"text": "To use a splitting anvil, throw an enchanted book into the world, and place the anvil so that it lands on top of the book.$(p)A book with Sharpness III and Looting II that is split would become two books, one with Sharpness III and another with Looting II."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Unbreaking",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/anvil",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Unbreaking$() can now be applied to Anvils.$(p)Each level of unbreaking reduces the chance of the anvil being damaged when used (or dropped)."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Enchantability",
"icon": "minecraft:golden_sword",
"category": "apotheosis:enchanting/changes",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "In Vanilla, all items without an explicit $(l:apotheosis:enchanting/table/enchantability)Item Enchantability$() have a default of zero.$(p)Apotheosis changes the default to one.$(p)This has the side effect of making some items unintentionally enchantable."
},
{
"type": "patchouli:text",
"text": "This tweak does not change the enchantability of items that have an explicit value.$(p)Items with an enchantability of zero can never be enchanted."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Protection",
"icon": "minecraft:netherite_chestplate",
"category": "apotheosis:enchanting/changes",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Protection$() is no longer exclusive with the subtypes of protection.$(p)This means you can now have $(9)Protection$() and one other defensive enchantment that is normally exclusive."
},
{
"type": "patchouli:text",
"text": "Additionally, the max effective protection points has been raised from 20 to 65.$(p)Protection points past 20 are less effective, and points past 65 have no effect."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Sharpness",
"icon": "minecraft:netherite_sword",
"category": "apotheosis:enchanting/changes",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Sharpness$() is no longer exclusive with other damage enchantments.$(p)This means you can now have $(9)Sharpness$() and one other damage enchantment that is normally exclusive."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Shears",
"icon": "minecraft:shears",
"category": "apotheosis:enchanting/changes",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "Alongside the new enchantments, Shears may now also receive $(9)Unbreaking$(), $(9)Efficiency$(), and $(9)Fortune$()."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Tridents",
"icon": "minecraft:trident",
"category": "apotheosis:enchanting/changes",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "Alongside the new enchantments, Tridents may now also receive $(9)Sharpness$(), $(9)Looting$(), and $(9)Piercing$().$(p)Sharpness and Looting function as they do on swords.$(p)Piercing causes thrown tridents to be able to hit additional enemies."
},
{
"type": "patchouli:spotlight",
"title": "Making Tridents",
"item": "apotheosis:inert_trident",
"link_recipe": true,
"text": "Apotheosis also adds a method of creating tridents.$(p)Simply create an $(9)Inert Trident$() and upgrade it through $(l:apotheosis:enchanting/table/infusion)Infusion Enchanting$()."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Berserker's Fury",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(4)Berserker's Fury$() is a Corrupted enchantment that can be applied to chestplates.$(p)While using this enchantment, if you take damage, you will take additional damage and receive Resistance, Speed, and Strength."
},
{
"type": "patchouli:text",
"text": "The damage taken and potion strength are based on the enchantment level."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Chainsaw",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(2)Chainsaw$() is a Masterwork enchantment that can be applied to axes.$(p)When breaking a tree, the entire tree will be harvested.$(p)This uses durability from the axe."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Chromatic Aberration",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(9)Chromatic Aberration$() is an enchantment for shears.$(p)It causes any wool that is sheared to become a random color."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Crescendo of Bolts",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(2)Crescendo of Bolts$() is a Masterwork enchantment for crossbows.$(p)For every level of this enchantment, you get an extra shot per reload.$(p)Additional shots do not cost ammo."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Boon of the Earth",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(2)Boon of the Earth$() is a Masterwork enchantment for pickaxes.$(p)When mining simple stones, there is a chance for an ore block to be dropped."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Endless Quiver",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(2)Endless Quiver$() is a Masterwork enchantment for bows.$(p)When firing a bow, arrows are not consumed, no matter the type.$(p)It is considered a direct upgrade from $(9)Infinity$()."
},
{
"type": "patchouli:text",
"text": "This enchantment should even make arrows from other mods infinite."
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Worker Exploitation",
"icon": "minecraft:enchanted_book",
"category": "apotheosis:enchanting/enchantments",
"flag": "apotheosis:enchanting",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"text": "$(4)Worker Exploitation$() is a Corrupted enchantment for shears.$(p)It causes damage to the sheep when shearing, but doubles all wool drops.$(p)This doubling is applied after $(9)Fortune$()."
},
{
"type": "patchouli:text",
"text": "Additionally, if combined with $(9)Chromatic Aberration$(), all doubled wool will also be of a random color."
}
]
}
Loading