mirror of
https://github.com/xzeldon/ChromaBlocks.git
synced 2025-04-07 21:07:08 +03:00
* - Refactoring - Add black, blue, cyan, purple, red, white and yellow chroma blocks - Rename mod
9 lines
230 B
Java
9 lines
230 B
Java
package ru.xzeldon.chromablocks.model.custom;
|
|
|
|
import ru.xzeldon.chromablocks.model.ChromaBlockModel;
|
|
|
|
public class BlueChromaBlockModel extends ChromaBlockModel {
|
|
public BlueChromaBlockModel() {
|
|
super("blue");
|
|
}
|
|
} |