removed the "core" functions from the original pack
This commit is contained in:
parent
931165f56b
commit
940c050014
0
game-server/datapacks/core/assets/audio/.gitkeep
Normal file
0
game-server/datapacks/core/assets/audio/.gitkeep
Normal file
40
game-server/datapacks/core/assets/languages/en_US.json
Normal file
40
game-server/datapacks/core/assets/languages/en_US.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"_comment_Admin" : "",
|
||||
"admin.category.core.dungeon_list" : "Dungeon list",
|
||||
"admin.category.core.hostile_list" : "Hostile list",
|
||||
"admin.category.core.item_list" : "Item list",
|
||||
"admin.category.core.player_list" : "Player list",
|
||||
"admin.category.core.item_list.all" : "All",
|
||||
"admin.category.core.hostile_list.all" : "All",
|
||||
"admin.category.core.player_list.all" : "All",
|
||||
"_comment_Stats" : "",
|
||||
"stats.category.core.attack.base" : "Attack",
|
||||
"stats.category.core.attack.chance" : "Attack Chance",
|
||||
"stats.category.core.attack.rating" : "Attack Rating",
|
||||
"stats.category.core.defence.base" : "Defence",
|
||||
"stats.category.core.defence.chance" : "Defence Chance",
|
||||
"stats.category.core.defence.rating" : "Defence Rating",
|
||||
"stats.category.core.health" : "Health",
|
||||
"stats.category.core.penetration.base" : "Penetration",
|
||||
"stats.category.core.penetration.chance" : "Penetration Chance",
|
||||
"stats.category.core.penetration.rating" : "Penetration Rating",
|
||||
"stats.category.core.reflect.base" : "Reflect",
|
||||
"stats.category.core.reflect.chance" : "Reflection Chance",
|
||||
"stats.category.core.reflect.rating" : "Reflection Rating",
|
||||
"stats.category.core.resistance.base" : "Resistance",
|
||||
"stats.category.core.resistance.cold" : "Cold Resistance",
|
||||
"stats.category.core.resistance.gamma" : "Gamma Resistance",
|
||||
"stats.category.core.resistance.heat" : "Heat Resistance",
|
||||
"stats.category.core.resistance.ion" : "Ion Resistance",
|
||||
"stats.category.core.resistance.physical" : "Physical Resistance",
|
||||
"stats.category.core.resistance.plasma" : "Plasma Resistance",
|
||||
"_comment_Tabs" : "",
|
||||
"category.tabs.core.crafting" : "Crafting",
|
||||
"category.tabs.core.dashboard" : "Dashboard",
|
||||
"category.tabs.core.datapack" : "Datapack",
|
||||
"category.tabs.core.dungeons" : "Dungeons",
|
||||
"category.tabs.core.inventory" : "Inventory",
|
||||
"category.tabs.core.quest" : "Quests",
|
||||
"category.tabs.core.shop" : "Shop",
|
||||
"category.tabs.core.skills" : "Skills"
|
||||
}
|
||||
0
game-server/datapacks/core/assets/textures/.gitkeep
Normal file
0
game-server/datapacks/core/assets/textures/.gitkeep
Normal file
68
game-server/datapacks/core/manifest.json
Normal file
68
game-server/datapacks/core/manifest.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "core",
|
||||
"version": "0.0.1",
|
||||
"admin_dungeon_list": {
|
||||
"categories": {
|
||||
"dungeon:all": {
|
||||
"displayName": "admin.category.core.dungeon_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_hostiles_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.hostile_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_item_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.item_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_panel": {
|
||||
"categories": {
|
||||
"core:admin_dungeon_list": {
|
||||
"displayName": "admin.category.core.dungeon_list"
|
||||
},
|
||||
"core:admin_hostiles_list": {
|
||||
"displayName": "admin.category.core.hostile_list"
|
||||
},
|
||||
"core:admin_item_list": {
|
||||
"displayName": "admin.category.core.item_list"
|
||||
},
|
||||
"core:admin_player_list": {
|
||||
"displayName": "admin.category.core.player_list"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_player_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.player_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core_systems": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"quests": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"recipes": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"shop": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"categories": {
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user