mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 05:46:26 +01:00
0c2a33861e
- Started moving over a few kinetic blocks from AllBlocks to registrate - Changed runData to only run client data tasks for now - Added missing bind to the ContraptionRenderer for Stationary Contraptions
12 lines
192 B
Java
12 lines
192 B
Java
package com.simibubi.create;
|
|
|
|
import net.minecraft.block.Block;
|
|
import net.minecraft.block.Blocks;
|
|
|
|
public class SharedProperties {
|
|
|
|
static Block kinetic() {
|
|
return Blocks.ANDESITE;
|
|
}
|
|
|
|
}
|