EngineersDecor/1.12
2019-03-07 21:01:52 +01:00
..
gradle/wrapper Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts. 2019-02-27 20:29:36 +01:00
meta Treated wood crafting table GUI refined. 2019-03-07 21:01:52 +01:00
src/main Treated wood crafting table GUI refined. 2019-03-07 21:01:52 +01:00
.gitignore Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts. 2019-02-27 20:29:36 +01:00
build.gradle Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts. 2019-02-27 20:29:36 +01:00
gradle.properties Treated wood crafting table GUI refined. 2019-03-07 21:01:52 +01:00
gradlew Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts. 2019-02-27 20:29:36 +01:00
gradlew.bat Added 1.13.2 code base. Reordered directory structure to combine independent MC version code bases. Rewritten auxilliary build scripts. 2019-02-27 20:29:36 +01:00
Makefile Auxiliary build/release scripts ported. 2019-02-27 21:43:47 +01:00
readme.md Treated wood crafting table GUI refined. 2019-03-07 21:01:52 +01:00
tasks.js Auxiliary build/release scripts ported. 2019-02-27 21:43:47 +01:00

Engineer's Decor (MC1.12.2)

Mod sources for Minecraft version 1.12.2.


Revision history

            -------------------------------------------------------------------
- v1.0.1    [R] Release based on v1.0.1-b4
                * Treated wood crafting table
                * Clinker brick wall
                * Treated wood stool
                * Inset spot light
                * Recipe fixes
                * Logo updated
            -------------------------------------------------------------------

- v1.0.1-b4 [M] Crafting table keeps inventory and has eight storage slots.
            [M] Adapted inset light strength and harvest tool.
            [M] Crafting table recipe adapted.

- v1.0.1-b3 [A] Added inset light (glowstone-metal, light level like torch,
                can be used as floor/ceiling/wall light).
            [M] Crafting table model updated (issue #7, thanks majijn).
            [M] Logo image updated.

- v1.0.1-b2 [A] Added treated wood crafting table.
            [A] Added treated wood stool.
            [F] Fixed ladder bounding boxes to allow climbing connected trap doors
                (issue #6, thanks to Forgilageord).
            [M] Improved wall-block connections (wall elements only connect to other
                walls or gates, as well as to solid blocks if these blocks are in
                a straight line with at least two wall elements).
            [M] Decor walls are defined "solid" on top, so that e.g. torches and
                redstone tracks can be placed on them.

- v1.0.1-b1 [F] Fixed missing condition for ie:stone_deco in recipe constants.
            [A] Added clinker brick wall.

            -------------------------------------------------------------------
- v1.0.0    [R] Release based on v1.0.0-b4
            -------------------------------------------------------------------

- v1.0.0-b4 [F] Fixed vanished recipe for the rebar concrete wall.
            [A] Concrete wall, material: IE concrete.

- v1.0.0-b3 [A] Textures of rebar concrete and treated wood table improved.
            [A] Added rebar concrete wall.

- v1.0.0-b2 [A] Added rebar concrete (steel reinforced, expensive, creeper-proof).

- v1.0.0-b1 [A] Initial structure.
            [A] Added clinker bricks and clinker brick stairs.
            [A] Added slag bricks and slag brick stairs.
            [A] Added metal rung ladder.
            [A] Added staggered metal steps ladder.
            [A] Added treated wood ladder.
            [A] Added treated wood pole.
            [A] Added treated wood table.