1.12: Crafting table recipe resolver and item rendering.
This commit is contained in:
parent
03957b423a
commit
0ad6e542ba
6 changed files with 13 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.12.2": {
|
||||
"1.0.12-b2": "[A] Crafting Table: Added recipe collision resolver, also applies to crafting history refabrication.\n[A] Crafting Table: Added rendering of placed items on the top surface of the table.\n[M] Lang files updated.",
|
||||
"1.0.12-b1": "[A] Mineal Smelter non-experimental now.\n[M] Window submodels stripped (reopened issue #19, thx overchoice).\n[M] Opaque full block light opacity fixed (issue #50, thx Illomiurge).\n[M] Factory Dropper: Added pulse/continuous mode in GUI (issue #51, thx Aristine for the CR).",
|
||||
"1.0.11": "[R] Release based on v1.0.11-b3. Release-to-release changes: * Steel floor grating improvments. * Minor model box fixes. * Standalone recipes added. * Language updates.",
|
||||
"1.0.11-b3": "[M] Added missing standalone recipes for pipe valves, passive fluid accumulator, and waste incinerator.",
|
||||
|
@ -56,6 +57,6 @@
|
|||
},
|
||||
"promos": {
|
||||
"1.12.2-recommended": "1.0.11",
|
||||
"1.12.2-latest": "1.0.12-b1"
|
||||
"1.12.2-latest": "1.0.12-b2"
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@ Mod sources for Minecraft version 1.12.2.
|
|||
----
|
||||
## Version history
|
||||
|
||||
~ v1.0.12-b2 [A] Crafting Table: Added recipe collision resolver,
|
||||
- v1.0.12-b2 [A] Crafting Table: Added recipe collision resolver,
|
||||
also applies to crafting history refabrication.
|
||||
[A] Crafting Table: Added rendering of placed items
|
||||
on the top surface of the table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue