Import your Minecraft World into Blender

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 222

  • @Blemonade1
    @Blemonade1 3 ปีที่แล้ว +447

    Important:
    You don't have to change the blur for every texture manually:
    1. Go into the "Scripting"-workspace
    2. Click "New" to create a new script
    3. Paste this into the script:
    import bpy
    # Run through all materials of the current blend file
    for mat in bpy.data.materials:
    # If the material has a node tree
    if mat.node_tree:
    # Run through all nodes
    for node in mat.node_tree.nodes:
    # If the node type is texture
    if node.type == 'TEX_IMAGE':
    # Set the interpolation -> Linear, Closest, Cubic, Smart
    node.interpolation = 'Closest'
    4. Click the little play button
    That's it!

    • @whacktack4174
      @whacktack4174 3 ปีที่แล้ว +13

      THANK YOUU!!!

    • @TheThouZands
      @TheThouZands 3 ปีที่แล้ว +8

      do you know how to do that, but instead of the interpolation, it connects all alpha image outputs to the alpha node in the principled shader?

    • @vedanshpatidar3659
      @vedanshpatidar3659 3 ปีที่แล้ว +2

      thanks for this bro

    • @MrJCraft
      @MrJCraft 3 ปีที่แล้ว +2

      or just use mcprep

    • @BeastonicYT
      @BeastonicYT 3 ปีที่แล้ว +2

      Quick tip : the script above can mass up you other material textures if you imported them separately, like if you imported a rock texture from somewhere that is more detailed or something like that before you run this script then it may or may not mess up, so be sure to check them again.
      Thank me later ;)

  • @JackSav6
    @JackSav6 4 ปีที่แล้ว +66

    No one:
    my i3 MacBook Air: "plane noises"

    • @_fjxp_
      @_fjxp_ 3 ปีที่แล้ว +4

      haha fan go *brr*

    • @muhammadaliasif8788
      @muhammadaliasif8788 ปีที่แล้ว

      How did you download mineways to MacOS?

  • @KingPugMC
    @KingPugMC 2 ปีที่แล้ว +2

    as soon as my minecraft launcher loads you finish the tutorial lol

  • @ZumieFiasco
    @ZumieFiasco 3 ปีที่แล้ว +40

    mineways just seemingly closes itself instantly when attempting export.

    • @aidanstangle3375
      @aidanstangle3375 3 ปีที่แล้ว

      I had the same issue too. Try using the 32 bit version or deselecting the option to remove blocks.

    • @trustedjoy4960
      @trustedjoy4960 3 ปีที่แล้ว +4

      @@aidanstangle3375 yeah deselect the option to remove floating blocks and it works

    • @squdee_tm3611
      @squdee_tm3611 2 ปีที่แล้ว +1

      You probably have a too large area selected so it just instantly crashes you can either make it smaller or make the bottom a lot higher if you are only using the surface

  • @benny368_
    @benny368_ 3 ปีที่แล้ว +18

    thank you for making this tutorial, it’s helped me to get into Blender for the first time :)
    All of this was done on my i5-3570k with integrated graphics, which was surprisingly doable as long as I kept to smaller scenes.
    So a quick tip to anyone who wants to start rendering, but has a sucky PC: start with the interior of in-game structures (strongholds, village houses, desert temples etc) because they’re prebuilt and small enough for your PC to handle

    • @Titan317
      @Titan317 3 ปีที่แล้ว

      My PC are not the best, but, I can render big worlds, but the texturus are bad

  • @mo-s-
    @mo-s- 3 ปีที่แล้ว +24

    For transparent textures in Evee:
    Go to the material tab on the right
    Select the Texture you want to be transparent
    Go to settings
    Change 'Blend mode' to 'Alpha Clip'

    • @yoboiyeetus9463
      @yoboiyeetus9463 3 ปีที่แล้ว +3

      Help it doesn't work

    • @nekomaster1000
      @nekomaster1000 3 ปีที่แล้ว +1

      @@yoboiyeetus9463 Select your material -> Shading tab -> Connect the PNG's Alpha node output to the Principled BSDF's Alpha input -> Under Material Properties, go to Settings and change the object's Blend Mode to Alpha Blend -> Huzzah!

  • @cyberninja1323
    @cyberninja1323 3 ปีที่แล้ว +18

    That time lapse was faster than my maths teacher

  • @jmm1233
    @jmm1233 3 ปีที่แล้ว +4

    another important tip , use cycles as it deals with fog and transparent textures better than eevee , and thus get those god rays

  • @mariostza8354
    @mariostza8354 3 ปีที่แล้ว +7

    There is also an add-on called MCprep for blender that could help

  • @MrCube6
    @MrCube6 3 ปีที่แล้ว +5

    Awesome tutorial!!!

  • @Kurie
    @Kurie 3 ปีที่แล้ว +51

    Please do evee :)

    • @aprizuniverse
      @aprizuniverse 3 ปีที่แล้ว +8

      For transparent textures in Evee:
      Go to the material tab on the right
      Select the Texture you want to be transparent
      Go to settings
      Change 'Blend mode' to 'Alpha Clip'

    • @gluttonium
      @gluttonium 3 ปีที่แล้ว

      @@aprizuniverse didnt work for me hmmm

    • @aprizuniverse
      @aprizuniverse 3 ปีที่แล้ว

      @@gluttonium ok u need to select ur material, go in shader tab, connect alpha of image intó alpha of principal bsdf, then go in material tab, on the right btw, and go to settings, blend mode and change to alpha blend

    • @gluttonium
      @gluttonium 3 ปีที่แล้ว

      @@aprizuniverse it worked.
      I connected the material alpha with the alpha of the Bsdf and it already added transparency
      THX

    • @aprizuniverse
      @aprizuniverse 3 ปีที่แล้ว

      @@gluttonium np

  • @duivelducky
    @duivelducky 3 ปีที่แล้ว +3

    Yess awesome tutorial! Giving me so many ideas. Would love go see a tutorial for doing this in eevee too tho

  • @nekomaster1000
    @nekomaster1000 3 ปีที่แล้ว +12

    Echoing this from Aprizu Universe for anybody who wants transparent textures:
    Select your material -> Shading tab -> Connect the PNG's Alpha node output to the Principled BSDF's Alpha input -> Under Material Properties, go to Settings and change the object's Blend Mode to Alpha Blend -> Huzzah!

    • @Canesugars
      @Canesugars 3 ปีที่แล้ว

      thanks so much i was fiddling for so long to figure this out!!!

    • @MeisterDesHammers
      @MeisterDesHammers 3 ปีที่แล้ว

      how to change to alpha blend where is material properties

    • @Creeperfan78
      @Creeperfan78 3 ปีที่แล้ว

      For me Alpha Hashed worked better

    • @star59_mcun4
      @star59_mcun4 ปีที่แล้ว

      Alpha Clip is better for leaves, try it

  • @festeak
    @festeak ปีที่แล้ว

    This helped me so much! The only thing I had to do that wasn't in this tutorial is I changed the texture of the leaves (jungle) so that they weren't transparent, the transparent leaves ruined the way it looked for my project, but everything else worked perfectly!

  • @JL345-O
    @JL345-O 4 ปีที่แล้ว +7

    Great Tutorial

  • @letsgobirding9246
    @letsgobirding9246 4 ปีที่แล้ว +40

    Amazing! do you map the alpha to the BSDF to get the grasses and flowers to show up correctly? (for a cycles render)

    • @BlenderTutor
      @BlenderTutor  4 ปีที่แล้ว +4

      Yep!

    • @vpminecraft3236
      @vpminecraft3236 3 ปีที่แล้ว

      i use mcprep texeture

    • @yoboiyeetus9463
      @yoboiyeetus9463 3 ปีที่แล้ว +2

      @@BlenderTutor can you do a tutorial on how to make transparent textures on evee or is it just impossible. I'm doing a render of the bedwars map Eastwood and since I can't do it imma just delete the dead bushes

  • @thejackmc_249
    @thejackmc_249 2 ปีที่แล้ว +3

    tutorial to add the world's shading and texturing?

  • @luizvictor9258
    @luizvictor9258 3 ปีที่แล้ว

    i came here to know just how to import minecraft worlds to blender and learned many tips that will help me so much on other projects

  • @CreateCG1
    @CreateCG1 ปีที่แล้ว +3

    Wow.. this is a nice tutorial especially for us animators😊😊

  • @TheVortexAMV
    @TheVortexAMV 2 ปีที่แล้ว +2

    Thanks so much! This really helped me create my MC animations

  • @morgan.lucero
    @morgan.lucero 4 ปีที่แล้ว +4

    i would love an eevee tutorial thank you!

  • @razkoMC
    @razkoMC 8 หลายเดือนก่อน +1

    Thank you bro, This video is helpful.

  • @mustyndusty8277
    @mustyndusty8277 3 ปีที่แล้ว +3

    Download MCprep, then hit n in blender, then click MCprep and prep material to skip clicking every single material

  • @syumjoba
    @syumjoba 2 ปีที่แล้ว +3

    Great tutorial but I have a pressing question. How do I import worlds that are modded, mantaining the mod specific blocks and features?

    • @jojoplay1443
      @jojoplay1443 ปีที่แล้ว

      Yes, same question here, i have used the chiseled and bits mod.

  • @maxbennedbk7085
    @maxbennedbk7085 3 ปีที่แล้ว

    i didn't know mineways existed, oooooooo!!!!i can do so much cool stuff with this

  • @JamFam1957
    @JamFam1957 3 ปีที่แล้ว +1

    thank you for this!

  • @elijahnava2168
    @elijahnava2168 4 ปีที่แล้ว +6

    When i render it the texture doesnt show, its just transparent

    • @nekomaster1000
      @nekomaster1000 3 ปีที่แล้ว +2

      Select your material -> Shading tab -> Connect the PNG's Alpha node output to the Principled BSDF's Alpha input -> Under Material Properties, go to Settings and change the object's Blend Mode to Alpha Blend -> Huzzah!

    • @cipherr6077
      @cipherr6077 3 ปีที่แล้ว

      @@nekomaster1000 bro, you've helped me so much, ty

  • @GargonStudios
    @GargonStudios 2 ปีที่แล้ว +1

    How can i import mods blocks?

  • @everknight6267
    @everknight6267 3 ปีที่แล้ว +1

    You're a lifesaver

  • @tonguyenducmanh
    @tonguyenducmanh 4 ปีที่แล้ว +2

    Good job bro

  • @chaosminecraft3399
    @chaosminecraft3399 3 ปีที่แล้ว +2

    Huge thanks for the Tutorial, i'm making a Blend of Blender ade and Mineways exported world render. i'm Curious how it will be on finish.

  • @anindyaroythetechmaster
    @anindyaroythetechmaster 2 ปีที่แล้ว +1

    I have a question. How to get the minecraft Nether or end into blender?

  • @-manuterodactilo-7177
    @-manuterodactilo-7177 ปีที่แล้ว +1

    amazing! but how to include entities like animals and mobs??? this doesn't appear in blender

    • @BlenderTutor
      @BlenderTutor  ปีที่แล้ว

      Unfortunately mineways doesn't bring over anything but world blocks, so for entities you'd have to download 3D models and import them into your project separately

  • @BossKnight
    @BossKnight 2 ปีที่แล้ว +1

    is there anyway to do this with modded?

  • @ez_nashawnn4762
    @ez_nashawnn4762 3 ปีที่แล้ว +2

    Can it detect modded blocks?

  • @skilled_
    @skilled_ 4 ปีที่แล้ว +3

    help, its not showing the world in blender when i import the world

    • @3nndoWasTaken
      @3nndoWasTaken 3 ปีที่แล้ว

      import the OBJ file not the other one

  • @flybutter1076
    @flybutter1076 2 ปีที่แล้ว +1

    nice man

  • @RpgBlasterRpg
    @RpgBlasterRpg 3 ปีที่แล้ว +2

    How to make it work with modded blocks ?

  • @bmgamerz7679
    @bmgamerz7679 2 ปีที่แล้ว +1

    Thanks Bro

  • @3nndoWasTaken
    @3nndoWasTaken 3 ปีที่แล้ว +1

    when i try to render it in cycles the grass textures arent transparent

  • @defy439
    @defy439 2 ปีที่แล้ว +1

    Can you do this with mods?

  • @GamergateKen
    @GamergateKen ปีที่แล้ว +1

    I'm late to the party but does it work with "level.dat" files? like what if i want to import the First Ever Minecraft World in to a blender model...
    EDIT: nvm it crashes everytime i try... :(

  • @Gamemetdaan
    @Gamemetdaan 2 ปีที่แล้ว +1

    Is this possible with mods?

  • @hickoryturtles575
    @hickoryturtles575 2 ปีที่แล้ว

    You can download a blender mod that fixes the textures automatically. It also can easily add an HDRI and Minecraft-y sun.

    • @Traviz_
      @Traviz_ 2 ปีที่แล้ว

      whats the name of the mod?

    • @Eggnog417
      @Eggnog417 ปีที่แล้ว

      I believe its mcprep, hope this year later response helps LOL

  • @RaselerKaj
    @RaselerKaj 4 ปีที่แล้ว +4

    make some motion graphics stuff sir

    • @BlenderTutor
      @BlenderTutor  4 ปีที่แล้ว +3

      Haha I will! I had just promised this tutorial for a while so I wanted to get it out of the way. Mantaflow fluid sim tutorial is next, and then another mograph tutorial 😁

    • @RaselerKaj
      @RaselerKaj 4 ปีที่แล้ว +1

      @@BlenderTutor Love to here, you're awesome. Please make then some of tutorials about Blender Cloth function

  • @mystery5252
    @mystery5252 2 ปีที่แล้ว +1

    Dose this work with Steam version of Blender? I don't know if there's a difference have only been using Steam Blender a few days.

  • @lucapiotto
    @lucapiotto ปีที่แล้ว

    Mine crashed when trying to save the selected region know why??
    It was a 1k x 1k so maybe it was that, in that case is there a way to prevent it from crashing when saving such large areas?

  • @GLITCHMonsterCat
    @GLITCHMonsterCat 3 ปีที่แล้ว

    The most important thing is that the textures were adjusted on an accelerated rewind, nothing is clear, how to make the textures sharp and how to remove the black grass in the viewport?

  • @BOTTLEMAN-Official
    @BOTTLEMAN-Official ปีที่แล้ว

    how do i fix the transparency of the campfire logs?

  • @notsobshmi3977
    @notsobshmi3977 2 ปีที่แล้ว

    hi i was wondering how you can select just one block and not the entire world. for like just remove a tree or something

  • @Exoskeleton2921
    @Exoskeleton2921 5 หลายเดือนก่อน

    is this possible with modded worlds/servers? they don't use the normal MC launcher, so I don't know if it would show up in the world list. Would you need to download the world file and insert it somewhere?

  • @Canesugars
    @Canesugars 3 ปีที่แล้ว +1

    how do i make the grass texture clear im haveing problems with it having a black background even though i followed ur tutorial

    • @Canesugars
      @Canesugars 3 ปีที่แล้ว

      also im in cycles

  • @Iciest_Bear
    @Iciest_Bear 2 ปีที่แล้ว

    So I was importing a world, and I couldn't apply movement of any kind or change the visibility of the imported world. Could anyone please help?

  • @tuchezx973
    @tuchezx973 2 ปีที่แล้ว

    Thanks a Lot! 5:20

  • @itsthelist3502
    @itsthelist3502 ปีที่แล้ว

    Could you ad a voxel model from here then put the map back into game

  • @mr.unkownxoxo
    @mr.unkownxoxo 3 ปีที่แล้ว

    thanks so much

  • @just_mikeyiguess
    @just_mikeyiguess 3 ปีที่แล้ว

    Please, you didn't show us how to delete that black things around the grass or flowers, and i really don't know how to do that... o_o

  • @doodlemcgooglearts1030
    @doodlemcgooglearts1030 5 หลายเดือนก่อน

    I know im late but i got a question. Do i need minecraft or can i just download a map off a website and use mineways

  • @LightHope.studio
    @LightHope.studio ปีที่แล้ว +1

    thank you so must

  • @Amieee
    @Amieee 3 ปีที่แล้ว

    Thank you!

  • @alkhonsa9601
    @alkhonsa9601 3 ปีที่แล้ว

    how to fix "error writing to export file; partial file output
    PNG error: failed to open for writing
    when i go to shading tab. the color just purple

  • @aboodjee
    @aboodjee ปีที่แล้ว +1

    thank you for making this video! I can animate better now!

  • @RodneyDoesStuffAndMore
    @RodneyDoesStuffAndMore 4 ปีที่แล้ว +5

    Is there a way I can do this with bedrock? A program like mineways? Or can I convert a world from bedrock to java and do it this way?

    • @morgan.lucero
      @morgan.lucero 4 ปีที่แล้ว +2

      you can use structure blocks to export to a 3d model, but they do have size limitations, and I believe you need an addon to import the models. although there is some glitches with materials, so the way I found that solves them is to open the model in paint 3d and export it again

    • @RodneyDoesStuffAndMore
      @RodneyDoesStuffAndMore 4 ปีที่แล้ว +1

      @@morgan.lucero ty!

    • @orlando.l5135
      @orlando.l5135 4 ปีที่แล้ว

      @@RodneyDoesStuffAndMore I’m pretty sure I saw a page on the mineways site telling you how to convert worlds maybe try that?

    • @nikolaos6083
      @nikolaos6083 3 ปีที่แล้ว

      @@orlando.l5135 yes. then it should work normally :D

  • @David-m16
    @David-m16 3 ปีที่แล้ว

    9:17 -> 9:50 What are you doing? I don't understand anything

  • @Blue-mq4vq
    @Blue-mq4vq 2 ปีที่แล้ว

    how can I change the texture pack of my minecraft import, as I the standard minecraft textures are appearing in blender.

  • @dave2171
    @dave2171 7 หลายเดือนก่อน

    so... if i drop an item on the ground. can it render that too?

  • @arisynily1882
    @arisynily1882 3 ปีที่แล้ว +1

    But does it work if I place a modded block?

  • @StephenCN
    @StephenCN ปีที่แล้ว

    why when i import obj there is no color on the model😢

  • @Maxplays-np6nf
    @Maxplays-np6nf 2 หลายเดือนก่อน

    If windows won’t ,eat you run it another way is to press more info then it will say run anyway

  • @Garfuneral_
    @Garfuneral_ 3 ปีที่แล้ว

    how do I fix the leaves being weird as hell

  • @stickbound
    @stickbound 3 ปีที่แล้ว

    how to get rid of these black thingy on the grass?

  • @InlandFaun374
    @InlandFaun374 2 ปีที่แล้ว

    What do i do if all the textures are purple

  • @wertiaaudit5746
    @wertiaaudit5746 2 ปีที่แล้ว

    Thanks

  • @skyifymc2800
    @skyifymc2800 3 ปีที่แล้ว

    Anyone know how to get rid of those black shadows on the grass?

  • @colymoli4311
    @colymoli4311 3 ปีที่แล้ว

    can you import texutre packs and export the mc world with those textures?

  • @D_Gamer_France
    @D_Gamer_France 3 ปีที่แล้ว

    so i have a problem with Blender and Mineways
    for Mineways, it was used once and after the 3rd it crashed when exporting the map
    for Blender, I can no longer import the maps that I had already exported even after 1 hour of waiting for the latter
    would it be possible to help me now? :(

  • @dannydramatic16
    @dannydramatic16 3 ปีที่แล้ว

    The grass and other transparent bocks are clipping though each other and the water

  • @Capytinno
    @Capytinno 3 ปีที่แล้ว

    bro can you show me how to make a mega realistic minecraft rig render with skin and hair shader please😓 i'm trying to make an image for my channel

  • @BurkenProductions
    @BurkenProductions 2 ปีที่แล้ว +1

    Yeah do more videos that are a bit more IN DEPTH than this lighter one! :D

  • @JorgonR
    @JorgonR 3 ปีที่แล้ว

    everytime I open my world in Mineways i get a warning that says "unknown block type encountered and ignored. etc..." and then i try to export it and nothing happens. What do I do? I made sure I have the latest version of mineways

  • @BenCadetThePastafarian
    @BenCadetThePastafarian 11 หลายเดือนก่อน

    how do we add shaders

  • @bedbreaker5675
    @bedbreaker5675 3 ปีที่แล้ว

    Hey I am really struggling to understand how he added this bump and nice water material in the end
    Does anyone know how to do it?

    • @That_Guy46
      @That_Guy46 2 ปีที่แล้ว

      you can add a Bump node to the image texture then plug that into the normal of the principle bsdf

  • @darth_dub_
    @darth_dub_ 2 ปีที่แล้ว

    Can amulet be used instead of mineways?

  • @elijahnava2168
    @elijahnava2168 4 ปีที่แล้ว

    Is there a way to make the blocks different textures?

  • @thelegostoner2265
    @thelegostoner2265 3 ปีที่แล้ว

    Hey! I got a problem: mineways is only exporting one texture for the whole thing I can't select the single ones like you whatever I do...also mineways seems to crash almost 99% trying to export an obj ... You got any help?

  • @jambo_juice_6427
    @jambo_juice_6427 3 ปีที่แล้ว

    Can i render screenshot like this if i have resourcepack? or no?

  • @coopertempest382
    @coopertempest382 8 หลายเดือนก่อน

    import bpy
    # Iterate through all materials
    for material in bpy.data.materials:
    # Check if the material has a blend mode property
    if hasattr(material, 'blend_method'):
    # Check if the blend mode is 'BLEND'
    if material.blend_method == 'BLEND':
    # Change blend mode to 'CLIP'
    material.blend_method = 'CLIP'
    This script will change the blend mode of alpha materials to clip instead of blend

  • @spacewater4898
    @spacewater4898 2 ปีที่แล้ว

    non-nemuric value error
    help?

  • @gudfishpoop3188
    @gudfishpoop3188 2 ปีที่แล้ว

    is mine ways for apple?

  • @Ambitious_Scripter
    @Ambitious_Scripter ปีที่แล้ว

    I can't get the textures to work

  • @abdulaziz-si1wu
    @abdulaziz-si1wu 3 ปีที่แล้ว

    YOU REALLY DO IT VERY GOOD. DO I HAVE A LUCK TO TEACH ME?

  • @warpedsense2882
    @warpedsense2882 3 ปีที่แล้ว

    My object still is grey when I click on the ball

  • @elijahnava2168
    @elijahnava2168 4 ปีที่แล้ว

    The texture isn't showing when i go to the shading

  • @donmagulon
    @donmagulon 2 ปีที่แล้ว

    why are the textures purple for me

  • @Titan317
    @Titan317 2 ปีที่แล้ว +1

    I rendered an entire village with 4GB of RAM and a AMD A9 procesor, I think that my PC can handle it

  • @TheRandomDude1011
    @TheRandomDude1011 ปีที่แล้ว

    it isnt saving my world to a folder its refusing to do so what do i do

  • @peijietong-p6j
    @peijietong-p6j 9 หลายเดือนก่อน

    How to import nether?

  • @Coolpizzaking
    @Coolpizzaking 11 หลายเดือนก่อน

    Wtf, doing the 2nd ball to the right thing made my it couloired purple

  • @Roman-L
    @Roman-L 3 ปีที่แล้ว

    Can I use TL Launcher instead?

  • @trickyaleksf
    @trickyaleksf 6 หลายเดือนก่อน

    w to download it its a zip file and i cant open it as an app Howhat about Mineways? Wh

    • @trickyaleksf
      @trickyaleksf 6 หลายเดือนก่อน

      ry this typing on Computer youtube works so bad Sor