-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from engsr6982/main
v1.0.0
- Loading branch information
Showing
95 changed files
with
4,339 additions
and
2,919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,73 @@ | ||
{ | ||
"showPlotTip": "是否显示底部地皮提示", | ||
"canDestroyBlock": "是否允许破坏方块", | ||
"canPlaceBlock": "是否允许放置方块", | ||
"canUseItemOn": "是否允许使用物品(右键)", | ||
"canFireSpread": "是否允许火焰蔓延", | ||
"canAttack": "是否允许攻击", | ||
"canPickupItem": "是否允许拾取物品", | ||
"canInteractBlock": "是否允许与方块交互", | ||
"canFarmLandDecay": "耕地退化", | ||
"canOperateFrame": "操作展示框", | ||
"canMobHurt": "生物受伤", | ||
"canAttackBlock": "攻击方块", | ||
"canOperateArmorStand": "操作盔甲架", | ||
"canDropItem": "丢弃物品", | ||
"canStepOnPressurePlate": "踩压压力板", | ||
"canRide": "骑乘", | ||
"canWitherDestroyBlock": "凋零破坏方块", | ||
"canRedStoneUpdate": "红石更新" | ||
"allowFireSpread": "火焰蔓延", | ||
"allowAttackDragonEgg": "攻击龙蛋(右键)", | ||
"allowFarmDecay": "耕地退化", | ||
"allowPistonPush": "活塞推动", | ||
"allowRedstoneUpdate": "红石更新", | ||
"allowExplode": "爆炸", | ||
"allowDestroy": "允许破坏", | ||
"allowWitherDestroy": "允许凋零破坏", | ||
"allowPlace": "允许放置(方块、头颅、旗帜、等)", | ||
"allowAttackPlayer": "允许攻击玩家", | ||
"allowAttackAnimal": "允许攻击动物", | ||
"allowAttackMob": "允许攻击实体(非动物)", | ||
"allowOpenChest": "允许打开箱子", | ||
"allowPickupItem": "允许拾取物品", | ||
"allowThrowSnowball": "允许投掷雪球", | ||
"allowThrowEnderPearl": "允许投掷末影珍珠", | ||
"allowThrowEgg": "允许投掷鸡蛋", | ||
"allowThrowTrident": "允许投掷三叉戟", | ||
"allowDropItem": "允许丢弃物品", | ||
"allowShoot": "允许射击(弩、箭)", | ||
"allowThrowPotion": "允许投掷药水(投掷型、滞留型)", | ||
"allowRideEntity": "允许骑乘实体(玩家)", | ||
"allowRideTrans": "允许骑乘矿车、船(玩家)", | ||
"allowAxePeeled": "允许斧头去皮", | ||
"allowAttackEnderCrystal": "允许攻击末地水晶", | ||
"allowDestroyArmorStand": "允许破坏盔甲架", | ||
"useAnvil": "使用铁砧", | ||
"useBarrel": "使用木桶", | ||
"useBeacon": "使用信标", | ||
"useBed": "使用床", | ||
"useBell": "使用钟", | ||
"useBlastFurnace": "使用高炉", | ||
"useBrewingStand": "使用酿造台", | ||
"useCampfire": "使用营火", | ||
"useFiregen": "使用打火石", | ||
"useCartographyTable": "使用制图台", | ||
"useComposter": "使用堆肥桶", | ||
"useCraftingTable": "使用工作台", | ||
"useDaylightDetector": "使用阳光探测器", | ||
"useDispenser": "使用发射器", | ||
"useDropper": "使用投掷器", | ||
"useEnchantingTable": "使用附魔台", | ||
"useDoor": "使用门", | ||
"useFenceGate": "使用栅栏门", | ||
"useFurnace": "使用熔炉", | ||
"useGrindstone": "使用砂轮", | ||
"useHopper": "使用漏斗", | ||
"useJukebox": "使用唱片机", | ||
"useLoom": "使用织布机", | ||
"useStonecutter": "使用切石机", | ||
"useNoteBlock": "使用音符盒", | ||
"useShulkerBox": "使用潜影盒", | ||
"useSmithingTable": "使用锻造台", | ||
"useSmoker": "使用烟熏炉", | ||
"useTrapdoor": "使用活板门", | ||
"useLectern": "使用讲台", | ||
"useCauldron": "使用炼药锅", | ||
"useLever": "使用拉杆", | ||
"useButton": "使用按钮", | ||
"useRespawnAnchor": "使用重生锚", | ||
"useItemFrame": "使用物品展示框", | ||
"useFishingHook": "使用钓鱼竿", | ||
"useBucket": "使用桶(各种桶)", | ||
"usePressurePlate": "使用压力板(踩踏)", | ||
"useArmorStand": "使用盔甲架(编辑)", | ||
"useBoneMeal": "使用骨粉", | ||
"useHoe": "使用锄头(耕地)", | ||
"useShovel": "使用锹(铲除草径)", | ||
"editFlowerPot": "编辑花盆(种花、树、等)", | ||
"editSign": "编辑告示牌" | ||
} |
Oops, something went wrong.