diff --git a/_posts/2015-10-9-dev-digest-3.md b/_posts/2015-10-9-dev-digest-3.md new file mode 100644 index 0000000..345f647 --- /dev/null +++ b/_posts/2015-10-9-dev-digest-3.md @@ -0,0 +1,98 @@ +--- +layout: post +title: "Development Digest 3" +date: 2015-10-9 17:04:00 -1000 +comments: true +--- + +I had to make a video to show off the newest feature in MCEdit 2.0: *Free Rotation* + + + +Click below for more new developments. + + + +---- + +[Rubisk](https://twitter.com/Rubisks) has contributed two features from MCEdit 1.0: The "World Info" editor, and the "Analyze" command. + +World Info +Analyze + +---- + +A bare-bones version of the Generate plugin system was used to implement [abrightmoore's](https://twitter.com/abrightmoore) +city generator in the form of an L-system. The L-system API allows showing a preview of +your generated work as wireframe outlines. + +City (Wireframe) +City (Rendered) + +---- + +A Workplane allows building in mid-air at a constant height. + +Workplane + +---- + +The "Delete Chunks" command from MCEdit 1.0 makes its return. + +Delete Chunks + +---- + +You can now view, import, and place map items on walls. + +Edit Maps + +When you import an image, you can choose how many map tiles to use, and whether the image is +stretched to fit the tiles. + +Import Maps + +Simply drag a map from the Library into the world to place it. + +Place Maps + +---- + +A handful of entities, including villagers and common monsters, are now displayed correctly in MCEdit 2.0. + +Entities + +---- + +Command blocks are optionally colored and highlighted according to which command they will run. + +Colored Commands + +---- + +Many types of blocks that use block models are now rendered correctly. +Notably, redstone wire, repeaters and comparators are rendered. Fences, glass panes, chests, +doors, levers, and buttons are also shown correctly. Custom models from resource packs are supported, too. + +Doors + +Chests + +Redstone Items + +---- + +The world can be shown at any time of day! The slider on the left lets you chose any time +between midday and midnight. The slider on the right acts like the "Brightness" control +in-game, making darkness brighter or darker. + +Day +Dusk +Night +Bright + +The world pictured here is [A Letter from Silent Heaven](http://www.minecraftforum.net/forums/mapping-and-modding/maps/1552370-a-letter-from-silent-heaven-silent-hill-2) +by [Vladimyr](http://twitter.com/sirvladimyr). + + + diff --git a/images/screenshots/dev3/analyze.png b/images/screenshots/dev3/analyze.png new file mode 100644 index 0000000..e36fe5a Binary files /dev/null and b/images/screenshots/dev3/analyze.png differ diff --git a/images/screenshots/dev3/chests.png b/images/screenshots/dev3/chests.png new file mode 100644 index 0000000..6a15331 Binary files /dev/null and b/images/screenshots/dev3/chests.png differ diff --git a/images/screenshots/dev3/city3.png b/images/screenshots/dev3/city3.png new file mode 100644 index 0000000..a041dd1 Binary files /dev/null and b/images/screenshots/dev3/city3.png differ diff --git a/images/screenshots/dev3/city6.png b/images/screenshots/dev3/city6.png new file mode 100644 index 0000000..967a461 Binary files /dev/null and b/images/screenshots/dev3/city6.png differ diff --git a/images/screenshots/dev3/coloredcommands.png b/images/screenshots/dev3/coloredcommands.png new file mode 100644 index 0000000..b23c2d7 Binary files /dev/null and b/images/screenshots/dev3/coloredcommands.png differ diff --git a/images/screenshots/dev3/dawg.png b/images/screenshots/dev3/dawg.png new file mode 100644 index 0000000..8b5e1f3 Binary files /dev/null and b/images/screenshots/dev3/dawg.png differ diff --git a/images/screenshots/dev3/deletechunks.png b/images/screenshots/dev3/deletechunks.png new file mode 100644 index 0000000..f397c7c Binary files /dev/null and b/images/screenshots/dev3/deletechunks.png differ diff --git a/images/screenshots/dev3/doors.png b/images/screenshots/dev3/doors.png new file mode 100644 index 0000000..7384583 Binary files /dev/null and b/images/screenshots/dev3/doors.png differ diff --git a/images/screenshots/dev3/entities.png b/images/screenshots/dev3/entities.png new file mode 100644 index 0000000..07cd547 Binary files /dev/null and b/images/screenshots/dev3/entities.png differ diff --git a/images/screenshots/dev3/mapeditor.png b/images/screenshots/dev3/mapeditor.png new file mode 100644 index 0000000..0a06d45 Binary files /dev/null and b/images/screenshots/dev3/mapeditor.png differ diff --git a/images/screenshots/dev3/redstone_items.png b/images/screenshots/dev3/redstone_items.png new file mode 100644 index 0000000..e048fa0 Binary files /dev/null and b/images/screenshots/dev3/redstone_items.png differ diff --git a/images/screenshots/dev3/time1.png b/images/screenshots/dev3/time1.png new file mode 100644 index 0000000..5befca1 Binary files /dev/null and b/images/screenshots/dev3/time1.png differ diff --git a/images/screenshots/dev3/time2.png b/images/screenshots/dev3/time2.png new file mode 100644 index 0000000..54da1ed Binary files /dev/null and b/images/screenshots/dev3/time2.png differ diff --git a/images/screenshots/dev3/time3.png b/images/screenshots/dev3/time3.png new file mode 100644 index 0000000..531cefe Binary files /dev/null and b/images/screenshots/dev3/time3.png differ diff --git a/images/screenshots/dev3/time4.png b/images/screenshots/dev3/time4.png new file mode 100644 index 0000000..42708e4 Binary files /dev/null and b/images/screenshots/dev3/time4.png differ diff --git a/images/screenshots/dev3/workplane.png b/images/screenshots/dev3/workplane.png new file mode 100644 index 0000000..e1148ed Binary files /dev/null and b/images/screenshots/dev3/workplane.png differ diff --git a/images/screenshots/dev3/worldinfo.png b/images/screenshots/dev3/worldinfo.png new file mode 100644 index 0000000..c68f3e4 Binary files /dev/null and b/images/screenshots/dev3/worldinfo.png differ diff --git a/images/screenshots/dev3/xzibit.png b/images/screenshots/dev3/xzibit.png new file mode 100644 index 0000000..ec0d56f Binary files /dev/null and b/images/screenshots/dev3/xzibit.png differ