for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package de.pewpewproject.lasertag.block.models.concrete.arena_block;
import de.pewpewproject.lasertag.block.models.EmissiveBlockModel;
public class PinkArenaBlockModel extends EmissiveBlockModel {
public PinkArenaBlockModel() {
super("block/arena_block_dark", "block/pink_arena_block_glow");
}