Build/porting tools updated. Updater info updated.

This commit is contained in:
stfwi 2019-07-02 20:45:03 +02:00
parent 0748d9fec4
commit 973da5d4b3
8 changed files with 171 additions and 5 deletions

View file

@ -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;
});
});

View file

@ -60,6 +60,7 @@
"1.0.0-a1": "[A] Initial port to 1.13.2 with Forge beta."
},
"1.14.2": {
"1.0.8-b3": "[A] Ported slabs and slab slices from 1.12.2.\n[A] IE independent (\"standalone\") recipes ported.",
"1.0.8-b2": "[U] Updated to Forge BETA 1.14.2-26.0.63/20190621-1.14.2, code adapted to new mappings.\n[M] Updated 1st/3rd person item model rotations/translations.",
"1.0.8-b1": "[V] Feature set of 1.12 ported.\n[A] CTRL-SHIFT tooltips ported.\n[A] Ported stained clinker block/stairs.\n[M] Updated textures.\n[I] Issue: Scoped recipe constants still not working.",
"1.0.7-b5": "[U] Updated to Forge BETA 1.14.2-26.0.35/20190608-1.14.2.\n[A] Factory dropper functionality ported.\n[A] Small lab furnace functionality ported.\n[A] Small electrical lab furnace functionality ported.\n[A] Small waste incinerator functionality ported.\n[A] Fluid valves, Passive Fluid Accumulator ported.\n[I] Issue: Scoped recipe constants still not working.",
@ -72,6 +73,6 @@
"1.13.2-recommended": "",
"1.13.2-latest": "1.0.7-b5",
"1.14.2-recommended": "",
"1.14.2-latest": "1.0.8-b2"
"1.14.2-latest": "1.0.8-b3"
}
}