1.14: Small Tree Cutter and Block Placer/Planter ported. Factory Hopper recipe added.
This commit is contained in:
parent
297b840b65
commit
5d04509eca
36 changed files with 1915 additions and 13 deletions
|
@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx8G
|
|||
version_minecraft=1.12.2
|
||||
version_forge=14.23.5.2768
|
||||
version_jei=4.10.0.198
|
||||
version_engineersdecor=1.0.15-b1
|
||||
version_engineersdecor=1.0.15-b2
|
||||
|
|
|
@ -10,6 +10,8 @@ Mod sources for Minecraft version 1.12.2.
|
|||
----
|
||||
## Version history
|
||||
|
||||
~ v1.0.15-b2 [A]
|
||||
|
||||
- v1.0.15-b1 [A] Added Floor Edge Light.
|
||||
[A] Added Factory Block Placer and Planter.
|
||||
|
||||
|
|
|
@ -8,15 +8,10 @@
|
|||
*/
|
||||
package wile.engineersdecor.blocks;
|
||||
|
||||
|
||||
|
||||
|
||||
import wile.engineersdecor.ModEngineersDecor;
|
||||
import wile.engineersdecor.detail.Networking;
|
||||
import net.minecraft.init.Blocks;
|
||||
import net.minecraft.init.SoundEvents;
|
||||
|
||||
|
||||
import net.minecraft.world.IBlockAccess;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.SoundType;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/*
|
||||
* @file BlockFurnace.java
|
||||
* @file BlockDecorTreeCutter.java
|
||||
* @author Stefan Wilhelm (wile)
|
||||
* @copyright (C) 2019 Stefan Wilhelm
|
||||
* @license MIT (see https://opensource.org/licenses/MIT)
|
||||
*
|
||||
* ED Lab furnace.
|
||||
* Small Tree Cutter
|
||||
*/
|
||||
package wile.engineersdecor.blocks;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue