Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "模组模块化" #286

Merged
merged 1 commit into from
Jun 10, 2023
Merged
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
414 changes: 414 additions & 0 deletions en-mods/betternether.json

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions en-mods/craftpresence.json

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions en-mods/extraalchemy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"effect.extraalchemy.magnetism": "Magnetism",
"item.minecraft.potion.effect.magnetism": "Potion of Magnetism",
"item.minecraft.splash_potion.effect.magnetism": "Splash Potion of Magnetism",
"item.minecraft.lingering_potion.effect.magnetism": "Lingering Potion of Magnetism",
"item.minecraft.tipped_arrow.effect.magnetism": "Arrow of Magnetism",

"effect.extraalchemy.photosynthesis": "Photosynthesis",
"item.minecraft.potion.effect.photosynthesis": "Potion of Photosynthesis",
"item.minecraft.splash_potion.effect.photosynthesis": "Splash Potion of Photosynthesis",
"item.minecraft.lingering_potion.effect.photosynthesis": "Lingering Potion of Photosynthesis",
"item.minecraft.tipped_arrow.effect.photosynthesis": "Arrow of Photosynthesis",

"effect.extraalchemy.crumbling": "Crumbling",
"item.minecraft.potion.effect.crumbling": "Potion of Crumbling",
"item.minecraft.splash_potion.effect.crumbling": "Splash Potion of Crumbling",
"item.minecraft.lingering_potion.effect.crumbling": "Lingering Potion of Crumbling",
"item.minecraft.tipped_arrow.effect.crumbling": "Arrow of Crumbling",

"effect.extraalchemy.sails": "Sails",
"item.minecraft.potion.effect.sails": "Potion of Sailing",
"item.minecraft.splash_potion.effect.sails": "Splash Potion of Sailing",
"item.minecraft.lingering_potion.effect.sails": "Lingering Potion of Sailing",
"item.minecraft.tipped_arrow.effect.sails": "Arrow of Sailing",

"effect.extraalchemy.fuse": "Detonation",
"item.minecraft.potion.effect.fuse": "Potion of Fuse",
"item.minecraft.splash_potion.effect.fuse": "Splash Potion of Fuse",
"item.minecraft.lingering_potion.effect.fuse": "Lingering Potion of Fuse",
"item.minecraft.tipped_arrow.effect.fuse": "Arrow of Fuse",

"effect.extraalchemy.recall": "Recall",
"item.minecraft.potion.effect.recall": "Potion of Rewinding",
"item.minecraft.splash_potion.effect.recall": "Splash Potion of Rewinding",
"item.minecraft.lingering_potion.effect.recall": "Lingering Potion of Rewinding",
"item.minecraft.tipped_arrow.effect.recall": "Arrow of Rewinding",

"effect.extraalchemy.returning": "Returning",
"item.minecraft.potion.effect.returning": "Potion of Returning",
"item.minecraft.splash_potion.effect.returning": "Splash Potion of Returning",
"item.minecraft.lingering_potion.effect.returning": "Lingering Potion of Returning",
"item.minecraft.tipped_arrow.effect.returning": "Arrow of Returning",

"effect.extraalchemy.learning": "Learning",
"item.minecraft.potion.effect.learning": "Potion of Learning",
"item.minecraft.splash_potion.effect.learning": "Splash Potion of Learning",
"item.minecraft.lingering_potion.effect.learning": "Lingering Potion of Learning",
"item.minecraft.tipped_arrow.effect.learning": "Arrow of Learning",

