Adding 3D OBJ Models to Minecraft! - ObjMC

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 51

  • @Error-kz8hn
    @Error-kz8hn Рік тому +1

    The finished product is sick

  • @infalogger9697
    @infalogger9697 Рік тому +3

    btw that import pil is inside the script already, its like telling you computer to see if it has pillow pip installed yet then it tells your computer by saying import pil and then your computer loads it on to ram or some type of memory

    • @Lubcubs
      @Lubcubs  Рік тому

      Fair enough! I was just following the guide online and shared it so people didn't have to go looking to separate sources in case it didn't work properly :)

  • @Dilithium1
    @Dilithium1 Рік тому +2

    Thanks man, this video worked great!

  • @affenhirn5541
    @affenhirn5541 Місяць тому

    Thanks, man! Ths helped me tremendously!

  • @Lapeuser-kv3lm8wz9d
    @Lapeuser-kv3lm8wz9d 3 місяці тому

    Looks so cursed and i love it

  • @zohfu
    @zohfu Рік тому

    love the vids lubcubs!!

  • @jspmonpseudo
    @jspmonpseudo Місяць тому

    so for the texture part yes if you have multiple texture you will need to combine them in a big texture image and it's doable with software online wich is harder or with a blender paid plugin allowing you to easly texture bake

  • @Benm8_
    @Benm8_ 11 місяців тому

    Now minecraft is a true sandbox* game

  • @laughingjojo5100
    @laughingjojo5100 Рік тому +1

    I've been trying to impliment starscream (bayverse) into minecraft for a map thanks so much xD I do have to learn blender though so thats still a problem

    • @laughingjojo5100
      @laughingjojo5100 Рік тому

      also im pretty sure to animate it's just like a gif on loop thats placed on an item, so the item is placed on a mobs head so it seems like the 3d model is walking and animated (this is why I need to learn blender)

  • @yodyyoderson
    @yodyyoderson Місяць тому +1

    how do i make it an iron block?

  • @Mijehake
    @Mijehake 9 місяців тому

    ran into an issue on not knowing how or what to name the texture in OBJMC in the bottom right, and it gave me an Error: mimatched texture sizes. Idk what to do

  • @fluderaurore2566
    @fluderaurore2566 Рік тому +1

    Hey lubcubs I love your mining simulator game except that the mining simulator game is broken when I start the game, I don't even see the animals and when starting the game I did not have the starting pick so answer me to explain the situation because I think the game is outdated

  • @ssuffer
    @ssuffer 6 місяців тому

    hi lubcubs big fan

  • @maxchez7199
    @maxchez7199 9 місяців тому +1

    Ran into an issue on 1.20.1 fabric when i did the steps you did in the video i gave myself a brick the item was invisible it did not show anything any tips thanks!

    • @atuel9243
      @atuel9243 9 місяців тому

      I had the same problem, remove optifine

  • @mrbobuxyt
    @mrbobuxyt Рік тому

    Hi i did everything that you said but at the last part when i clicked start on the obj it did nothing i dont know what to do and i really want this bc its so cool please respond

  • @MrCheese-petsim99
    @MrCheese-petsim99 24 дні тому

    Does it work in bedrock?

  • @Husk947
    @Husk947 6 місяців тому

    can we upload bosses and do we need to code them tell me 🖤 nice video hopfuly you will tell em how to do it

  • @SupersGoneHyper
    @SupersGoneHyper 4 місяці тому

    Yo is there any way to use an obj model as a custom skin that's just like client sided?

    • @Lubcubs
      @Lubcubs  4 місяці тому

      I believe figura offers OBJ support. Though they're called meshes. So you may need to do some converting

  • @Rzune
    @Rzune 7 місяців тому

    is this work for server?

    • @Lubcubs
      @Lubcubs  7 місяців тому

      As long as everyone has the resources and nobody is using shaders. It should yes

  • @joebravetti3023
    @joebravetti3023 5 місяців тому

    Can you do this for your character too? Can I walk around as optimus prime?

    • @jspmonpseudo
      @jspmonpseudo Місяць тому

      yell technicaly yes and no, you CAN make an animated 3D model but to actually walk around as optimus you'd need to do A LOT of work on how the animation work, you have to also make sure to diferienciate arms,legs,torso and head and you have to make sure that it fits proprely in the world. so yes, but it would require a lot of work and blender stuff plus y'a know, the classical texture baking if in mutliple textures

  • @RetroCubeGaming
    @RetroCubeGaming 3 місяці тому

    what how do i give myself the item

  • @tobyhugs1252
    @tobyhugs1252 5 місяців тому

    would it be possible to switch the version the pack is made for? it only seems to work for 1.20.6 for me but I want it for 1.20.1

    • @Lubcubs
      @Lubcubs  5 місяців тому +1

      Not sure! They might keep updating the shader software to work on newer versions. You should reach out to the creator of the software :)

    • @jspmonpseudo
      @jspmonpseudo Місяць тому

      @@Lubcubs well because it's texture stuff i'm pretty shure just downgrading should work but i'm not sure

  • @conorcarodelcastillo6634
    @conorcarodelcastillo6634 Рік тому

    when is the server going to be up?

  • @dude011
    @dude011 3 місяці тому

    Does it work with sketchfab, if it does work, what file format?

    • @Lubcubs
      @Lubcubs  3 місяці тому

      No idea! Haha

  • @celestaglacier4197
    @celestaglacier4197 Рік тому +1

    4:45
    Traceback (most recent call last):
    File "", line 1, in
    import PIL
    ModuleNotFoundError: No module named 'PIL'

    • @Dilithium1
      @Dilithium1 Рік тому +2

      Type idle into your windows search bar and click on the result that says "IDLE (Python ver. 64-bit )" and press enter or click open. Once it's open, type "import PIL" and you can close this window without any further action and now your error should go away.

    • @VelitaLechera
      @VelitaLechera 4 місяці тому

      @@Dilithium1 got the same error, it happens when i do what u just said

    • @VelitaLechera
      @VelitaLechera 4 місяці тому

      oh! nevermind, i figured out what happened, i skiped a step, sorry

  • @danielwolfe4169
    @danielwolfe4169 11 місяців тому

    can you use it for custom armor such as a helmet

    • @Lubcubs
      @Lubcubs  11 місяців тому

      Not sure about armor as 3d modeled armor is not really possible without optifine and this doesn't work with optifine

  • @Zack-c3z
    @Zack-c3z 19 днів тому

    Does this use Forge,Fabric,NeoForge? pls help

    • @Lubcubs
      @Lubcubs  19 днів тому

      @Zack-c3z this is vanilla minecraft. So you can use any version you want. But you can't use mods that alter the rendering engine like optifine I believe.

    • @Zack-c3z
      @Zack-c3z 18 днів тому

      @@Lubcubs oHHH thats why my thing didnt run thanks

  • @mrbobuxyt
    @mrbobuxyt 10 місяців тому

    HOW DO you fix PermissionError: [Errno 13] Permission denied:

    • @Lubcubs
      @Lubcubs  10 місяців тому

      No idea! You would contact their support team!

    • @mrbobuxyt
      @mrbobuxyt 6 місяців тому

      @@Lubcubs Thanks ok

    • @s8duoX
      @s8duoX Місяць тому

      Same error

  • @leonemr
    @leonemr 4 місяці тому

    tengo problemas de permisos "PermissionError [Errno 13] Permission denied", ya puse todos los permisos necesarios, ya ejecute de todas las formas posibles incluso con ayuda de chat GPT y no hubo forma de hacerlo funcionar

    • @litrasp4481
      @litrasp4481 24 дні тому

      there is NO WAY you respond to an english video in another language

  • @Fortbuilder789
    @Fortbuilder789 Рік тому

    i think your not using 1.12

  • @beginner3983
    @beginner3983 7 місяців тому

    Can you add mod link

    • @Lubcubs
      @Lubcubs  7 місяців тому

      It's already in the description :)