Patchouli manual crafting table model def fixed.
This commit is contained in:
parent
9fa05b5b70
commit
cd95ef1906
5 changed files with 9 additions and 6 deletions
|
@ -5,4 +5,4 @@ version_minecraft=1.16.1
|
||||||
version_forge_minecraft=1.16.1-32.0.106
|
version_forge_minecraft=1.16.1-32.0.106
|
||||||
version_fml_mappings=20200514-1.16
|
version_fml_mappings=20200514-1.16
|
||||||
version_jei=1.16.1:7.0.0.6
|
version_jei=1.16.1:7.0.0.6
|
||||||
version_engineersdecor=1.1.1
|
version_engineersdecor=1.1.2
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||||
"1.16.1": {
|
"1.16.1": {
|
||||||
|
"1.1.2": "[F] Fixed Crafting Table Patchouli manual entry.",
|
||||||
"1.1.1": "[R] Intial 1.16.1 release.",
|
"1.1.1": "[R] Intial 1.16.1 release.",
|
||||||
"1.1.1-b7": "[F] Fixed AI-open-path bug (issue #116, ty KrAzYGEEK32, desht).\n[F] Conditional recipes extended to additional vanilla ingredients in case of oredict tag issues.\n[M] Lang file update zh_cn (PR#117, Moonisky).",
|
"1.1.1-b7": "[F] Fixed AI-open-path bug (issue #116, ty KrAzYGEEK32, desht).\n[F] Conditional recipes extended to additional vanilla ingredients in case of oredict tag issues.\n[M] Lang file update zh_cn (PR#117, Moonisky).",
|
||||||
"1.1.1-b6": "[F] Iron Hatch rendering fixed (issue #113, ty KrAzYGEEK32).\n[F] Hotfix of UI tooltip crash for versions Forge < 32.0.97 mapping issue.",
|
"1.1.1-b6": "[F] Iron Hatch rendering fixed (issue #113, ty KrAzYGEEK32).\n[F] Hotfix of UI tooltip crash for versions Forge < 32.0.97 mapping issue.",
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
"1.1.1-a1": "[A] Initial port."
|
"1.1.1-a1": "[A] Initial port."
|
||||||
},
|
},
|
||||||
"promos": {
|
"promos": {
|
||||||
"1.16.1-recommended": "1.1.1",
|
"1.16.1-recommended": "1.1.2",
|
||||||
"1.16.1-latest": "1.1.1"
|
"1.16.1-latest": "1.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -11,6 +11,8 @@ Mod sources for Minecraft version 1.16.1.
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
- v1.1.2 [F] Fixed Crafting Table Patchouli manual entry.
|
||||||
|
|
||||||
- v1.1.1 [R] Intial 1.16.1 release.
|
- v1.1.1 [R] Intial 1.16.1 release.
|
||||||
|
|
||||||
- v1.1.1-b7 [F] Fixed AI-open-path bug (issue #116, ty KrAzYGEEK32, desht).
|
- v1.1.1-b7 [F] Fixed AI-open-path bug (issue #116, ty KrAzYGEEK32, desht).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Crafting and Smelting",
|
"name": "Crafting and Smelting",
|
||||||
"description": "Getting things build, cooked, smelted or liquified. ",
|
"description": "Getting things build, cooked, smelted or liquified. ",
|
||||||
"icon": "engineersdecor:metal_crafting_table",
|
"icon": "engineersdecor:treated_wood_crafting_table",
|
||||||
"sortnum": 5000
|
"sortnum": 5000
|
||||||
}
|
}
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "Metal Crafting Table",
|
"name": "Metal Crafting Table",
|
||||||
"icon": "engineersdecor:metal_crafting_table",
|
"icon": "engineersdecor:treated_wood_crafting_table",
|
||||||
"category": "crafting",
|
"category": "crafting",
|
||||||
"sortnum": 5010,
|
"sortnum": 5010,
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"type": "spotlight",
|
"type": "spotlight",
|
||||||
"title": "Crafting Table",
|
"title": "Crafting Table",
|
||||||
"item": "engineersdecor:metal_crafting_table",
|
"item": "engineersdecor:treated_wood_crafting_table",
|
||||||
"text": "This engineering themed workbench allows manual 3x3 crafting. It comes with some convenience tweaks, which are not visible at the first look. These features will be explained on the next pages."
|
"text": "This engineering themed workbench allows manual 3x3 crafting. It comes with some convenience tweaks, which are not visible at the first look. These features will be explained on the next pages."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue