Merge branch 'main' of https://git.ragestudio.net/srgooglo/jaen-united-2024
This commit is contained in:
commit
5793b7b337
|
@ -36,4 +36,15 @@
|
||||||
/**/**/corenode.log
|
/**/**/corenode.log
|
||||||
|
|
||||||
# Temporal configurations
|
# Temporal configurations
|
||||||
/**/**/.aliaser
|
/**/**/.aliaser
|
||||||
|
|
||||||
|
# MINECRAFT ASSETS & LOGS
|
||||||
|
/**/**/assets
|
||||||
|
/**/**/cache
|
||||||
|
/**/**/chash-reports
|
||||||
|
/**/**/fancymenu_data
|
||||||
|
/**/**/forge
|
||||||
|
/**/**/logs
|
||||||
|
/**/**/libraries
|
||||||
|
/**/**/saves
|
||||||
|
/**/**/versions
|
5
manifest
5
manifest
|
@ -25,7 +25,7 @@ const defaultConfig = {
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
...vars,
|
...vars,
|
||||||
rsb_minimun_version: "0.9.3",
|
rsb_minimun_version: "0.11.1",
|
||||||
import_libs: [
|
import_libs: [
|
||||||
"mcl",
|
"mcl",
|
||||||
"ipc",
|
"ipc",
|
||||||
|
@ -51,6 +51,9 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
install_ask_configs: [
|
||||||
|
"username"
|
||||||
|
],
|
||||||
install_steps: {
|
install_steps: {
|
||||||
git_clones: [
|
git_clones: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue