Documentation updated.
This commit is contained in:
parent
5614310fb6
commit
144c8362d4
8 changed files with 34 additions and 17 deletions
|
@ -3,7 +3,7 @@ org.gradle.daemon=false
|
|||
org.gradle.jvmargs=-Xmx8G
|
||||
version_minecraft=1.12.2
|
||||
version_forge=14.23.5.2768
|
||||
version_engineersdecor=1.0.1-b2
|
||||
version_engineersdecor=1.0.1-b3
|
||||
#
|
||||
# jar signing data loaded from signing.properties in the project root.
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.12.2": {
|
||||
"1.0.1-b2": "[A] Added treated wood crafting table.\n[A] Added treated stool.\n[F] Fixed ladder bounding boxes to allow climbing connected trap doors (issue #6, thanks to Forgilageord).\n[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).\n[M] Decor walls are defined \"solid\" on top, so that e.g. torches and redstone tracks can be placed on them.",
|
||||
"1.0.1-b2": "[A] Added treated wood crafting table.\n[A] Added treated wood stool.\n[F] Fixed ladder bounding boxes to allow climbing connected trap doors (issue #6, thanks to Forgilageord).\n[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).\n[M] Decor walls are defined \"solid\" on top, so that e.g. torches and redstone tracks can be placed on them.",
|
||||
"1.0.1-b1": "[F] Fixed missing condition for ie:stone_deco in recipe constants.\n[A] Added clinker brick wall.",
|
||||
"1.0.0": "[R] Release based on v1.0.0-b4",
|
||||
"1.0.0-b4": "[F] Fixed vanished recipe for the rebar concrete wall.\n[A] Concrete wall, material: IE concrete.",
|
||||
|
|
|
@ -10,8 +10,10 @@ Mod sources for Minecraft version 1.12.2.
|
|||
----
|
||||
## Revision history
|
||||
|
||||
- v1.0.1-b3 [A] <version info updated, will be replaced>
|
||||
|
||||
- v1.0.1-b2 [A] Added treated wood crafting table.
|
||||
[A] Added treated stool.
|
||||
[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
|
||||
|
|
BIN
documentation/engineers-decor-v100a-concrete-stuff.png
Normal file
BIN
documentation/engineers-decor-v100a-concrete-stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 308 KiB |
BIN
documentation/engineers-decor-v101a-added.png
Normal file
BIN
documentation/engineers-decor-v101a-added.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
BIN
documentation/engineers-decor-v101a-craftinggui.png
Normal file
BIN
documentation/engineers-decor-v101a-craftinggui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.12.2": {
|
||||
"1.0.1-b2": "[A] Added treated wood crafting table.\n[A] Added treated stool.\n[F] Fixed ladder bounding boxes to allow climbing connected trap doors (issue #6, thanks to Forgilageord).\n[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).\n[M] Decor walls are defined \"solid\" on top, so that e.g. torches and redstone tracks can be placed on them.",
|
||||
"1.0.1-b2": "[A] Added treated wood crafting table.\n[A] Added treated wood stool.\n[F] Fixed ladder bounding boxes to allow climbing connected trap doors (issue #6, thanks to Forgilageord).\n[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).\n[M] Decor walls are defined \"solid\" on top, so that e.g. torches and redstone tracks can be placed on them.",
|
||||
"1.0.1-b1": "[F] Fixed missing condition for ie:stone_deco in recipe constants.\n[A] Added clinker brick wall.",
|
||||
"1.0.0": "[R] Release based on v1.0.0-b4",
|
||||
"1.0.0-b4": "[F] Fixed vanished recipe for the rebar concrete wall.\n[A] Concrete wall, material: IE concrete.",
|
||||
|
|
41
readme.md
41
readme.md
|
@ -20,19 +20,6 @@ Main distribution channel for this mod is CurseForge:
|
|||
The mod has its focus on non-functional, decorative blocks. If anyhow possible,
|
||||
no tile entities or user interactions are used. Current feature set:
|
||||
|
||||
- *Clinker bricks*: Slightly darker and more colorful version of the vanilla brick
|
||||
block. Eight position dependent texture variations are implemented to make the
|
||||
wall look more "alive". Crafted 3x3 with a brick block in the centre and any
|
||||
combination of bricks and nether bricks around (actually, anything where the
|
||||
ore dictionary says it's a "brick ingot"). Higher explosion resistance than the
|
||||
vanilla brick wall. Also available as stairs, crafted as usual. There is a
|
||||
reverse recipe to get three clinker brick blocks back from four stairs.
|
||||
|
||||
- *Slag bricks*: Gray-brownish brick, also eight texture variations. Crafted 3x3
|
||||
from slag in the centre and any kind of bricks ("brick ingot") around. Has a higher
|
||||
explosion resistance than the vanilla brick wall. Also available as stairs, also
|
||||
with reverse recipe.
|
||||
|
||||
- Rebar (steel) reinforced concrete: Expensive but creeper-proof. Crafted 3x3 from
|
||||
four concrete blocks and five steel rods. Texture design oriented at the IE concrete,
|
||||
slightly darker, eight (position dependent) random texture variations with rust
|
||||
|
@ -41,6 +28,23 @@ no tile entities or user interactions are used. Current feature set:
|
|||
- Concrete wall: Solid concrete wall (not the vanilla wall design), crafted 3x3
|
||||
from six IE concrete blocks (normal wall recipe).
|
||||
|
||||
- *Clinker bricks*: Slightly darker and more colorful version of the vanilla brick
|
||||
block. Eight position dependent texture variations are implemented to make the
|
||||
wall look more "alive". Crafted 3x3 with a brick block in the centre and any
|
||||
combination of bricks and nether bricks around (actually, anything where the
|
||||
ore dictionary says it's a "brick ingot"). Higher explosion resistance than the
|
||||
vanilla brick wall. Also available as stairs and wall, crafted as usual. There
|
||||
is a reverse recipe to get three clinker brick blocks back from four stairs.
|
||||
|
||||
- *Slag bricks*: Gray-brownish brick, also eight texture variations. Crafted 3x3
|
||||
from slag in the centre and any kind of bricks ("brick ingot") around. Has a higher
|
||||
explosion resistance than the vanilla brick wall. Also available as stairs, also
|
||||
with reverse recipe.
|
||||
|
||||
- *Treated wood crafting table*: 3x3 crafting table with IE style GUI and a model
|
||||
fitting better in the engineer's workshop. Crafted 2x2 with two treated wood
|
||||
slabs, one crate, and one treated wood plank.
|
||||
|
||||
- *Treated wood ladder*: Crafted 3x3 with the known ladder pattern, items are
|
||||
treated wood sticks.
|
||||
|
||||
|
@ -53,6 +57,9 @@ no tile entities or user interactions are used. Current feature set:
|
|||
- *Treated wood table*: Four leg table made out of treated wood. Crafted 3x3
|
||||
with three treated wood slabs and four treated wood poles. Guess the pattern.
|
||||
|
||||
- *Treated wood stool*: Simple small stool fitting to the table. Crafted 3x3
|
||||
with three treated wood slabs and one treated wood pole.
|
||||
|
||||
- *Treated wood pole*: Pole fragment that can be placed in all directions. It
|
||||
does intentionally not connect to posts, fences, etc - just a straigt pole.
|
||||
Can be used e.g. for structural support or wire relay post, where the height
|
||||
|
@ -107,3 +114,11 @@ Mods covering similar features, or may fit well together with IE and the decorat
|
|||
|
||||
- [Chisel](https://www.curseforge.com/minecraft/mc-mods/chisel) needless to say, Chisel has a variety
|
||||
of factory blocks.
|
||||
|
||||
### Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue