How to Create Custom Structures in Minecraft 1.20 - EP 1

Sdílet
Vložit
  • čas přidán 13. 06. 2024
  • In this video I show you how to create custom structures in Minecraft 1.20 with data packs and how to get them to naturally spawn within your Minecraft world!
    📑 Timestamps:
    00:00 - Intro
    00:10 - Goals of tutorial & series
    00:37 - Preparing and Saving Structure
    02:46 - Finding Saved Structure File
    03:11 - VS Code, Setting Up Folders, JSONs
    012:15 - Testing in Minecraft
    13:21 - Creating a Test World
    14:17 - Copying Datapack into Test World
    15:03 - Locating Custom Structure in Test World
    15:38 - Natural Spawn of Custom Structure
    📢 Hit Me Up On:
    ➜ Discord: / discord
    ➜ Twitch.TV: goo.gl/pg9axF
    ➜ Instagram: goo.gl/Zq11XQ
    ➜ Twitter: goo.gl/MSrEt8
    ➜ TikTok: / superchache39
    #MinecraftDatapack #MinecraftModding #CodeAlongTutorial #minecraftcrafting
  • Hry

Komentáře • 69

  • @superchache39
    @superchache39  Před 3 měsíci +4

    Download for this data pack is now available in my Discord inside of datapack-downloads chat, link to the Discord: discord.gg/SrkanmuvtG

    • @mitsaori
      @mitsaori Před měsícem

      I been follow all the tutorial, but is't spawning on my wolrds, it just apear on de command /place structure , but it can't faund the structure

    • @Jaspertje
      @Jaspertje Před měsícem +1

      How do I do it on bedrock?

    • @LunarQamary
      @LunarQamary Před měsícem

      @@mitsaori ah, so it's the same as me.

  • @superchache39
    @superchache39  Před 8 měsíci +16

    Can't wait to combine my building and coding skills together to make an epic Cherry Blossom themed village that is going to naturally spawn in Minecraft!!! If your interested in seeing how this is done, drop a like on this video and I will be rolling out more tutorials that encompass the use of jigsaw blocks to randomly generate these Cherry Blossom villages with multiple structures!

  • @crleo8709
    @crleo8709 Před 4 měsíci +21

    here is the code :
    {
    "name":"",
    "fallback":"minecraft_empty",
    "elements":[{
    "weight":1,
    "elements":{
    "location":"",
    "processors":"minecraft_empty",
    "projection":"rigid",
    "element_type":"minecraft:single_pool_element"
    }
    }]
    }

    • @Tinus24T
      @Tinus24T Před 23 dny

      based af

    • @CubedGamerYT
      @CubedGamerYT Před 10 dny

      thank you

    • @CubedGamerYT
      @CubedGamerYT Před 10 dny +2

      code for the next part is:
      {
      "placement": {
      "type": "minecraft:random_spread",
      "salt": 19011220,
      "separation": 8,
      "spacing": 34,
      "spread_type": "triangular"
      },
      "structures": [{
      "structure": "",
      "weight": 1
      }]
      }

    • @monnt598
      @monnt598 Před 3 dny

      the preset he used in the next part:
      {
      "biomes": "minecraft:cherry_grove",
      "adapt_noise": false,
      "spawn_overrides": {},
      "type": "minecraft:jigsaw",
      "start_pool": "",
      "size": 7,
      "step": "surface_structures",
      "start_height":{
      "absolute": 0
      },
      "project_start_to_heightmap": "WORLD_SURFACE_WG",
      "max_distance_from_center": 116,
      "terrain_adaptation": "beard_thin",
      "use_expansion_hack": false
      }

  • @ryan___ryan2711
    @ryan___ryan2711 Před 8 měsíci +3

    16 seconds in and I'm already hitting Like, I've never understood datapacks and I love the idea

  • @TheFoldedUniverse
    @TheFoldedUniverse Před 4 měsíci +12

    can you please put the text that you have us copy and paste in the description????? it is really annoying trying to strain my eyes to see if I put the comma in the right spot.

    • @__-st1gz
      @__-st1gz Před 5 hodinami

      Not in the budget

  • @GaffXD
    @GaffXD Před 8 měsíci +3

    Loving these tutorials from a OG minecraft YT. Keep it up 👍

  • @TribalIsland
    @TribalIsland Před 8 měsíci +1

    This is cool I never knew you could do this

    • @superchache39
      @superchache39  Před 8 měsíci

      Yeah, datapacks are super awesome! Just wait until you see what I have in store as we build this village!

  • @Bhagirath_KM
    @Bhagirath_KM Před 7 měsíci +2

    @superchache39 the structure is not spawning in the game but it is showing it did spawn in the command output please help

  • @a_skyfish
    @a_skyfish Před 7 měsíci +7

    good video. only thing that anoyed me was that you keep copy-pasting stuff. where from my guy???

  • @jevilgamer9678
    @jevilgamer9678 Před 3 měsíci +1

    Hey i've been wondering why my structure isn't showing up in the /locate structure or /place structure command

  • @arsithefox
    @arsithefox Před 7 měsíci +1

    is it possible to have multiple spawn attempts per chunk?

  • @aplixen9212
    @aplixen9212 Před 7 měsíci +2

    hi so i joined your discord server but i wasn't sure where to ask for help so i've decided to try here, so whenever i try this it doesn't seem to work and continuously ask for a worldgen/configured_structure_feature file but when i do that it crashes vs code and i was wondering how i could get this to work

    • @superchache39
      @superchache39  Před 7 měsíci

      Thanks for joining the discord! I added a section in discord now for datapacks. I’ll be honest, I’m not really sure without seeing the errors, etc. Best guess I can give if you haven’t tried already is make sure your json is parsed correctly. Configured structure file I believe is the file that it’s trying to look for inside of the world gen folder and it can’t locate it. If you want paste some screenshots in the datapack chat in my discord and I can help you!

  • @nedley43
    @nedley43 Před měsícem

    Hi, I create a data pack and add 4 structure but the data pack doesn't work, although the code is done the same only the paths are of course different in them if that when the 3 structure, all work

  • @Pixelpenguin7
    @Pixelpenguin7 Před 2 dny

    Hey i followed the tutorial and i'm at the part to select the file but my saved build is in generated not in datapacks is that also good or not?

  • @conksrealm2924
    @conksrealm2924 Před 6 dny

    not sure why but when i added the pack.mcmeta file to vscode the icon next to the file wasnt yellow like normal it is a white stack of lines icon? in this video the icon next to the pack.mcmeta file is yellow im so confused. could this cause my data pack to not show up in Minecraft? because i haven't been able to get them to sync up yet and i have a feeling Minecraft cannot read my files without first reading the weird pack.mcmeta

  • @ettorecatalano7639
    @ettorecatalano7639 Před 5 měsíci +2

    I'm trying to follow the tutorial but I can't find "generated" inside my world folder. I need help!

  • @matthanhaze9247
    @matthanhaze9247 Před 8 měsíci +2

    Can you use this to like, make random generating rocks?

  • @nickerish1129
    @nickerish1129 Před 7 měsíci

    Anyone know why when i go to the world file and go to datapacks in VS code nothin is there>

  • @The_ghost_rat_is_dead
    @The_ghost_rat_is_dead Před 3 měsíci +2

    I have an issue with pack.mcmeta where it's registering it as a text file instead of a code file. Do you know of any trouble-shooting things I can do to make it register as a code file?

  • @ItsKronosYT
    @ItsKronosYT Před měsícem

    why is my structure block have different settings? i dont see the size option

  • @Timetravel_history
    @Timetravel_history Před 2 měsíci

    I did everything exactly how you said exactly in the video and even watched other videos, but for some weird reason my datapack won't show up even though it's supposed to. How do I fix this?

  • @mitsaori
    @mitsaori Před měsícem +1

    I been follow all the tutorial, but is't spawning on my wolrds, it just apear on de command /place structure , but it can't faund the structure

    • @mitsaori
      @mitsaori Před měsícem +1

      Never mind , i fixed

    • @Navis56
      @Navis56 Před měsícem +1

      @@mitsaori how did you fix it, help :(

    • @SirReddev
      @SirReddev Před měsícem

      @@mitsaori how you fixed It?

  • @jenshansen1931
    @jenshansen1931 Před měsícem +1

    Doesn't work anymore with the new update just so you know.

  • @BingoosBongoos
    @BingoosBongoos Před 3 měsíci +1

    i tried the How to Create Custom Structures in Minecraft 1.20 - EP 1 code and it says it was made for an older version of minecraft

    • @gustavo_lol
      @gustavo_lol Před měsícem

      make sure the 'pack_format in pack.mcmeta is up to date with your specific version! for example, 15 was the pack format for 1.20.0 and 1.20.1, but if you're using 1.20.4 for example it would be 26! it changes quite often now

  • @psyeful4006
    @psyeful4006 Před 6 měsíci +1

    wait a second i swear ive seen this torii gate design somewhere

    • @superchache39
      @superchache39  Před 6 měsíci +1

      You probably have, this design isn’t my own, don’t remember where I got it from. Had an example build sitting on my build world. Just switched out the blocks for the cherry blossom theme!

  • @TheAbcado
    @TheAbcado Před 7 měsíci +1

    what are you pasting at 6:56 ?

    • @superchache39
      @superchache39  Před 7 měsíci +1

      Just the json file to save time for the tutorial. I had it pre typed out on notepad++. If your looking for the exact files to download I have them available on my discord, link is in the description

    • @TheAbcado
      @TheAbcado Před 7 měsíci +1

      @@superchache39 thank you!

  • @camrian5410
    @camrian5410 Před měsícem

    Phenomenal tutorial but sadly this is outdated even for 1.20.4

  • @4ud170r
    @4ud170r Před 5 měsíci

    what is "salt". I am really new in minecraft modding and just learning the basics.
    I tried your code. But I am getting validation errors.

    • @superchache39
      @superchache39  Před 5 měsíci

      I would recommend joining the discord, I have this data pack available for download. That way you can troubleshoot your code easier. Our community can also assist you as well

  • @user-oi8xm1on2m
    @user-oi8xm1on2m Před 4 měsíci +1

    i cannot find my village

  • @TheFoldedUniverse
    @TheFoldedUniverse Před 4 měsíci

    maybe you could include a download link to the tutorial example so I can see what i did wrong?

    • @superchache39
      @superchache39  Před 3 měsíci

      I have all datapacks expect my two most recent videos available for download in my discord

  • @StephenAT530
    @StephenAT530 Před 8 měsíci

    how would i do it if i dont want it to be part of a village or randomly generated jigsaw structure i might just be being dumb and missing something obvious

    • @superchache39
      @superchache39  Před 8 měsíci

      Like you just want to spawn it in with a command? Or are you trying to get it to spawn every time?

    • @StephenAT530
      @StephenAT530 Před 8 měsíci +1

      @@superchache39 to spawn natturally

    • @Vishmithj
      @Vishmithj Před 6 měsíci

      ​​@@superchache39ye I want to know if you can spawn it using a command

  • @matthanhaze9247
    @matthanhaze9247 Před 8 měsíci

    How can i make the town center generate 2 block lower

    • @superchache39
      @superchache39  Před 8 měsíci +1

      Gonna be honest, I haven't messed with trying to spawn structures underground/lower than surface level, so I cant give you a solid answer yet. I am interested so I will try and figure this out lol! Not sure if you have tried this yet, but an idea I just thought of is maybe moving the structure block up 2 blocks and re-saving the structure and then try to spawn it. I'll mess around with it, if I find the solution I will let you know!

    • @matthanhaze9247
      @matthanhaze9247 Před 8 měsíci

      @@superchache39 thank you im gonna try this myself
      Edit: i have tried it it worked, but its not exactly what i had in mind but its good enough.

  • @waltercollier6485
    @waltercollier6485 Před 6 měsíci

    Does this work in bedrock Windows?

    • @superchache39
      @superchache39  Před 5 měsíci

      Personally I have not tested this on bedrock, but give it a shot and let me know!

    • @HarryAbood
      @HarryAbood Před 2 měsíci

      No, Bedrock doesn't support data packs.

  • @HunHun-qu5wk
    @HunHun-qu5wk Před 23 dny

    I want a city

  • @TooCursed
    @TooCursed Před 7 měsíci

    sry i did not get it

  • @letrk35playsgames
    @letrk35playsgames Před měsícem

    bruh
    what