assets.mobrebirth.lang.en_us.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Mob-Rebirth Show documentation
Show all versions of Mob-Rebirth Show documentation
A server-side Minecraft mod that allows mobs to be reborn in various ways.
{
"text.config.mobrebirth.title": "Mob Rebirth Config",
"text.config.mobrebirth.general": "General Settings",
"text.config.mobrebirth.general.desc": "Can be overridden by individual mobs.",
"text.config.mobrebirth.option.allowBossRebirth": "Allow Bosses",
"text.config.mobrebirth.option.allowBossRebirth.desc": "Should bosses be reborn?",
"text.config.mobrebirth.option.allowSlimeRebirth": "Allow Slimes",
"text.config.mobrebirth.option.allowSlimeRebirth.desc": "Should slimes be reborn?",
"text.config.mobrebirth.option.allowAnimalRebirth": "Allow Animals",
"text.config.mobrebirth.option.allowAnimalRebirth.desc": "Should animals be reborn?",
"text.config.mobrebirth.option.onlyAllowVanillaMobRebirth": "Vanilla Mobs Only",
"text.config.mobrebirth.option.onlyAllowVanillaMobRebirth.desc": "Only allow vanilla mobs be reborn?",
"text.config.mobrebirth.option.addCustomMob": "Add Custom Mob Settings",
"text.config.mobrebirth.option.addCustomMob.desc[0]": "Choose an entity ID then save",
"text.config.mobrebirth.option.addCustomMob.desc[1]": "the settings to add it.",
"text.config.mobrebirth.option.addCustomMob.err": "You've already added this entity.",
"text.config.mobrebirth.defaultSettings": "Default Rebirth Settings",
"text.config.mobrebirth.defaultSettings.desc": "Default settings to be applied to mobs allowed in General Settings.",
"text.config.mobrebirth.option.enabled": "Enabled",
"text.config.mobrebirth.option.enabled.desc[0]": "This option can be used to force a mob to be",
"text.config.mobrebirth.option.enabled.desc[1]": "enabled/disabled, regardless of the general settings.",
"text.config.mobrebirth.option.rebirthChance": "Rebirth Chance",
"text.config.mobrebirth.option.rebirthChance.desc": "Chance the mob will be reborn when killed.",
"text.config.mobrebirth.option.multiMobChance": "Multi Mob Chance",
"text.config.mobrebirth.option.multiMobChance.desc": "Chance used with Multi Mob Mode to determine how many extras are born.",
"text.config.mobrebirth.option.multiMobMode": "Multi Mob Mode",
"text.config.mobrebirth.option.multiMobMode.desc[0]": "Options are 'continuous', 'per-mob', or 'all'.",
"text.config.mobrebirth.option.multiMobMode.desc[1]": "'Continuous' applies the chance to each extra mob,",
"text.config.mobrebirth.option.multiMobMode.desc[2]": "and stops when one doesn't spawn.",
"text.config.mobrebirth.option.multiMobMode.desc[3]": "'Per-Mob' applies the chance to each extra mob.",
"text.config.mobrebirth.option.multiMobMode.desc[4]": "'All' applies the chance once.",
"text.config.mobrebirth.option.multiMobCount": "Multi Mob Count",
"text.config.mobrebirth.option.multiMobCount.desc[0]": "How many extra mobs to spawn.",
"text.config.mobrebirth.option.multiMobCount.desc[1]": "This does not include the initial reborn mob.",
"text.config.mobrebirth.option.rebornAsEggs": "Reborn As Eggs",
"text.config.mobrebirth.option.rebornAsEggs.desc": "Should the mob drop a spawn egg instead of being fully reborn?",
"text.config.mobrebirth.option.rebirthFromPlayer": "Rebirth From Player",
"text.config.mobrebirth.option.rebirthFromPlayer.desc": "Should the mob be reborn when killed by a player?",
"text.config.mobrebirth.option.rebirthFromNonPlayer": "Rebirth From Non-Player",
"text.config.mobrebirth.option.rebirthFromNonPlayer.desc": "Should the mob be reborn when killed by a non-player?",
"text.config.mobrebirth.option.preventSunlightDamage": "Prevent Sunlight Damage",
"text.config.mobrebirth.option.preventSunlightDamage.desc[0]": "Prevent sunlight damage to the undead.",
"text.config.mobrebirth.option.preventSunlightDamage.desc[1]": "Protects against the sunlight apocalypse in some scenarios.",
"text.config.mobrebirth.option.biomeList": "Biome List",
"text.config.mobrebirth.option.biomeList.desc[0]": "Biome list for rebirth. If it contains",
"text.config.mobrebirth.option.biomeList.desc[1]": "\"*\" it is a blocklist, otherwise it is an allowlist.",
"text.config.mobrebirth.option.rebornMobWeights": "Reborn Mob Weighted List",
"text.config.mobrebirth.option.rebornMobWeights.desc[0]": "Weighted list of mob ids that can spawn from this one.",
"text.config.mobrebirth.option.rebornMobWeights.desc[1]": "An empty id means the current mob's id will be used.",
"text.config.mobrebirth.option.rebornMobWeights.err": "Incorrect format: %s, expected domain:entityid=#",
"text.config.mobrebirth.mobSettings": "%s Rebirth",
"text.config.mobrebirth.mobSettings.desc": "Custom rebirth settings for %s.",
"text.config.mobrebirth.option.deleteCustomMob": "DELETE THIS MOB'S SETTINGS",
"text.config.mobrebirth.option.deleteCustomMob.desc[0]": "WARNING: THIS MOB'S SETTINGS",
"text.config.mobrebirth.option.deleteCustomMob.desc[1]": "WILL BE REMOVED IF THIS IS TRUE/YES!"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy