How to Make a CUSTOM CRAFTING Table in MCreator!

  Рет қаралды 7,122

NorthWestTrees MCreator

NorthWestTrees MCreator

Күн бұрын

Пікірлер: 124
@MaxonTheGoofyGoober
@MaxonTheGoofyGoober 7 ай бұрын
I was just looking up how to do this like yesterday but there wasn't anything that wasn't like 4 years ago! Thank You!
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
Glad I could help!
@anotherpromotor
@anotherpromotor 7 ай бұрын
Nevermind, I found another one of your tutorials that explains my question. Great video!
@vcreepEr
@vcreepEr 21 күн бұрын
If anyone wants to know, if you want a JEI recipe, there is a plugin for MCreator.
@normthestorm15
@normthestorm15 Ай бұрын
I can't seem to find most of the logic code blocks you are using (e.g. "return logic", "call procedure and get return value...") do you maybe know why that is?
@noah_nosiaplays
@noah_nosiaplays Ай бұрын
I can't find Set local slot to 0 and Set local slot to get local slot +1?
@vtubruh
@vtubruh 7 ай бұрын
It is a pity that there is no way to create new armor slots in the inventory... ehhh
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
One of the most common questions is adding slots for rings and such, sadly its not possible at the moment not without coding at least.
@TheMuscularFrog
@TheMuscularFrog 7 ай бұрын
well there is an add-on for mcreator I think. no idea how it's called but you can make rings and such. but you have like a ton of slots I think am not sure
@CyberMonkey-su3xt
@CyberMonkey-su3xt 7 ай бұрын
@@TheMuscularFrog it's called the curios API.
@Utopia390rl
@Utopia390rl Ай бұрын
​@@vtubruh well, if someone can make extra inventory slots, then this may be a possibility Edit: oops, I didn't realize this was a mod, I was talking datapacks
@idkwtfimdoing7285
@idkwtfimdoing7285 4 ай бұрын
I only suggest one thing, many of us are just starting out, please show where the blocks you use are located so that it is not a complete headache to find them.
@velacirapper
@velacirapper 4 ай бұрын
I can't find them anywhere still
@brotheryuuta7232
@brotheryuuta7232 7 ай бұрын
How did you go about making the Local: Slot piece for the Output?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I have a bit of an older video, not the greatest quality but it explains local variables. kzbin.info/www/bejne/apiUfKGLbpeEZsU
@thebradybas
@thebradybas 7 ай бұрын
I know this is off-topic but I really need help with this: So I was making a Minecraft mod with Mcreator, using Blockbench to make the models for entities and Geckolib only for some entities. But when I made a new entity, an error message showed up when I tried to do anything. Make a new element, update an element, launch the game to test, nothing worked. I check the code and I had no idea what I was looking at and one of the errors was could not find symbol. I tried turning Geckolib off and back on, but still, nothing happened. The error in question was "one or more of your mod elements did not compile correctly. this can happen if you lock mod base files or elements." I press regenerate code and the same pop up error shows up again. Press it, again, again, and again, no end. I NEED to solve this problem as I don't want to have to make another mod and start from scratch and wait for that one to be broken too.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I responded to your other post about this question.
@artistatic
@artistatic Ай бұрын
Help. I think I did everything, but everything freezes when I open my GUI :(:(:(
@ChekMate80MC-YT
@ChekMate80MC-YT 7 ай бұрын
Is there any way to make a stone cutter like blocks?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I have not tried, it may be possible to cycle recipes using slots and then maybe have some kind of action when the slot changes to update the output item then remove the item but I honestly am not sure if this would work or not. It would require me to do a lot of testing and trial and troubleshooting. But off hand that's by best idea which it could be done without coding.
@CosmicTeration
@CosmicTeration 4 ай бұрын
Where to find set local slot to ,block
@CosmicTeration
@CosmicTeration 4 ай бұрын
Help ple
@NorthWestTreesMCreator
@NorthWestTreesMCreator 4 ай бұрын
if it says local chances are it's a local variable, you need to create though in the procedure on the right-hand side.
@hallowedcs
@hallowedcs 2 ай бұрын
Hi, i did try to make the crafting script and noticed that it doesnt allow me to set the procedure to trigger While this GUI is open tick because it has required dependency itemstack. Is there any way around it?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
You would need to replace the itemstack block with a item selector block, though item stack local variables should still work as long as long as the item selector is used to apply the item to the variable.
@Guy_offical
@Guy_offical 2 ай бұрын
Im having a really wierd issue where i can only put dirt into the recipe and have it work. i am making a crafting table with 3 inputs, and if i set any of the inputs to anything other then dirt then it wont work.
@driffYT
@driffYT 6 ай бұрын
Hello! In my mod, I want to make a 5x5 crafting table (not a 3x3) but, when I import the gui open tick procedure you've provided, it says that there are errors: "Procedure return value block is calling nonexistent procedure CustomCraftingNormalGrassBlockRecipeCondition" and "Procedure return value block is calling nonexistent procedure CustomCraftingNormalBoneRecipeCondition" . I have imported the only gui open tick procedure you've provided and I think it is for the 3x3. How can I fix the errors? Thank you for your time.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
The return value in t he update tick procedure for the GUI would be for testing the recipes, this compacts the code a bit in the main file. I provided the 5x5 recipe condition in the project files make sure that you link up that at the location for the update tick procedure and then set your custom recipe, once done regenerate the workspace code and you should be good to go. You may need to remove unneeded recipes from the update tick main procedure but in most cases this should resolve the issue your having.
@DrakKuba
@DrakKuba 3 ай бұрын
Hi, I have a question... How is the ItemTakenFromNormalOutputSlot procedure and there is a Set... to: and a number. So how do I create a Local: slot for that window?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 3 ай бұрын
This would be a local variable, you would need to create the local variable on the right panel under the button to save the procedure. Once you have the local variable saved you will see it under custom variables on the left side.
@JohnDoe-tt5qc
@JohnDoe-tt5qc 6 ай бұрын
Hi, making this comment in case anyone was having the same problem I was having. I noticed that after following this guide, the items would stay in the GUI when closed, rather than dropping or returning to my inventory, and if I broke the block the GUI was bound to, it would drop all items, including any items in the output slot. To fix this, don't enable block entity on the block, but instead make a trigger that opens the GUI when you right click the block. This unlinks it from any sort of external inventory, if that's what you're trying to do.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
For items to return to the player this would require advanced script to do when the GUI is closed, but for your other issues your output slot should have settings to disable dropping make sure that players can't add to that slot. There should also be overrides for preventing it from dropping there in the slots settings too.
@JohnDoe-tt5qc
@JohnDoe-tt5qc 6 ай бұрын
@@NorthWestTreesMCreator I actually managed to fix the items staying and duping when the block is broken by just disabling block entity, and having a trigger that opens the GUI when you right-click it. That way there’s no inventory for the items to stay in, so they just go back to yours.
@Dani_5001
@Dani_5001 29 күн бұрын
I'm making a mod with a ''scraping'' table wich don't matter anyways is a crafting table, of 1 slot imput and 4 slot output, any tips?
@DrittStepGD
@DrittStepGD 7 ай бұрын
Hello, I have never learned to program by blocks in MCCREATOR so I wanted to ask for your help, I really need it, it is a mod that I want to design which works like this, as you already know if you press Ctrl + Q you release the item that is in the slot of your hotbar, and what I want is that when I press Ctrl + Q, absolutely everything that is in my hot bar and in my inventory is thrown away.
@PeaNUTFERRET
@PeaNUTFERRET 7 ай бұрын
I know how to do it, make a keybind for Ctrl + Q then make a procedure for when you press it, then make the procedure clear the inventory with ''clear inventory of Event/Target Entity''
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
PeaNutferret is correct. You would need to create two key binds one for CTRL and one for Q I suggest saving this as a player lifetime variable for each one just a simple logic value so you can test if both are true. When each key bind is pressed you will need to toggle the state, same when its released you will need to set them to false. This way you have a switch system for your Key bind. Doing this will allow the game to test if A and B are true if true then simply clear slots from 0 to 8 which are your hot bar slots.
@DrittStepGD
@DrittStepGD 7 ай бұрын
@@PeaNUTFERRET ohh ok
@DrittStepGD
@DrittStepGD 7 ай бұрын
@@NorthWestTreesMCreator ok but let's say that mod is considered a vanilla KeyBinding or let's say on servers, it will detect it as an add-on. That is, it possibly works on servers like Aternos, survival servers, Skyblock?
@santinocermelo7330
@santinocermelo7330 6 ай бұрын
Can you make a tutorial on how to make snow-layer type blocks?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
This is pretty easy its just blocks that range size in pixels, when you right click on them with an item it replaces the block to the next stage until a full block. This can be done using global trigger for player right clicks block so it's easy for build. With that being said though each stage consist of 2 pixels in difference so your sizes would look like this. 2, 4, 6, 8, 10, 12, 14, 16 Basically just the same block but at different levels. You will need to model them all by hand in blockbench though.
@santinocermelo7330
@santinocermelo7330 6 ай бұрын
@@NorthWestTreesMCreator alright thank you
@medkatyt
@medkatyt Ай бұрын
how can you make recipes using crafting benches in already existing mods?
@gdnoahplayz
@gdnoahplayz 7 ай бұрын
W video, I made an MCreator mod that I want to use on all multiplayer servers all it does is when I type /itt it says something in chat and opens a GUI. Is that currently possible?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
Far as I know mods only will test for thing on the current server. For something like this you would need to hard code something in. Though I think it may be possible in the future to send players between servers if I understand some changes Mojang is working on, though I doubt it would be possible to test if the mod exists on another server.
@Adventrous_gamer
@Adventrous_gamer 8 күн бұрын
9:24 I can’t find the “get” and “set to” codes
@Demix216
@Demix216 7 ай бұрын
how do you create the CustoCraftingNormalGrassBlockRecipeCondition
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
Its in the video check the video description for the time code for 3x3 shaped crafting.
@Demix216
@Demix216 7 ай бұрын
@@NorthWestTreesMCreator oh well ok now it works for me
@isha1q
@isha1q 3 ай бұрын
hi so im wondering if you can create a recipe for a custom crafting table. what i mean by this is like if i have an item that i dont want you to be able to craft in a normal crafting table but in a custom one can i do that?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 3 ай бұрын
Normal crafting recipes don't carry over naturally to custom crafting stations like this, if you want vanilla recipes to be carried over then it will need to be done manually.
@clashoftheninja4523
@clashoftheninja4523 3 ай бұрын
Can you make a crafting recipe with custom made items on a custom made crafting table or only vanilla items
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
All recipes are custom, works with vanilla and mod items. If other mods have tags for each item it can also use tags rather than testing for a single item which can add support for other mods if they have tagged other items. Registries might also work too. Vanilla crafting recipes are not actually supported just yet I am working on a API that can read from forge data packs and get all crafting recipes but this is taking some time to develop. I just released my discord server last Sunday so I have a bit less time as I have been active there helping moderate the community.
@oxgolden5954
@oxgolden5954 7 ай бұрын
I wish I could support you more thank you so much really this helped me a lot ♥️🌹
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
Glad it helped!
@Tronnos840
@Tronnos840 6 ай бұрын
But when i have to tag the blocks for crafting by myself, doesnt that mean that other modded blocks oike more glass or obsidian wont work anyways?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
Hay Tronnos I remember your name from long before, nice to see you again 😉 Tags generally are not compatible with other mods when under your own namespace, in cases when this may be appropriate is when you need to separate tags for some reasons but mods can always add direct support for your mod if they decide to place their mod items under your mods namespace, they just need to use your namespace rather than the "mod" tag that's built in. With that being said there are some official tags that are always best to use when possible, these tags are built in to Minecraft and forge/neoforge which can be found below. minecraft.wiki/w/Tag forge.gemwire.uk/wiki/Tags And in some cases common community tags can be used which MCreator wiki has a page dedicated for this directly. Below is that page. Though you would want to use the forge namespace or Neo Forge namespace though may mods would still pretty much still use forge these days even on neo forge. mcreator.net/wiki/commonly-used-tags-minecraft-mods The last notable thing is using tags also helps sync things across your mod. If your working with a lot of things that may need to be tested for say for mechanics you can use tags instead and it makes it easier to update as all you need to do is add or remove the item or block form the tag and it updates all the things across your mod which saves a lot of time when adding support for new resources, say you add a new wood type you won't need to go back and update all the procedures to add support for the new log block just update one tag. I hope this helps a bit. It's nice to see you still in the community.
@WillStuff1111
@WillStuff1111 2 ай бұрын
Great tutorial! Quick question tho. How do i import procedures
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
There is a button on above the local variable on the right side that should say import procedure. You can also export them here too.
@RecovrGav
@RecovrGav 6 ай бұрын
Is there a way that I could make it so that you have to wait for the item to craft, kind of like a furnace? (It is a 5x5 table) If that is not possible, it would also be cool if there was a button in the gui that can fill a progressbar
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
This is possible if you use a timer to delay the output slot item being added, basically that's the only difference between crafting and furnaces besides crafting using more slots and no fuel but same thing pretty much. I have covered how to use timers, though I think it was for Global variables they do also work with block, entity, and item NBT variables just not local variables as local variables are only stored during the procedure running that one time then releases from memory. But pretty much any other variable type will work for timers.
@WhiterM
@WhiterM 6 ай бұрын
Hello! I have some issues with creating new smithing table. I'd love to add all vanilla recipes to it and some mine recipes, but the biggest problem is with vanilla (idk how to add trimed armor in output slot). Do you know how to do it? Please :)
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
Custom crafting station like this video covers can't inherit vanilla recipes. Your best bet would be to add a vanilla recipe if there is a option for it. But if your fine with not using ones from the base game custom crafting would be a option.
@WhiterM
@WhiterM 6 ай бұрын
@@NorthWestTreesMCreator I just made a procedure for recipe which uses vanilla tags like minecraft:trimmable_armor, but last thing I need to find is how to set NBT data for crafted item (combine armor texture of trim with texture of armor and add description for armor item). Do you think that I could do it with variables? If you have any idea or if you know about similar tutorial on YT tell me please. Anyway thanks for reply :)
@Pixel_Art_Ink
@Pixel_Art_Ink 7 ай бұрын
Can you tell me when I use my slingshot in my mod which is separate into two different items but switch to one another when loading, don’t have durability. Like it has infinite.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
It may be possible to use a item state system to update the texture like how bows work. For this you can try using a global procedure trigger for "When item used" testing for the exact item (itemstack = [item selector]) Then applying NBT data to the item this may then allow you to update the item display of the item based on the NBT item value using item states. However keep in mind that item states are client side only so anything that uses world side may not work. Also a pro got "when item used" is the "time" dependency this can be made using the advanced dependency blocks and typing the dependency name in there so in this case "time" would allow you to test how long the player is using the item for and then if it reaches a set number you could apply the NBT variable to the item. Giving that NBT would work for item states. I am not fully sure if they do work or not but if they do then this would be possible. The math would look something like below. If [time] = [20] Do: set item NBT to 1 If [time] = [40] Do: Set item NBT to 2 If [time] = [60] Do: Set item NBT to 3 You would then use the NBT value in your test for the item state for each texture. 0 would be your default texture state when its empty. I hope this helps.
@Pixel_Art_Ink
@Pixel_Art_Ink 7 ай бұрын
@@NorthWestTreesMCreator Thank You!
@ThijsFilms
@ThijsFilms 2 ай бұрын
hello, i followed this tutorial. but changed it so it has 2 input slots and 1 outpu slot. but it keeps crashing. im aslo using version 2024.2. is there a way to fix this?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
Good chance that your block's inventory does not have enough slots for the given GUI make sure that the block has the same amount of slots which should be +1 from the highest GUI slot ID.
@ThijsFilms
@ThijsFilms 2 ай бұрын
@@NorthWestTreesMCreator I tried it and it worked! Thank you!
@costantino9976
@costantino9976 3 ай бұрын
I have a question, i dont see sone og the "block" you use. Pls help me im working hard on my First mod
@NorthWestTreesMCreator
@NorthWestTreesMCreator 3 ай бұрын
Make sure your on 2023.4 or higher as some blocks may not be supported on older versions.
@costantino9976
@costantino9976 3 ай бұрын
@@NorthWestTreesMCreator you are nice thank you
@costantino9976
@costantino9976 3 ай бұрын
​@@NorthWestTreesMCreator also i cant find set local to:
@wurlps
@wurlps 4 ай бұрын
pls where do i find that "AND" block? 13:50
@NorthWestTreesMCreator
@NorthWestTreesMCreator 4 ай бұрын
I explain everything in the furnace video series that I just posted this week. Its practically the same thing just with more slots.
@wurlps
@wurlps 4 ай бұрын
@@NorthWestTreesMCreator thanks
@laimonis156
@laimonis156 2 ай бұрын
i made few 5*5 recipes. in game there are my crafting table, but missing recipe to make it. How can i add my recipes to the game?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
Custom Crafting does not support converting to or from Vanilla crafting tables / recipes it's it's own procedural system.
@laimonis156
@laimonis156 2 ай бұрын
@@NorthWestTreesMCreator This means that i have to make my own 3*3 crafting bench with one dedicated recipe.
@noah_nosiaplays
@noah_nosiaplays Ай бұрын
if u want a crafting recipie for the orginal crafting table. u can use a recipie mod element
@CaEkJu
@CaEkJu 6 ай бұрын
13:50 what do i do if my gui only have one inputslot.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
You just need to remove the slots your not using and just use the one slot instead. The ID should be the same as your GUI ID.
@CaEkJu
@CaEkJu 6 ай бұрын
@@NorthWestTreesMCreator thanks
@tozyt
@tozyt 3 ай бұрын
what is "local: slot"? where do I get that? how do I do that?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 3 ай бұрын
when you see the word "local:" this means it's a local variable in the procedure I am showing. You need to make a local variable before it will show up in the custom variables tab for procedure blocks.
@tozyt
@tozyt 3 ай бұрын
@@NorthWestTreesMCreator oooh. Thank you! I will finish the tutorial one I make items that need a custom crafting table :)
@TheMuscularFrog
@TheMuscularFrog 7 ай бұрын
ive got a big question for myself it will be hare but is there a way to make things that are like the mod create so like some rotating blocks with like custom units and such idk how to explain it but just simply something like create
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I have not seen to much of the mod, though chances are its hard coded, when it comes to things like blocks in MCreator its limited to commands like the clone command. Rotation is vertically impossible without a ton of script. The best I have gotten was a simple elevator system that uses the clone command and teleport command but as far as it being something as advanced as Create or even Mojang's Potato April fools update block that can move blocks seamlessly, its currently not possible without coding it in by hand. Though I really want this to be a reality because blocks have so much more uses than entities, just imagine building a galleon and having mock pirate battles. This would be good but the main issue is rotation and other blocks getting in the way of the clone command and doing it through NBT is not great as you need to communicate to all the block at the same time to move and then you have sync issues with some moving at different ticks. I have not been able to find a good medium but maybe if people push Mojang hard enough to add built in mechanics like that block in the APR fools update it might be possible for MCreator to add support at a later date I also say might because there is no guarantee that it would be something they would add support for as it depends greatly how it is implemented into the game.
@theviolentvixen2231
@theviolentvixen2231 2 ай бұрын
what do you do when you don’t have the file explorer tab???
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
Not exactly sure what you mean by file explorer tab, best guess is "file manager" and it's a plugin I normally have installed I don't generally use plugins in tutorials and this one does not use any blocks from plugins. So you should be fine if this is what you meant :)
@Vrimly
@Vrimly 6 ай бұрын
where do u find the set "local slot" to # block ive looked everywhere pls help
@NorthWestTreesMCreator
@NorthWestTreesMCreator 6 ай бұрын
its a local variable named slot, you need to create the variable in the procedure editor under the import and export procedure buttons on the right hand side.
@HypertronPrime
@HypertronPrime 7 ай бұрын
Can you do a video on a custom inventory that isn't using a item or block. just like the player inventory
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
This is not possible sadly, not without coding it in by hand, I sadly don't know java so its out of my reach to cover something like this.
@HypertronPrime
@HypertronPrime 7 ай бұрын
@@NorthWestTreesMCreator ok thank you for the information tho
@Pixel_Art_Ink
@Pixel_Art_Ink 7 ай бұрын
I did already make a comment about my problem, but can you make a tutorial on how to make a working ranged item that has a animation of being pulled back using textures in Mcreator? Please and thank you.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I replied to your other comment, I also made a note for a later date to try to implement what I suggest. I will be doing forge fluid for the next 4 weeks or so then I have 3 other community requests already in que to do. Then yours.
@Pixel_Art_Ink
@Pixel_Art_Ink 7 ай бұрын
@@NorthWestTreesMCreator Thank you so much!
@TopazTerra503
@TopazTerra503 19 күн бұрын
Bro I don't know where all those functions at 9:21 is
@kinggoblin7324
@kinggoblin7324 2 ай бұрын
is there a newer version?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
This is the latest version and should work with the latest version of MCreator. The system has not changed to much over the years most just trying to explain it better most of the time.
@Real_bizzy
@Real_bizzy 2 ай бұрын
Can you tell me how to do it with 3 input and 1 output, I tried everything and legit nothing works
@NorthWestTreesMCreator
@NorthWestTreesMCreator 2 ай бұрын
It would be a bit more complex that what I could explain here.
@Real_bizzy
@Real_bizzy 2 ай бұрын
@@NorthWestTreesMCreator oof ok :(
@JustJacobGuardian73096
@JustJacobGuardian73096 7 ай бұрын
Could make a tutorial About how to make a fan block?
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I did something similar with this tutorial using movement vector. kzbin.info/www/bejne/sGi6hKB7Zq-CkMU
@JustJacobGuardian73096
@JustJacobGuardian73096 7 ай бұрын
@@NorthWestTreesMCreator ok Thanks ill check it
@istma4720
@istma4720 7 ай бұрын
Hi i really appreciate your guides i did everything you did in the video but it didnt work i just wanna make a 5x5 crafting table and create new recipes and i really need your help here man
@NorthWestTreesMCreator
@NorthWestTreesMCreator 7 ай бұрын
I did my best to explain it in the video. If you need help with the recipe part I suggest watching my beginners guide on the blocks used in the recipe for selecting slots. This is the video I made a while ago but will be still valid. Once you have a better idea how they work try to come back to this video and hopefully, it will make more sense. kzbin.info/www/bejne/Z6bPmGikgbxrnc0si=FXdfRRC5urd6QZLF
@istma4720
@istma4720 7 ай бұрын
@@NorthWestTreesMCreator BROOO i was trying so hard to do a 5x5 crafting table and recipes for a week and ı just forgot to add tags hahahaha
@APersonMusic
@APersonMusic 4 ай бұрын
How are we supposed to do this if you're showing us where to use procedures BEFORE you show the ACTUAL PROCEDURES?
@velacirapper
@velacirapper 4 ай бұрын
I can only craft custom recipes in a normal crafting table, they're not crafting in my custom table
@NorthWestTreesMCreator
@NorthWestTreesMCreator 4 ай бұрын
If your using the recipe element then this won't work for adding recipes. The recipes in the tutorial are procedure based meaning that they are coded in using procedures. Doing it this way is not compatible with other mods or the base game only your own mod.
@BlockyBee12
@BlockyBee12 3 ай бұрын
so how do it do it in 2024.2
@NorthWestTreesMCreator
@NorthWestTreesMCreator 3 ай бұрын
Same process, nothing has changed.
@BlockyBee12
@BlockyBee12 3 ай бұрын
@@NorthWestTreesMCreator ok thanks
@kaitoyagami799
@kaitoyagami799 5 ай бұрын
I always struggle to find the Coding blocks.
@NorthWestTreesMCreator
@NorthWestTreesMCreator 5 ай бұрын
Your not a lone. I find it hard to navigate them even more so with the recent change to the tabs.
@artistatic
@artistatic Ай бұрын
HELP!
@deadly4996
@deadly4996 6 ай бұрын
once again terrible video
How to Make a WORKING SPEAR in MCreator 2023.4
16:07
NorthWestTrees MCreator
Рет қаралды 3,1 М.
5 Minecraft Secrets Mojang Tried to Hide
11:15
SkyBoi
Рет қаралды 222 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 3,2 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 35 МЛН
How I Made the Most Annoying Minecraft Mod
10:16
DiffyMC
Рет қаралды 709 М.
This Isn't Minecraft...
18:33
FundyLIVE
Рет қаралды 190 М.
I recreated KARLSON, (to bring back Dani)
8:21
AboveTuna
Рет қаралды 661 М.
I made my own custom mod in minecraft...
11:48
ImNotaCasualty
Рет қаралды 9 МЛН
MCREATOR: How to make a flashlight | 2022.2
17:43
NorthWestTrees MCreator
Рет қаралды 6 М.
Minecraft Cheaters trolled by fake cheat software
12:20
ScriptKid
Рет қаралды 3 МЛН
Exploring Abandoned Games From My Childhood
16:34
globert
Рет қаралды 3,8 МЛН
MCreator 5x5,7x7, or AnyxAny size Crafting Table.
21:23
MADCOCK83
Рет қаралды 24 М.
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
Adding Way Too Many Bars to Minecraft
5:50
EightSidedSquare
Рет қаралды 15 МЛН
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН