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



×
×
  • Create New...

Important Information

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