+ fan_block
+ redstone_powered_fan_block
This commit is contained in:
@@ -19,7 +19,7 @@ public class RedstonePowerdFanBlock extends Block {
|
|||||||
|
|
||||||
public static final BooleanProperty ON = BooleanProperty.create("on");
|
public static final BooleanProperty ON = BooleanProperty.create("on");
|
||||||
|
|
||||||
private static final int MAX_NETWORK_SIZE = 4096;
|
private static final int MAX_NETWORK_SIZE = 2;
|
||||||
|
|
||||||
public RedstonePowerdFanBlock(Properties properties) {
|
public RedstonePowerdFanBlock(Properties properties) {
|
||||||
super(properties);
|
super(properties);
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"parent": "ornamentum:block/fan_block_on"
|
"parent": "ornamentum:block/fan_block"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user