Use Glowing Obsidian For Background
Twine/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-06-15 11:42:05 -04:00
parent 0ec13d83fd
commit cdf0910a27
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
@Environment(EnvType.CLIENT)
@Mixin(BoatEntityRenderer.class)
public class MixinBoatEntityRenderer {
@Inject(at = @At(value = "INVOKE", target = "Lnet/minecraft/client/util/math/MatrixStack;pop()V"), method = "render")
@Inject(at = @At(value = "INVOKE", target = "Lnet/minecraft/client/util/math/MatrixStack;pop()V"), method = "render", allow = 1)
public void render(BoatEntity boatEntity, float f, float g, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int i, CallbackInfo info) {
BlockState blockState = Block.getBlockFromItem(((BoatUtil) boatEntity).getChestItem()).getDefaultState();
if (blockState.getRenderType() != BlockRenderType.INVISIBLE) {

View File

@ -9,7 +9,7 @@
"description": {
"translate": "advancements.twine.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
"background": "twine:textures/block/glowing_obsidian.png",
"show_toast": false,
"announce_to_chat": false
},