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