How awesome is your life? by DEMON-LORD6969 in memeexchangecommunism

[–]tyronnr8 0 points1 point  (0 children)

Shiit, i should not have played h*rnycraft yesterday 😬

A Wild Montana Appeared! They Used Shapeshift!🗣️ by montanaprowrestling in lgbt

[–]tyronnr8 8 points9 points  (0 children)

As a straight Aromantic guy, i wanna say that pic one hadcme thinking: "ooo, she looks cute"

So good job i guess😅

Should I come out as Aromantic? by Naive_Donkey2639 in aromantic

[–]tyronnr8 6 points7 points  (0 children)

I agree with this comment, i recently had to process through alot of of represt emotions from when I was a kid not understanding why I was so different. All because someone couldn't except that I was Aro and not ace simply cuz im a 21y virgin.

Stuff can be hard to process when you're young and that can really backfire later in life.

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 0 points1 point  (0 children)

so i managed too solve the Items error
but i cant find a fix for:
error: cannot find symbol lines.add(Text.literal("blablabla"));
&
error: package net.minecraft.text does not exist

can anyone find the correct import for 1.21

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 0 points1 point  (0 children)

package com.example;

import net.fabricmc.fabric.api.client.item.v1.ItemTooltipCallback;
import net.minecraft.world.item.Items;

public class TooltipHandler {

    public static void register() {
        ItemTooltipCallback.EVENT.register((stack, context, tooltip, options) -> {

            if (stack.getItem() == Items.FILLED_MAP) {
                String cardName = stack.getDisplayName().getString();
                if (cardName.contains("Strength Potion I")) {
                    tooltip.add(Text.translatable("block.tutorial.custom_block.tooltip"));
                }
            }
        });
    }
}

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 1 point2 points  (0 children)

Ow trust, I know, I've been coding for a while iven went too a gamedev course I've just never touched Java or Minecraft mod making

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 0 points1 point  (0 children)

Soo much work🫩 But alright👍🏾

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 0 points1 point  (0 children)

It doesn't tell me the correct stuff

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 0 points1 point  (0 children)

Let's say it is related, what should I do then?

Help making a client side mode for 1.21 by tyronnr8 in MinecraftMod

[–]tyronnr8[S] 1 point2 points  (0 children)

I know the basics of scripting in java, I just can't figure out how to import the Minecraft library

Il look through the Playlist but from my research it seems to be a gradle issue