|
@@ -1,26 +1,26 @@
|
|
{
|
|
{
|
|
"schemaVersion": 1,
|
|
"schemaVersion": 1,
|
|
- "id": "rogueblock",
|
|
|
|
|
|
+ "id": "rogue_block",
|
|
"version": "${version}",
|
|
"version": "${version}",
|
|
- "name": "RogueBlock",
|
|
|
|
- "description": "Turn Minecraft into a RogueLike !",
|
|
|
|
|
|
+ "name": "Rogue Block",
|
|
|
|
+ "description": "Turns Minecraft into a RogueLike !",
|
|
"authors": [],
|
|
"authors": [],
|
|
"contact": {},
|
|
"contact": {},
|
|
"license": "All-Rights-Reserved",
|
|
"license": "All-Rights-Reserved",
|
|
- "icon": "assets/rogueblock/icon.png",
|
|
|
|
|
|
+ "icon": "assets/rogue_block/icon.png",
|
|
"environment": "*",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"entrypoints": {
|
|
"client": [
|
|
"client": [
|
|
- "xyz.tbvns.rogueblock.client.RogueblockClient"
|
|
|
|
|
|
+ "xyz.tbvns.rogue_block.client.Rogue_blockClient"
|
|
],
|
|
],
|
|
"main": [
|
|
"main": [
|
|
- "xyz.tbvns.rogueblock.Rogueblock"
|
|
|
|
|
|
+ "xyz.tbvns.rogue_block.Rogue_block"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"mixins": [
|
|
"mixins": [
|
|
- "rogueblock.mixins.json",
|
|
|
|
|
|
+ "rogue_block.mixins.json",
|
|
{
|
|
{
|
|
- "config": "rogueblock.client.mixins.json",
|
|
|
|
|
|
+ "config": "rogue_block.client.mixins.json",
|
|
"environment": "client"
|
|
"environment": "client"
|
|
}
|
|
}
|
|
],
|
|
],
|