mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
fixed the snow creator being made of wood
This commit is contained in:
parent
5098afbd3e
commit
1b565e7800
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import net.minecraftforge.api.distmarker.OnlyIn;
|
|||
|
||||
public class BlockSnowCreator extends BlockContainerImpl implements IVisualizable, ICustomBlockState {
|
||||
public BlockSnowCreator() {
|
||||
super("snow_creator", TileEntitySnowCreator::new, ModBlocks.prop(Blocks.CRAFTING_TABLE));
|
||||
super("snow_creator", TileEntitySnowCreator::new, ModBlocks.prop(Blocks.FURNACE));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue