+ fan_block

+ redstone_powered_fan_block
This commit is contained in:
Glitchlabs
2026-08-04 16:20:18 +02:00
parent 38170d4906
commit e417231d95
2 changed files with 2 additions and 2 deletions
@@ -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"
} }