add test stuff, may or may not have totally cooked the project for you guys
This commit is contained in:
@@ -3,12 +3,9 @@ package org.neoflock.neocomputers.block
|
||||
import net.minecraft.world.level.block.Block
|
||||
|
||||
class BaseBlock : Block {
|
||||
protected val tier: Int
|
||||
val tier: Int
|
||||
|
||||
constructor(tier: Int): super(Properties.of()) {
|
||||
this.tier = tier
|
||||
}
|
||||
|
||||
public fun getTier(): Int {
|
||||
return tier
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user