Skip to content

Commit

Permalink
Use normal instead of armor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Feb 29, 2024
1 parent 3c0b795 commit a030fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tools/armorColor/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { colorRgbMap as bedrockColorRgbMap } from '@/utils/color/bedrock'
import { useI18n } from '@/utils/i18n'
import locales from './locales'
const props = defineProps<{ type: 'armor' | 'horse' | 'wolf' }>()
const props = defineProps<{ type: 'normal' | 'horse' | 'wolf' }>()
const { t } = useI18n(__TOOL_NAME__, locales)
Expand Down
2 changes: 1 addition & 1 deletion src/tools/armorColor/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
'armorColor.dE.help':
'Delta E is a measure of color proximity. Lower is better. Values ≤1.0 means the difference is not perceptible by human eyes.',

'armorColor.type.armor': 'leather armor',
'armorColor.type.normal': 'leather armor',
'armorColor.type.horse': 'leather horse armor',
'armorColor.type.wolf': 'wolf armor',

Expand Down

0 comments on commit a030fe5

Please sign in to comment.