Lantredoms

This commit is contained in:
SD 2021-02-17 09:58:27 +05:30
parent ef82c830de
commit fb21975e64
No known key found for this signature in database
GPG key ID: E36B57EE08544BC5
9 changed files with 77 additions and 8 deletions

View file

@ -157,7 +157,7 @@ curseforge {
releaseType = 'alpha'
addGameVersion '1.17'
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
displayName = "[${project.minecraft_version}] Dimensional Doors ${version}"
displayName = "[21w06a] Dimensional Doors ${version}"
}
afterEvaluate {
uploadTask.dependsOn("remapJar")

View file

@ -1,9 +1,3 @@
minecraft_version=1.16.4
yarn_mappings=1.16.4+build.7
loader_version=0.10.8
fabric_version=0.29.3+1.16
mod_version=4.0.0+alpha.1
mod_version=4.0.0+alpha.2
org.gradle.jvmargs=-Xmx2048m

View file

@ -0,0 +1,21 @@
{
"type": "dimdoors:schematic",
"id": "v2/custom/lantredom",
"modifiers": [
{
"type": "dimdoors:rift_data",
"ids": [0],
"rift_data": "rift_data/pocket_entrance"
},
{
"type": "dimdoors:rift_data",
"ids": [2],
"rift_data": "rift_data/available_link"
},
{
"type": "dimdoors:relative",
"point_a": 1,
"point_b": 3
}
]
}

View file

@ -0,0 +1,21 @@
{
"type": "dimdoors:schematic",
"id": "v2/custom/lantredom_end",
"modifiers": [
{
"type": "dimdoors:rift_data",
"ids": [0],
"rift_data": "rift_data/pocket_entrance"
},
{
"type": "dimdoors:rift_data",
"ids": [2],
"rift_data": "rift_data/available_link"
},
{
"type": "dimdoors:relative",
"point_a": 1,
"point_b": 3
}
]
}

View file

@ -0,0 +1,21 @@
{
"type": "dimdoors:schematic",
"id": "v2/custom/lantredom_red",
"modifiers": [
{
"type": "dimdoors:rift_data",
"ids": [0],
"rift_data": "rift_data/pocket_entrance"
},
{
"type": "dimdoors:rift_data",
"ids": [2],
"rift_data": "rift_data/available_link"
},
{
"type": "dimdoors:relative",
"point_a": 1,
"point_b": 3
}
]
}

View file

@ -112,5 +112,17 @@
{
"id": "custom/smile_6",
"type": "dimdoors:id"
},
{
"id": "custom/lantredom",
"type": "dimdoors:id"
},
{
"id": "custom/lantredom_end",
"type": "dimdoors:id"
},
{
"id": "custom/lantredom_red",
"type": "dimdoors:id"
}
]