Added Diagonal Line, Diagonal Wall, Slope Floor and Cube buildmodes.
Fixed issue #26: Crash attempting to place wall with a stone block. Breaking (in creative) can now be undone as well. Undo/redo now tries to replace the previous blocks, if you have those blocks in your inventory (issue #33). Fixed undo in survival only undoing blocks that can be broken by hand (issue #29). Fixed being able to place randomizer bag inside itself (and prevented a black hole from creating) (issue #31). Randomizer bags can now be placed inside randomizer bags. Fixed crash when placing with empty randomizer bag (issue #32). Fixed diagonal wall and slope being 2 blocks thick.
This commit is contained in:
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
||||
|
||||
|
||||
version = "1.12.2-2.6"
|
||||
version = "1.12.2-2.8"
|
||||
group = "nl.requios.effortlessbuilding" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "effortlessbuilding"
|
||||
|
||||
@@ -21,7 +21,7 @@ compileJava {
|
||||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.12.2-14.23.5.2768"
|
||||
version = "1.12.2-14.23.5.2825"
|
||||
runDir = "run"
|
||||
|
||||
// the mappings can be changed at any time, and must be in the following format.
|
||||
|
||||
Reference in New Issue
Block a user