mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Merge branch 'master' of https://github.com/misode/loot-table into dev/help-tooltips
This commit is contained in:
@@ -134,9 +134,20 @@
|
||||
"entity.isSwimming": "Swimming",
|
||||
"entity.location": "Location",
|
||||
"entity.nbt": "NBT",
|
||||
"entity.player": "Player",
|
||||
"entity.player.advancements": "Advancements",
|
||||
"entity.player.advancements_add": "Add Advancement",
|
||||
"entity.player.advancements_remove": "Remove Advancement",
|
||||
"entity.player.gamemode": "Game Mode",
|
||||
"entity.player.level": "Exp Level",
|
||||
"entity.player.recipes": "Recipes",
|
||||
"entity.player.recipes_add": "Add Recipe",
|
||||
"entity.player.recipes_remove": "Remove Recipe",
|
||||
"entity.player.stats": "Statistics",
|
||||
"entity.status_effect": "Effects",
|
||||
"entity.status_effect_add": "Add Effect",
|
||||
"entity.status_effect_remove": "Remove Effect",
|
||||
"entity.team": "Team",
|
||||
"entity.type": "Entity",
|
||||
"entry.expand": "Expand",
|
||||
"entry.name": "Name",
|
||||
@@ -217,6 +228,10 @@
|
||||
"help.entry.type.sequence": "Executes child entries until the first one that can't run due to conditions",
|
||||
"help.entry.type.tag": "Adds the contents of an item tag",
|
||||
"help.pool.rolls": "The amount of entries that are randomly chosen",
|
||||
"gamemode.adventure": "Adventure",
|
||||
"gamemode.creative": "Creative",
|
||||
"gamemode.spectator": "Spectator",
|
||||
"gamemode.survival": "Survival",
|
||||
"hide_source": "Hide Source",
|
||||
"item.count": "Count",
|
||||
"item.durability": "Durability",
|
||||
@@ -243,7 +258,7 @@
|
||||
"location.fluid.state_remove": "Remove Fluid State",
|
||||
"location.fluid.tag": "Fluid Tag",
|
||||
"location.light": "Light",
|
||||
"location.light.light": "Visible Level",
|
||||
"location.light.light": "Visible Light Level",
|
||||
"location.position": "Position",
|
||||
"location.position.x": "X",
|
||||
"location.position.y": "Y",
|
||||
@@ -286,6 +301,22 @@
|
||||
"source.killer": "Killer",
|
||||
"source.killer_player": "Killer Player",
|
||||
"source.this": "This",
|
||||
"statistic.stat": "Statistic",
|
||||
"statistic.type": "Type",
|
||||
"statistic.type.broken": "Broken",
|
||||
"statistic.type.crafted": "Crafted",
|
||||
"statistic.type.custom": "Custom",
|
||||
"statistic.type.dropped": "Dropped",
|
||||
"statistic.type.killed": "Killed",
|
||||
"statistic.type.killed_by": "Killed By",
|
||||
"statistic.type.killedByTeam": "Killed By Team",
|
||||
"statistic.type.mined": "Mined",
|
||||
"statistic.type.picked_up": "Picked Up",
|
||||
"statistic.type.teamkill": "Killed Team",
|
||||
"statistic.type.used": "Used",
|
||||
"statistic.value": "Value",
|
||||
"statistic_add": "Add Statistic",
|
||||
"statistic_remove": "Remove Statistic",
|
||||
"status_effect.ambient": "Ambient",
|
||||
"status_effect.amplifier": "Amplifier",
|
||||
"status_effect.duration": "Duration",
|
||||
|
||||
Reference in New Issue
Block a user