WARNING: time does not exist for me
Member
Level 35
Artisan Unicorn
10

Forum Posts

1 - 20 of 92

    DD9448
    10/24/2023 10:47 am
    Level 35 : Artisan Unicorn
    I'm honestly really bad at rendering and models and stuff, but I do know a few examples off-hand.

    For using a different texture in the GUI vs. in an entity's hand, you can mix into ItemRenderer#getHeldItemModel: https://github.com/mrsterner/Malum-Quilt/blob/40c32120ca8447641d9a7127e079a1fd32a4bd3a/src/main/java/dev/sterner/malum/mixin/client/ItemRendererMixin.java

    For changing the position and rotation of the player's limbs when holding a particular item, you can mix into PlayerEntityRenderer#getArmPose: https://git.sleeping.town/unascribed-mods/Yttr/src/commit/ab727a2dbea7f0b9b9a5ca8e27df83fdbdcf9064/src/main/java/com/unascribed/yttr/mixin/rifle/client/MixinPlayerEntityRenderer.java
    (I'm not sure about changing the rotation / position of the head...)
    1
    DD9448
    10/24/2023 10:27 am
    Level 35 : Artisan Unicorn
    As for optimization mods, I'd recommend:

    Canary
    Embeddium
    FerriteCore
    ModernFix
    1
    DD9448
    10/24/2023 10:24 am
    Level 35 : Artisan Unicorn
    (I split up my reply into multiple messages because phpBB truncated the first one LOL)
    1
    DD9448
    10/24/2023 10:24 am
    Level 35 : Artisan Unicorn
    Here are links to the latest versions of each of those mods for Forge 1.20.1:

    Architectury API
    Cloth Config API
    Collective
    Curios API
    Geckolib
    Hud Texts
    TerraBlender
    YUNG's API
    1
    DD9448
    10/24/2023 10:24 am
    Level 35 : Artisan Unicorn
    You're missing the following mods:

    ags_hud_texts
    architectury
    cloth_config
    collective
    curios
    geckolib
    terrablender
    yungsapi
    1
    DD9448
    10/24/2023 10:23 am
    Level 35 : Artisan Unicorn
    According to your crash log:

    [22Oct2023 08:59:17.323] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
    Mod ID: 'yungsapi', Requested by: 'betterfortresses', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'ags_hud_texts', Requested by: 'ags_day_counter', Expected range: '[0,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'betterendisland', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'yungsbridges', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'geckolib', Requested by: 'creeperoverhaul', Expected range: '[3.1.8,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'betterwitchhuts', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'yungsextras', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'curios', Requested by: 'artifacts', Expected range: '[5.2.0-beta.3+1.20.1,)', Actual version: '[MISSING]'
    Mod ID: 'collective', Requested by: 'realisticbees', Expected range: '[6.57,)', Actual version: '[MISSING]'
    Mod ID: 'cloth_config', Requested by: 'artifacts', Expected range: '[11.0.99,)', Actual version: '[MISSING]'
    Mod ID: 'geckolib', Requested by: 'mobcompack', Expected range: '[4.1.0,)', Actual version: '[MISSING]'
    Mod ID: 'terrablender', Requested by: 'biomesoplenty', Expected range: '[2.2.0.154,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'betterjungletemples', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'
    Mod ID: 'architectury', Requested by: 'artifacts', Expected range: '[9.0.8,)', Actual version: '[MISSING]'
    Mod ID: 'geckolib', Requested by: 'endermanoverhaul', Expected range: '[4.2.2,)', Actual version: '[MISSING]'
    Mod ID: 'yungsapi', Requested by: 'bettermineshafts', Expected range: '[1.20-Forge-4.0.1,)', Actual version: '[MISSING]'


    You're missing the following mods:

    ags_hud_texts
    architectury
    cloth_config
    collective
    curios
    geckolib
    terrablender
    yungsapi


    Here are links to the latest versions of each of those mods for Forge 1.20.1:

    Architectury API
    Cloth Config API
    Collective
    Curios API
    Geckolib
    Hud Texts
    TerraBlender
    YUNG's API
    1
    DD9448
    08/24/2016 9:20 am
    Level 35 : Artisan Unicorn
    Delete the current CodeChickenLib jar you may or may not have. Next, download this file and place it in your mods directory. Try loading Minecraft. I do not believe that CodeChickenCore has anything to do with this.
    And GabrielleCraft, no offence, but what you're suggesting makes no sense!
    1
    DD9448
    06/28/2016 7:28 pm
    Level 35 : Artisan Unicorn
    This seems to be a known error, it seemed to only work on DragonAPI version 10d. Good luck finding that, though.
    1
    DD9448
    02/19/2016 9:56 pm
    Level 35 : Artisan Unicorn
    Well... I had a guide here... but apparently, it didn't work!? Half an hour of my life, wasted...

    EDIT: Okay, so, OptiFine actually does have an installer. Just download this:
    http://optifine.net/downloadx?f=OptiFine_1.8.9_HD_U_H3.jar&x=75b90e7e1631abe2dd370dc237ae02af
    And double click on it. Then, click "Install", and it should close automatically after you press "yes". Open the Minecraft launcher, and you should have a new profile named "OptiFine". Switch to this profile, and you may now play OptiFine!
    1
    DD9448
    10/17/2015 8:42 pm
    Level 35 : Artisan Unicorn
    Hey there! I probably won't ever talk to you again!

    PolarBearSmall_Good morning!


    ...Red bird.
    1
    DD9448
    09/23/2015 7:40 pm
    Level 35 : Artisan Unicorn
    Wait until someone who doesn't know you raid factions builds a faction themselves. Ask to join they're faction, hope they say yes, then raid it from the inside out.
    1
    DD9448
    09/22/2015 6:38 pm
    Level 35 : Artisan Unicorn
    Notice when that message was posted?
    I love how all the early posts aren't valid anymore

    Anyway, what they need to add in PE is redstone. People have mods for it, so, obviously, it can be done. Silly Mojang!
    1
    DD9448
    09/22/2015 6:33 pm
    Level 35 : Artisan Unicorn
    Have you tried... Downgrading your java?
    1
    DD9448
    08/07/2015 1:43 pm
    Level 35 : Artisan Unicorn
    Blinking. As in, skin animations. I always wanted eyelids...
    1
    DD9448
    08/07/2015 1:39 pm
    Level 35 : Artisan Unicorn
    A door was facing the wrong way.

    It was terrible.
    1
    DD9448
    07/31/2015 9:21 pm
    Level 35 : Artisan Unicorn
    Santi9809
    CaptainMurica
    Santi9809Wow. Someone who doesn't know what a floppy is.


    Darn I feel old.


    ...The floppies are in those two boxes. I didn't feel like taking them down off the top shelf, unboxing them, and taking a picture. There's a lot of them and I'm too tired to deal with them.


    I didn't mean to say that you didn't know what floppies are, I kinda understood that they were in the boxes. I was talking about Oh Pee.

    DD9448I know what a floppy is. In fact, I have a few. The problem is, they're so old, none of the computers I own have a floppy disk drive, and I'm not planning on buying one.

    And these posts about floppies aren't very helpful.


    Oh, sorry. I thought you said you didn't know what floppies were. My bad.


    BzrkPlayingMinecraftI was born in the early 2000's and I grew up with the slow change from Floppy to CD (as in the change to CD Drives in most homes, not the creation of the CD.).

    It's sad to think that new born children probably never see a Floppy Disk...


    These stories and things are nice and all, but it's getting a bit off-topic. Maybe we should just give up? It seems that no one knows how to fix this.
    1
    DD9448
    07/29/2015 1:11 pm
    Level 35 : Artisan Unicorn
    CaptainMurica
    DD9448
    Fuh... Floppies?


    Floppies.

    -snip-


    Santi9809Wow. Someone who doesn't know what a floppy is.


    Darn I feel old.


    I know what a floppy is. In fact, I have a few. The problem is, they're so old, none of the computers I own have a floppy disk drive, and I'm not planning on buying one.

    And these posts about floppies aren't very helpful.
    1
    DD9448
    07/28/2015 11:20 am
    Level 35 : Artisan Unicorn
    I can't come up with another witty bump post.
    1
    DD9448
    07/27/2015 2:03 pm
    Level 35 : Artisan Unicorn
    I think I figured out part of the problem: when I try to load something that has to run in the internet, I get to some sort of network setup, and it tells me to insert the Windows 95 CD-ROM to continue. If I knew how to insert a virtual CD-ROM as an iso or something in to the virtual drive A:\ in iDOS, I would do it. Sadly, I have no idea how to do that. But I did figure out how to get files from my computer into the system.
    1
    DD9448
    07/27/2015 1:40 pm
    Level 35 : Artisan Unicorn
    CaptainMuricaon floppies.


    Fuh... Floppies?

    Anyway, if I just so happened to get ahold of the KERNEL32.DLL file, where would I place it in the system?

    EDIT: Nevermind, it would go in C:\WINDOWS\SYSTEM.
    1

1 - 20 of 92

Welcome