Jump to content

Recommended Posts

Posted (edited)

Alright guys, I have a problem. My friends and I are using MCreator to make some simple structures that spawn into the game but we are limited to structures the size of 32x32x32 since structure blocks can't save more than that

I don't want a bunch of people saying "Don't Use MCreator" because I am simply going to ignore you and keep using it because I am so bad with coding and I have tried for years to understand what I'm doing!

Anyway, structure blocks are out of the picture unless someone can help me override their limits
MCEdit doesn't work it just crashes when I try to load the world

I am running a Spigot Server with WorldEdit in order for me and my friends to make structures, I then import the NBT files we make using structure blocks into the mod. is there a way to modify how the server handles structure blocks and get rid of the limit?
I just need all the different ways of doing this without multiple structure blocks because remember this is going to be a mod that spawns structures and that wouldn't work right

 

I am running version 1.14.4

2019-11-30_09.10.02.png

Edited by EnderBoy898
Added the Minecraft version I'm using
Posted

Do you know how MCreator Works? I have tried already with smaller structures and it works PERFECTLY! 

MCreator takes the NBT File I make USING structure blocks and imports it into a randomly generating Structure in the Mod I'm making. MCreator is how I make the mod it makes it easy because everything has a GUI and the coding is in blocks instead of my typing it since I am very bad.

The thing I am trying to do is SAVE NBT FILES CONTAINING MY STRUCTURES with MORE THAN 32x32x32 BLOCKS INSIDE!

My friend wanted to build a castle that generates and we can't make any structure bigger than 32x32x32. I don't care about placing the structure I only need help with SAVING A STRUCTURE BIGGER THAN 32x32x32 and it NEEDS TO BE IN NBT FORMAT!

Posted

I can't code...that's why I use MCreator...this is why I need help with someone who has the same problem and made something to fix their problem that they could share with me. I am running 1.14.4

Posted

I use MCreator to make mods, I already said that. It basically simplifies everything into a GUI and I can easily create mods without much coding. My only problem is when I run into a bug I can't really fix it myself. I have a basic understanding of how coding works. If you don't know what MCreator is then look it up.

Posted

I'm not trying to make mods that go beyond that really. Me and my friends want very simple mods that stick with vanilla format. That is why we are adding structures to the game. Very simple and doesn't require much coding. All I need is an ability to save NBT Structure files larger than 32x32x32

I am not trying to add a way to do this INTO the Mod I just need a way to save more than 32x32x32 so I can USE IT in the Mod

If you are good at coding why don't you make something that solves this issue? I have seen many people with the same problem all over and they always get the same responses and never really get actual help. Think of it this way...I have 5 friends helping me make structures right now...you want me to tell all of them to stop what they are doing so I can take months to learn how to code to create a mod that all of them have to then install in order to save structures to make another mod? That is a waste of everyone's time because in the end i won't be able to even do that.

Posted

The only reason I don't like your answer is because it is literally no help to my problem. I miss the old days of these types of forums where people actually helped rather than criticize them for how they do things and just basically tell them "yep, sucks for you! you're on your own kid." 

 

Posted

I'm not sure how you expect people to help you when you just go "I don't like your answer, NEXT!".

Using MCreator is not something to be proud of, you do realize that you do not have ownership of ANYTHING you make with it, right?

Nobody here knows how to do things with MCreator because it substantially limits what you can do and has a horrid EULA.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

You guys aren't even reading what I'm saying...I'm starting to get really pissed. I need help with something that has NOTHING TO DO WITH MCREATOR 

 

I WANT TO KNOW HOW TO EXPORT LARGE NBT STRUCTURES IN VANILLA MINECRAFT. 

 

IT DOESN'T MATTER WHERE I F****** USE THEM I JUST WANT TO BE ABLE TO DO THAT ONE SIMPLE THING AND YOU GUYS KEEP BRINGING ME DOWN ABOUT MCREATOR FFS LISTEN TO THE THING I NEED HELP WITH NOT THE SIDE INFORMATION. 

 

You all suck

Posted

