MCreator Lore: Crafting Functions | Ep69

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

КОМЕНТАРІ • 18

  • @LotusEvistix
    @LotusEvistix 4 місяці тому +1

    good work !

  • @cosmogaze1
    @cosmogaze1 4 місяці тому +1

    this is so cool, i cant wait for tob to be out of indev, if you get what i mean HA

  • @TheSpringyBoi
    @TheSpringyBoi 4 місяці тому +1

    Good work, by any chance could you post a tutorial on how to give mobs multiple models? or like customizable mobs like a mech?

    • @NorthWestTreesMCreator
      @NorthWestTreesMCreator  4 місяці тому +1

      Episode 71 I started to work on an entity though your suggestion gave me an idea to try I am not sure if its possible to do but I may be able to make use of the new feature for model layers this would require synced data to change the states but I could just merge the two models for the prairie dog into one model this way. I plan to do texturing next episode in ep 72 and then MCreator work in 73. It will be a few weeks before then as I have tutorials between the videos but if you watch those videos it should explain a bit.

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

      @@NorthWestTreesMCreator Thank you, you might be the best tutorial youtuber

  • @hakerboi
    @hakerboi 4 місяці тому +1

    What software r u using for making the texturrs?

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

      I have been using this software since Minecraft Beta I think, around that time, not sure exactly when but GIMP ended up doing a huge UI overhaul and I had to learn something new and Paint Dot Net was just easier to learn than GIMP so I stuck with it. Its free but a windows application. I think you can find it also on the Microsoft store too.
      getpaint.net/

  • @Musicofcutewolves
    @Musicofcutewolves 4 місяці тому +1

    can you plz make a video on how to make buttons and levers i been trying to make some to work but it keep acting like a Redstone block not like a lever that go's thro blocks it be Nice's thx

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

      For both you need two blocks.
      Buttons have two models one that powers redstone and the other one that can be right-clicked.
      When the button is pressed the model update changes it to the one that gives power then after a delay using a timer it will automatically reset back to the first block.
      Levers are not much different though requires manual action from the player, so both require a right click action to switch between the two states.
      For this you can simply use the replace block. I have covered how to make timers too on this channel you can use something like NBT to store the data and count down until it needs to switch.

  • @alikaanatik
    @alikaanatik 4 місяці тому +1

    Bro, will you do the series I mentioned?

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

    PLEASE IM SO SORRY THAT I HAVE TO COMMENT ANOTHER OFF TOPIC THING BUT PLEASE! MY MCREATOR BROKE, AND WHEN I TRIED TO RUN MINECRAFT TO TEST IT, IT CLOSED ITSELF. AND WHEN I TRIED TO UPDATE IT, IT DIDNT WORK! I TRIED SIGNING INTO THE MCREATOR WEBSITE BUT I COULDNT SIGN IN! THEN I LOOKED FOR MCREATOR IN MY HOMEPAGE AND IT WASNT THERE! I MIGHTVE JUST LOST ALL MY MODS! PLEASE TELL ME HOW TO GET THEM BACK! AND HOW TO FIX THIS!

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

      I don't work for Pylo. I am just a contributor so if you have issues with the site you will need to use their contact forum to have your password reset. As far as the issues I suggest opening a bug report and providing the MCreator log from the MCreator folder and any other information you have such as trying to update etc. in your bug report. The more information you provide the better they can help figure out a solution. There is also a wiki page for general troubleshooting tips for the application which you should check out first before opening a bug report on their GitHub.

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

    what do you use to record?

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

      I used to use mirillis ACTION! but I had so many issues with the software with recording I ended up buying Bandicam its been around for a long time, I remember it being popular way back in Minecraft Beta though I use this now without any issues, though it does have some issues when recording full screen games and you click off of the screen. I have had this happen once with No Mans Sky recently Accidently clicked off and the recording went into a still frame but its not to hard to avoid and rarely happens. It may also be limited to just games with window less games. I have not really explored it to much to know what happens but its way better than my previous software by a long shot.

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

    is it possible to transfer nbt number data from a item to a block? and how do we do that if it is?

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

      It is possible. I actually did something similar with CCTV Craft for the remote floppy disk.
      You need to have a inventory slot for the block once the item is in there you replace the itemstack with a block to test for the item in the blocks slot. Just make sure the NBT name is the same as the one on the item and it should get the NBT Data. You can also pass that over to the block if you wanted too by just setting the data to a block NBT variable, same goes with entities just different combo of NBT blocks.