EngineersDecor/1.12
2019-04-05 16:12:32 +02: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 Fixed window rendering issue (#15). Lab furnace electrical speed-up implemented. 2019-04-05 16:12:32 +02:00
src/main Fixed window rendering issue (#15). Lab furnace electrical speed-up implemented. 2019-04-05 16:12:32 +02:00
.gitignore Added rebar concrete tile stairs. Added treated wood window sill. Added decomposition recipes for stairs and tiles. Changed stair recipe yield quantity from 9 to 6. 2019-03-16 12:55:19 +01:00
build.gradle Config options added. 2019-03-29 21:05:36 +01:00
gradle.properties Fixed window rendering issue (#15). Lab furnace electrical speed-up implemented. 2019-04-05 16:12:32 +02: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 1.12.2: Added panzer glass. Added rebar concrete tile. Crafting table supports shift-click. 2019-03-13 18:29:06 +01:00
readme.md Fixed window rendering issue (#15). Lab furnace electrical speed-up implemented. 2019-04-05 16:12:32 +02:00
tasks.js Added small lab furnace. 1.13 build system setup WIP. 2019-03-27 18:48:13 +01:00

Engineer's Decor (MC1.12.2)

Mod sources for Minecraft version 1.12.2.


Revision history

- v1.0.3-b4 [A] Lab furnace supports electrical speedup when a IE external
                is placed in one of the two auxiliary slots.
            [F] Fixed window rendering issue (issue #15, thanks to ILLOMIURGE).
            [M] Updated ru_ru lang file (Yaroslavik).

- v1.0.3-b3 [A] Added sitting on treated wood stool, Zombies included.
            [A] Added steel framed window.
            [A] Added treated wood pole support head/foot and heavy duty support.
            [A] Added language Russian language support, thanks to yaroslav4167.
            [A] Added config for furnace smelting speed (percent of vanilla furnace).
            [A] Added config for furnace fuel efficiency (in percent, ref is vanilla).
            [F] Treated pole model changed to circumvent potential texture bleeding.
            [M] Treated wood table bounding box aligned with the legs.
            [M] Treated wood crafting table bounding box aligned with the legs.
            [M] Treated wood window can be vertically placed for rooflights.
            [M] Treated wood window can be vertically placed for rooflights.

- v1.0.3-b2 [A] Added config options for selective feature opt-outs (soft opt-out).
            [A] Added config skip registration of opt-out features (hard opt-out).
            [A] Added config to disable all internal recipes (for packs).
            [A] Added JEI API adapter for soft opt-outs.
            [A] Added lab furnace recipe override config to smelt ores to nuggets
                that would normally be smelted into ingots. Can be changed on-the-fly.

- v1.0.3-b1 [A] Added small laboratory furnace.
            [M] Panzer glass opacity/light level set explicitly 0.

            -------------------------------------------------------------------
- v1.0.2    [R] Release based on v1.0.2-b3
                * Fixes: Spawning.
                * Crafting table: Shift-click.
                * Ladders: Faster climbing/descending.
                * Concrete: Rebar tiles, tile stairs.
                * Treated wood: window, windowsill.
                * Slag brick: wall.
                * Panzer glass: added.
                * Recipes: Adaptions, added decompositions.
            -------------------------------------------------------------------

- v1.0.2-b3 [A] Added slag brick wall.
            [A] Added wall decomposition recipes.
            [A] Added treated wood window.
            [M] Climbing/descending mod ladders is faster when
                looking up or down and not sneaking.
            [M] Panzer glass material definition changed.
            [M] Explicitly preventing spawning in and on "non-full"
                blocks of the mod.

- v1.0.2-b2 [A] Added rebar concrete tile stairs.
            [A] Added treated wood window sill.
            [A] Added decomposition recipes for stairs and tiles.
            [M] Changed stair recipe yield quantity from 9 to 6.

- v1.0.2-b1 [A] Added rebar concrete tile.
            [A] Added panzer glass (explosion-resistant reinforced glass).
            [M] Treated wood crafting table supports shift-click to transfer
                stacks between player inventory and crafting table storage
                (thanks majijn for the hint).

            -------------------------------------------------------------------
- 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.