mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-03 22:21:28 +01:00
Optimize build.gradles and add mcmod.info (manually)
This commit is contained in:
parent
7b9fbdf4ca
commit
2d789cf9bd
@ -2,4 +2,4 @@ dependencies {
|
||||
shadow "org.spongepowered:spongeapi:7.1.0-SNAPSHOT"
|
||||
compile group: 'org.bstats', name: 'bstats-sponge-lite', version: '1.5'
|
||||
compile project(':BlueMapCore')
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '5.1.0'
|
||||
id 'java'
|
||||
id 'com.github.johnrengelman.shadow' version '5.1.0'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
@ -27,7 +27,6 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':BlueMapCore')
|
||||
compile project(':BlueMapCLI')
|
||||
compile project(':BlueMapSponge')
|
||||
}
|
||||
|
18
src/main/resources/mcmod.info
Normal file
18
src/main/resources/mcmod.info
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"modid": "bluemap",
|
||||
"name": "BlueMap",
|
||||
"version": "0.0.0",
|
||||
"description": "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)",
|
||||
"url": "https://ore.spongepowered.org/Blue/BlueMap",
|
||||
"authorList": [
|
||||
"Blue (TBlueF, Lukas Rieger)"
|
||||
],
|
||||
"dependencies": [
|
||||
"spongeapi@7.1.0"
|
||||
],
|
||||
"requiredMods": [
|
||||
"spongeapi@7.1.0"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user