Files
Explosion-Overhaul/build/decompiled/com/vinlanx/explosionoverhaul/VinlanxTheLightRenderer.java
2026-05-04 10:03:58 +00:00

18 lines
565 B
Java

/*
* Decompiled with CFR 0.152.
*/
package com.vinlanx.explosionoverhaul;
import com.vinlanx.explosionoverhaul.VinlanxTheLightBlockEntity;
import com.vinlanx.explosionoverhaul.VinlanxTheLightModel;
import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider;
import software.bernie.geckolib.renderer.GeoBlockRenderer;
public class VinlanxTheLightRenderer
extends GeoBlockRenderer<VinlanxTheLightBlockEntity> {
public VinlanxTheLightRenderer(BlockEntityRendererProvider.Context context) {
super(new VinlanxTheLightModel());
}
}