diff options
Diffstat (limited to 'src/main/resources')
5 files changed, 14 insertions, 2 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 1c1e00848..64e3dd1e0 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -16,7 +16,7 @@ "category.rei.brewing.result": "§eResulted Potion", "text.rei.config": "Config", "text.rei.centre_searchbox": "Right Search Box: ", - "text.rei.cheat_items": "Given [%s] x%d to %s.", + "text.rei.cheat_items": "Given [{item_name}] x{item_count} to {player_name}.", "text.rei.failed_cheat_items": "§cFailed to give items.", "text.rei.list_ordering": "Item List Ordering", "text.rei.list_ordering_button": "%s [%s]", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 2b8dc83d7..6fc1b379e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -16,6 +16,8 @@ "category.rei.brewing.result": "§e输出药水", "text.rei.config": "设置", "text.rei.centre_searchbox": "右置搜索栏: ", + "text.rei.cheat_items": "已将 {item_count} 个 [{item_name}] 给予 {player_name}", + "text.rei.failed_cheat_items": "§c不能给予物品.", "text.rei.list_ordering": "物品清单排序", "text.rei.list_ordering_button": "%s [%s]", "ordering.rei.ascending": "顺序", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 82bc67267..fa146829e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -16,6 +16,8 @@ "category.rei.brewing.result": "§e輸出藥水", "text.rei.config": "設置", "text.rei.centre_searchbox": "右置搜索欄: ", + "text.rei.cheat_items": "已將 {item_count} 個 [{item_name}] 給予 {player_name}", + "text.rei.failed_cheat_items": "§c不能給予物品.", "text.rei.list_ordering": "物品清單排序", "text.rei.list_ordering_button": "%s [%s]", "ordering.rei.ascending": "順序", diff --git a/src/main/resources/plugins/rei.plugin.json b/src/main/resources/plugins/rei.plugin.json new file mode 100644 index 000000000..ab578d972 --- /dev/null +++ b/src/main/resources/plugins/rei.plugin.json @@ -0,0 +1,8 @@ +{ + "plugins": [ + { + "identifier": "roughlyenoughitems:default_plugin", + "class": "me.shedaniel.rei.plugin.DefaultPlugin" + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 349c1dcc4..e1b266be4 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "version": "2.0.0.11", + "version": "${version}", "authors": [ "Danielshe" ], |
