Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • MC Station
  • Free Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • ultimatelukas's Profile
  • Send Private Message
  • View ultimatelukas's Profile
  • ultimatelukas
  • Registered Member
  • Member for 10 years, 5 months, and 23 days
    Last active Thu, Mar, 25 2021 00:40:36
  • 0 Followers
  • 150 Total Posts
  • 3 Thanks
  • Member
  • Posts
  • Threads
  • Reputation
  • Comments
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • View ultimatelukas's Profile

    0

    Jun 11, 2018
    ultimatelukas posted a message on Herobrine's Paradox

    I remember this

    Posted in: WIP Mods
  • View ultimatelukas's Profile

    0

    Jul 27, 2017
    ultimatelukas posted a message on Custom tntprimed entity invisible!

    interesting! Thanks for the info

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jul 27, 2017
    ultimatelukas posted a message on Custom tntprimed entity invisible!

    Hello all!


    First of all I would like to thank you for taking your time to read this. The problem that I am having is that my custom nuke entity (I know, very original name :)) renders invisible! I know that it's being spawned because it creates an explosion! Below I have linked the git branch containing the relevant files as well as individual files involved with the entity! If you have any questions, don't hesitate to ask!


    Source Root

    EntityNukePrimed.java
    RenderNukePrimedFactory.java
    RenderNukePrimed.java

    ClientProxy.java


    Thanks in advanced for your help,
    I am probably missing something blatantly obvious to more experienced modders!
    UltimateLukas


    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 16, 2016
    ultimatelukas posted a message on How do I name the model definition for the item in my itemblock?

    Sorry for the confusion, I copied that error from my other post, forgetting that I changed the code...

    Everything is registered. (I also fixed the block link)

    So the proper error is:

    [16:05:01] [Client thread/ERROR] [FML]: Model definition for location lockmod:BlockIronChest#variant=iron not found
    [16:05:01] [Client thread/ERROR] [FML]: Model definition for location lockmod:BlockIronChest#variant=steel not found
    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 16, 2016
    ultimatelukas posted a message on How do I name the model definition for the item in my itemblock?

    tried that, didn't work :(

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 14, 2016
    ultimatelukas posted a message on How do I name the model definition for the item in my itemblock?

    Thanks,

    I have already referenced that and many other websites to try to find help :)

    I will post my files to see if you can spot something I cant :)

    Block Class

    Json File

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 14, 2016
    ultimatelukas posted a message on Minecraft forge tile entity nbt string acting strange! [SOLVED]

    IT WORKS!!! THANKS SOOOOO MUCH!!!!!!!

    I'M SOOO HAPPY

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 14, 2016
    ultimatelukas posted a message on Minecraft forge tile entity nbt string acting strange! [SOLVED]

    Hello!

    So I have created a custom lock method inside of my tile entity for my chest!

    It works fine except for the fact that after re-loading the map, the saved nbt string does not want to be equal to another identical string....

    and so, returns false (as well as print a debug message with both the string saved on the chest and key)


    Tile Entity


    Thanks,

    Lukas G. Olson

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 12, 2016
    ultimatelukas posted a message on How do I name the model definition for the item in my itemblock?

    please help!

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 11, 2016
    ultimatelukas posted a message on How do I name the model definition for the item in my itemblock?

    Hey all!

    So the item part in my custom dynamic itemblock cannot find its model definition, the block part is fully static (I bypassed the json rendering)


    The error is the following:


    [21:32:34] [Client thread/ERROR] [FML]: Model definition for location lockmod:BlockBasicChest#variant=stone not found

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 10, 2016
    ultimatelukas posted a message on 1.8.9 game freezes upon interaction with custom chest please help! -Solved (Rewrote code)

    Ok, I scrapped my current code, and fully rewrote it with a modular design,

    only error I'm getting now is this:

    [21:32:34] [Client thread/ERROR] [FML]: Model definition for location lockmod:BlockBasicChest#variant=stone not found


    and the item texture is a large untextured cube (the block renders fine, however)

    How would I name the model definition?

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 9, 2016
    ultimatelukas posted a message on 1.8.9 game freezes upon interaction with custom chest please help! -Solved (Rewrote code)

    doesn't change anything :(

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 9, 2016
    ultimatelukas posted a message on 1.8.9 game freezes upon interaction with custom chest please help! -Solved (Rewrote code)

    Ok, so I found that the tile entity is missing a mapping!

    Apparently I'm not registering something correctly? am I correct?

    Anyways, I attached the main mod class just in case you or someone else wanted to take a quick look and put me back on my feet :)


    Here is the log


    [11:07:21] [Server thread/ERROR] [FML]: A TileEntity type com.greyblockgames.lockmod.entities.TileEntityLmChest has throw an exception trying to write state. It will not persist. Report this to the mod author
    java.lang.RuntimeException: class com.greyblockgames.lockmod.entities.TileEntityLmChest is missing a mapping! This is a bug!



    Thanks,

    Lukas G. Olson

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 9, 2016
    ultimatelukas posted a message on 1.8.9 game freezes upon interaction with custom chest please help! -Solved (Rewrote code)

    Hello everyone!

    Recently I have created a custom chest, however, the game freezes upon interaction with the chest!

    Any and all help would be greatly appreciated!


    Gui Handler

    Chest Gui

    Container

    Tile Entity

    Block

    Log


    ==Edit==

    Main Mod Class


    Thanks!

    Lukas G. Olson

    Posted in: Modification Development
  • View ultimatelukas's Profile

    0

    Jan 6, 2016
    ultimatelukas posted a message on New realm looking for dedicated players!
    Quote from Saladisawesome»

    IGN: TreeCarrot

    preferred name: TreeCarrot :D

    Country: Indonesia

    Language: English

    Activity level on Minecraft : I'll play minecraft everyday for a bit since I'm also have stuff like exams :D But will still get online!

    Age: 14


    Hope I can join! Thanks!


    Accepted!
    Posted in: Minecraft Realms
  • To post a comment, please login.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

MOBAFire Network

  • MOBAFire.com
  • Leaguespy.gg
  • CounterStats.net
  • Teamfight Tactics
  • WildRiftFire.com
  • RuneterraFire.com
  • SMITEFire.com
  • DOTAFire.com
  • ArtifactFire.com
  • HeroesFire.com
  • VaingloryFire.com
  • MMORPG.com

© 2022 Magic Find, Inc. All rights reserved.

Mobile View