1.14: Small Tree Cutter and Block Placer/Planter ported. Factory Hopper recipe added.

This commit is contained in:
stfwi 2019-10-29 18:08:50 +01:00
parent 297b840b65
commit 5d04509eca
36 changed files with 1915 additions and 13 deletions

View file

@ -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;

View file

@ -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;