"effect.extraalchemy.concentration": "Focus",
"item.minecraft.potion.effect.concentration": "Potion of Concentration",
"item.minecraft.splash_potion.effect.concentration": "Splash Potion of Concentration",
"item.minecraft.lingering_potion.effect.concentration": "Lingering Potion of Concentration",
"item.minecraft.tipped_arrow.effect.concentration": "Arrow of Concentration"
}
38 changes: 38 additions & 0 deletions en-mods/shulkerboxtooltip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"container.shulkerbox.contains": "Contains %s stack(s)",
"container.shulkerbox.empty": "Empty",
"shulkerboxtooltip.hint.compact": "view contents",
"shulkerboxtooltip.hint.full": "view full contents",
"shulkerboxtooltip.hint.lootTable": "Has loot table",
"shulkerboxtooltip.hint.lootTable.advanced": "Loot Table",
"text.autoconfig.shulkerboxtooltip.title": "ShulkerBoxTooltip Configuration",
"text.autoconfig.shulkerboxtooltip.category.main": "Main",
"text.autoconfig.shulkerboxtooltip.option.main.alwaysOn": "Always On",
"text.autoconfig.shulkerboxtooltip.option.main.alwaysOn.tooltip": "If on, the preview is always displayed,\nregardless of the shift key being pressed.",
"text.autoconfig.shulkerboxtooltip.option.main.compactPreviewTagBehavior": "Compact Preview NBT",
"text.autoconfig.shulkerboxtooltip.option.main.compactPreviewTagBehavior.tooltip": "In compact mode, how should items with the same ID\nbut different NBT data be compacted?\nIgnored: ignores NBT data\nFirst Item: items are displayed as all having\nthe same NBT as the first item\nSeparate: separates items with different NBT data",
"text.autoconfig.shulkerboxtooltip.option.main.coloredPreview": "Colored Preview Window",
"text.autoconfig.shulkerboxtooltip.option.main.coloredPreview.tooltip": "Controls whether the preview window should be colored.",
"text.autoconfig.shulkerboxtooltip.option.main.defaultMaxRowSize": "Maximum Row Size",
"text.autoconfig.shulkerboxtooltip.option.main.defaultMaxRowSize.tooltip": "The max number of items in a row\nMay not affect modded containers",
"text.autoconfig.shulkerboxtooltip.option.main.enablePreview": "Enable Preview",
"text.autoconfig.shulkerboxtooltip.option.main.enablePreview.tooltip": "Toggles the shulker box preview.\nEffectively disables the mod.",
"text.autoconfig.shulkerboxtooltip.option.main.lockPreview": "Lock Preview Window",
"text.autoconfig.shulkerboxtooltip.option.main.lockPreview.tooltip": "Locks the preview window above the tooltip.\nWhen locked, the window will not adapt when out of screen.",
"text.autoconfig.shulkerboxtooltip.option.main.lootTableInfoType": "Loot Table Info Type",
"text.autoconfig.shulkerboxtooltip.option.main.lootTableInfoType.tooltip": "Shows info about the current loot table of the item if present.\nVisible only when Tooltip Type is set to Modded.\nHide: no loot table info, default.\nSimple: displays whether the stack uses a loot table.\nAdvanced: shows the loot table used by the item.",
"text.autoconfig.shulkerboxtooltip.option.main.swapModes": "Swap Modes",
"text.autoconfig.shulkerboxtooltip.option.main.swapModes.tooltip": "Swaps the preview modes.\nIf true, pressing shift will show the full preview instead.",
"text.autoconfig.shulkerboxtooltip.option.main.tooltipType": "Tooltip Type",
"text.autoconfig.shulkerboxtooltip.option.main.tooltipType.tooltip": "The tooltip to use.\nVanilla: the vanilla tooltip (shows the first 5 items)\nModded: the mod's tooltip\nNone: no tooltip",
"shulkerboxtooltip.compactPreviewTagBehavior.ignore": "Ignore",
"shulkerboxtooltip.compactPreviewTagBehavior.first_item": "First Item",
"shulkerboxtooltip.compactPreviewTagBehavior.separate": "Separate Items",
"shulkerboxtooltip.tooltipType.vanilla": "Vanilla",
"shulkerboxtooltip.tooltipType.mod": "Modded",
"shulkerboxtooltip.tooltipType.none": "None",
"shulkerboxtooltip.lootTableInfoType.hide": "Hide",
"shulkerboxtooltip.lootTableInfoType.simple": "Simple",
"shulkerboxtooltip.lootTableInfoType.advanced": "Advanced",
"shulkerboxtooltip.config.validator.greater_than_zero": "Must be greater than zero"
}
70 changes: 70 additions & 0 deletions en-mods/tdnf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"config.tdnf.title": "Trees Do Not Float",
"config.tdnf.reset": "Reset",

"config.tdnf.category.blocks": "Blocks",

"config.tdnf.value.fall_condition": "Fall Condition",
"config.tdnf.help.fall_condition": "When do trees break?",

"config.tdnf.value.keep_logs_intact": "Keep Logs Intact",
"config.tdnf.help.keep_logs_intact": "Log blocks fall to the ground instead of dropping;as items. Can be laggy.",

"config.tdnf.value.render_falling": "Render Falling",
"config.tdnf.help.render_falling": "Render falling logs? (Affects client side only.) Can be laggy.",

"config.tdnf.value.break_leaves": "Break Plants",
"config.tdnf.help.break_leaves": "Falling logs break leaves and other plants;on the way down.",

"config.tdnf.value.break_fragile": "Break Fragiles",
"config.tdnf.help.break_fragile": "Falling logs break glass and other fragile blocks.",

"config.tdnf.value.protect_player_logs": "Protect Player Logs",
"config.tdnf.help.protect_player_logs": "Logs placed by players are allowed to float.",

"config.tdnf.category.players": "Players",

"config.tdnf.value.direct_deposit": "Direct Deposit",
"config.tdnf.help.direct_deposit": "Dropped items go directly to player inventory.;Useful for skyblock packs.",

"config.tdnf.value.apply_fortune": "Apply Fortune",
"config.tdnf.help.apply_fortune": "Apply fortune from tool used to fell;a tree. (If a tool is used)",

"config.tdnf.value.consume_durability": "Consume Durability",
"config.tdnf.help.consume_durability": "Remove durability from a tool used;to fell a tree. (If a tool is used)",

"config.tdnf.value.leaf_durability": "Leaf Durability",
"config.tdnf.help.leaf_durability": "Tools take durability loss from leaves as;well as logs. (If a tool is used)",

"config.tdnf.value.protect_tools": "Protect Tools",
"config.tdnf.help.protect_tools": "Don't break tools when using durability.",

"config.tdnf.value.apply_hunger": "Apply Hunger",
"config.tdnf.help.apply_hunger": "Players gain hunger from felling trees,;as if they had broken each log.",

"config.tdnf.value.leaf_hunger": "Leaf Hunger",
"config.tdnf.help.leaf_hunger": "Players gain hunger from leaves;in addition to logs.",

"config.tdnf.category.performance": "Performance",

"config.tdnf.value.consolidate_drops": "Combine Stacks",
"config.tdnf.help.consolidate_drops": "Consolidate item drops into stacks to prevent lag",

"config.tdnf.value.effect_level": "Effect Level",
"config.tdnf.help.effect_level": "Spawn breaking particles and play sounds?;Number is max effects per second.",

"config.tdnf.value.max_breaks_per_tick": "Max Breaks per Tick",
"config.tdnf.help.max_breaks_per_tick": "Max log & leaf blocks to break per tick",

"config.tdnf.value.tick_budget": "Tick Budget",
"config.tdnf.help.tick_budget": "Max percentage of each server tick;that can be used by TDNF.",

"config.tdnf.value.max_falling_blocks": "Max Falling Blocks",
"config.tdnf.help.max_falling_blocks": "Max number of active falling block entities.",

"config.tdnf.value.support_surface": "Minimum Support Surface",
"config.tdnf.help.support_surface": "What counts as support for logs?",

"config.tdnf.value.job_timeout_ticks": "Job Timeout Ticks",
"config.tdnf.help.job_timeout_ticks": "Jobs taking longer than this are abandoned.;20 ticks/second."
}
File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions mods/adorn/mod_manifest.json

This file was deleted.

File renamed without changes.
40 changes: 0 additions & 40 deletions mods/anc/mod_manifest.json

This file was deleted.

File renamed without changes.
36 changes: 0 additions & 36 deletions mods/blockus/mod_manifest.json

This file was deleted.

File renamed without changes.
40 changes: 0 additions & 40 deletions mods/buildcraft/mod_manifest.json

This file was deleted.

File renamed without changes.
54 changes: 0 additions & 54 deletions mods/cloth-config2/mod_manifest.json

This file was deleted.

Loading