You've already forked AstralRinth
forked from didirus/AstralRinth
Update mod creation
This commit is contained in:
@@ -336,7 +336,6 @@ export default {
|
|||||||
'data',
|
'data',
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
mod_name: this.name,
|
mod_name: this.name,
|
||||||
mod_namespace: this.namespace,
|
|
||||||
mod_description: this.description,
|
mod_description: this.description,
|
||||||
mod_body: this.body,
|
mod_body: this.body,
|
||||||
initial_versions: this.versions,
|
initial_versions: this.versions,
|
||||||
@@ -351,6 +350,9 @@ export default {
|
|||||||
issues_url: this.issues_url,
|
issues_url: this.issues_url,
|
||||||
source_url: this.source_url,
|
source_url: this.source_url,
|
||||||
wiki_url: this.wiki_url,
|
wiki_url: this.wiki_url,
|
||||||
|
client_side: 'required',
|
||||||
|
server_side: 'required',
|
||||||
|
license_id: 'custom',
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user