Removed color provider

This commit is contained in:
paulevsGitch 2021-07-10 16:25:34 +03:00
parent 2c8862a37b
commit 4040597a6d
475 changed files with 5411 additions and 7521 deletions

View file

@ -5,11 +5,11 @@ import ru.bclib.api.TagAPI;
import ru.bclib.blocks.WallMushroomBlock;
public class EndWallMushroom extends WallMushroomBlock {
public EndWallMushroom(int light) {
super(light);
}
@Override
protected boolean isTerrain(BlockState state) {
return state.is(TagAPI.END_GROUND);