Build/porting tools updated. Updater info updated.
This commit is contained in:
parent
0748d9fec4
commit
973da5d4b3
8 changed files with 171 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
(function(){
|
||||
var c = {};
|
||||
c.mod_registry_name = function() { return "engineersdecor" }
|
||||
c.local_assets_root = function() { return "src/main/resources/assets/" + c.mod_registry_name(); }
|
||||
c.reference_repository = function() { return "git@github.com:stfwi/engineers-decor.git"; }
|
||||
c.gradle_property_modversion = function() { return "version_engineersdecor"; }
|
||||
c.gradle_property_version_minecraft = function() { return "version_minecraft"; }
|
||||
|
@ -16,4 +17,4 @@
|
|||
Object.freeze(c.languages);
|
||||
Object.freeze(c);
|
||||
return c;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue