generated from MrSphay/codex-agent-repository-kit
Decompile upstream Explosion Overhaul 0.2.3.0
This commit is contained in:
17
com/vinlanx/explosionoverhaul/VinlanxTheLightRenderer.java
Normal file
17
com/vinlanx/explosionoverhaul/VinlanxTheLightRenderer.java
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user