What’s funny is you’re raging at us about not reading when you didn’t seem to read this little detail:

  On 11/30/2019 at 3:34 PM, diesieben07 said:

The structure block can't do that. You would need to code your own thing.

Expand  

 

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

So in all the time that structure blocks have been in the game nobody has made any kind if modification to them or created a program that allows you to save structures as nbt files?

 

That can't be true

Posted

The jigsaw system negates the need for bigger structures in a single file

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • 1 month later...
  • 1 month later...
Posted

 

  Quote

So in all the time that structure blocks have been in the game nobody has made any kind if modification to them or created a program that allows you to save structures as nbt files? That can't be true

Expand  

To me, your only real hope is to save it as a schematic using worldedit and find a schematic to nbt converter. There is a PHP script if you want (https://github.com/svilex/Minecraft-StructureConverter). I found it online but it may not be what you are looking for. If that doesn't work, then just google "schematic to nbt converter" and you are bound to find at least something to help you.

  • 4 months later...
Posted

Hey, if you're still listening to this forum, MC now supports 48x48x48 exporting via Structure Blocks (bc of the Bastion)

I am a new modder, and will make frequent mistakes. Please do not hesitate to point any out, or suggest a better method.

 

DO NOT HATE ON THE NOOB!!!

-----------------------------------------------------------------------------------------------------------

STOP MOD REPOSTS

-----------------------------------------------------------------------------------------------------------

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi, I made this mod, inspired by my friends and various loud streamers, and it's perfect for YouTubers who want a little extra pizzaz when they scream in their videos.   The mod works by detecting a high sound level (which you can configure) through your computer’s audio input. Once the sound threshold is reached, your player character will instantly explode! It doesn't use any external APIs; it just relies on the built-in javax sampled package. Check it out!    
    • Good day, I know this is years later and I hate to necropost but I ran into this exact same issue today and yours was the only one that popped up in my search. Turns out my file system permissions were all kinds of messed up in my minecraft directory. Here's how I fixed it: 1. Open terminal 2. Navigate to the .minecraft directory using the cd command, it can be helpful to have your file explorer open next to your terminal if you're a more visual person like me 3. On my OS (PopOS) the folders with messed up permissions had a padlock on them 4. Ran the command  sudo chmod a+rwx [fileName] I also ran  sudo chmod 777 [fileName] and got the same results with both. However it turns out a lot of my sub folders were messed up too which meant I had to make the changes recursively, which in plain English means all of the sub-folders under the directory. So I ended up running the command  sudo chmod -R 777 [fileName] which then changed all of the subfolders and files and ended up saving me a LOT of time doing it one at a time like the first two commands do. 5. After fixing permissions in the various subfolders ran the installer with the command java -jar [latestForgeInstallerNameGoesHereWithoutSquareBrackets] 6. Installed and launched without a hitch! Hope this helps new Linux users as for most advanced users this breakdown isn't very helpful, I'm still learning a ton myself. Additional note that might clear up future confusion, do not include [ or ] in your commands that I've listed here, I just use [ and ] in my personal notes to denote that I need to put something from the file system in the command. If yours was anything like mine all of the files from /de/oceanlabs/mcp/mcp_config/1.18-20211130.085255/mcp_config-1.18-20211130.085255-mappings.txt all had the wrong permissions. -Zamorakphat
    • hi fellas I remember back when I was in high school and had way more time to develop mods, there were tons of active posts, and while the documentation wasn’t always super extensive, you could always find someone to help you out with your questions or see someone else’s threads that were really informative. But lately, I’ve noticed that the forum seems pretty empty compared to how it used to be. I’m wondering, is there a specific reason for this? Is it just that the community has moved to other platforms, like Discord? It feels like a lot of the knowledge base and conversations have shifted over there. I’m just curious to hear others’ thoughts on this, and if anyone knows why the forum has become quieter, I’d love to know! Thanks!
    • @TileEntity Here's the log, sorry for all the trouble and confusion  https://paste.ee/p/Ihi4VMVn
    • https://gist.github.com/StrikeAttack7/f638897b5ffb88cc6db6c21946e1a216 When I tried logging into the server client side this is the error I got
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.