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

    • Unlock an Instant $100 OFF with the Exclusive Temu Coupon Code ALF401700! Whether you're a first-time shopper or a loyal returning customer, this verified Temu promo code ALF401700 is your gateway to incredible savings on thousands of products. By applying code ALF401700 at checkout, you’ll receive a guaranteed $100 discount on your purchase, plus enjoy additional savings of up to 50% OFF on selected items. This special coupon is designed to maximize your discounts, making your shopping experience at Temu more affordable than ever. Why Choose Temu Coupon Code ALF401700 in 2025? First-Time Shoppers: Score a massive 50% off your first order plus a flat $100 OFF using promo code ALF401700. Returning Customers: Don’t miss out! Use ALF401700 to claim a generous $100 OFF on your next purchase. Massive Clearance Sales: With Temu’s ongoing 2025 clearance events, this code unlocks up to 90% OFF on select deals. Global Reach: Whether you shop from the USA, Canada, Europe, Asia, or beyond, Temu coupon ALF401700 works worldwide. 2025’s Top Temu Discounts Powered by ALF401700: Temu $100 OFF New User Promo — ALF401700 Temu Exclusive Discount for Returning Shoppers — ALF401700 Memorial Day Special: $100 OFF Using ALF401700 Country-Specific Offers: USA, Japan, Mexico, Chile, Colombia, Malaysia, Philippines, South Korea, Saudi Arabia, Qatar, Germany, France, Israel — all accept code ALF401700 Free Gift Unlocks — Apply ALF401700 Without Referrals Stackable Bundles: Combine ALF401700 for $100 OFF with up to 50% sitewide discounts 100% OFF Flash Deals during Temu Events with ALF401700 How to Redeem Your Temu Coupon Code ALF401700: Visit the official Temu website or open the Temu app. Select your favorite products and add them to your cart. Enter the promo code ALF401700 in the discount code field at checkout. Watch your total instantly drop by $100 and enjoy any additional percentage discounts automatically applied. Complete your order and enjoy huge savings! Key Benefits of Using ALF401700 Temu Promo Code: Verified and Tested: This code is active and guaranteed to work for 2025. Applicable for All Users: New or existing customers get to enjoy the perks. Works Across Multiple Countries: Perfect for international shoppers. No Minimum Purchase Required: Use it anytime to save $100. Perfect for Big and Small Orders: Whether buying essentials or splurging, save big with ALF401700. Temu Coupon Code ALF401700 by Region: 🇺🇸 United States — Save $100 OFF 🇨🇦 Canada — Instant $100 Discount 🇬🇧 United Kingdom — Exclusive $100 OFF 🇯🇵 Japan — Hot $100 OFF Deal 🇲🇽 Mexico — Get $100 OFF 🇨🇱 Chile — 2025 Special Discount 🇰🇷 South Korea — Massive Savings 🇵🇭 Philippines — Extra $100 OFF 🇸🇦 Saudi Arabia — Verified Promo 🇶🇦 Qatar — Top Discount 🇩🇪 Germany — Exclusive Savings 🇫🇷 France — Coupon Works 🇮🇱 Israel — Huge Discount Final Words: Make 2025 your year of unbeatable savings with the Temu coupon code ALF401700. Act now to claim your $100 OFF plus unlock additional discounts on thousands of products. Whether shopping for fashion, electronics, home essentials, or gifts, this is the best Temu promo code to maximize your budget. Download the Temu app today, enter ALF401700 at checkout, and watch the savings roll in!
    • Verified users can now unlock a $100 OFF Temu Coupon Code using the verified promo code [ALF401700]. This Temu $100 OFF code works for both new and existing customers and can be used to redeem up to 50% off your next order. Our exclusive Temu coupon code [ALF401700] delivers a flat $100 OFF on top of existing deals. First-time customers using code ALF401700 can save an extra 100% off select items. Returning users also qualify for an automatic $100 OFF discount just by applying this code at checkout. But wait—there’s more. With our Temu coupon codes for 2025, users can score up to 90% OFF on clearance items. Whether you’re shopping in the USA, Canada, UK, or elsewhere, Temu promo code ALF401700 unlocks extra discounts tailored to your account. Some users are saving 100% on items using this 2025 Temu promo code. 🔥 Temu Coupon Highlights Using Code [ALF401700]: Temu new user code – ALF401700: Save 50% off your first order + $100 OFF. Temu promo for existing customers – ALF401700: Enjoy flat $100 OFF instantly. Global availability: Works in the USA, UK, Canada, Germany, France, Japan, Chile, Colombia, Malaysia, Mexico, South Korea, Philippines, Saudi Arabia, Qatar, Pakistan, and more. Top 2025 Coupon Deal: Get $200 OFF plus 100% bonus discounts using code ALF401700. Top-Ranked Temu Deals for 2025 (Coupon Code: ALF401700): ✅ Temu $100 OFF Memorial Day Sale — Use ALF401700 ✅ Temu First Order Coupon — Use ALF401700 for 50% + $100 OFF ✅ Temu USA Coupon Code — Save $100 instantly with ALF401700 ✅ Temu Japan, Germany, Chile Codes — All support ALF401700 ✅ Temu Reddit Discount – $100 OFF: Valid for both new and old users ✅ Temu Coupon Bundle 2025 — $100 OFF + up to 50% slash ✅ 100% OFF Free Gift Code — Use ALF401700, no invite needed ✅ Temu Sign-Up Bonus Promo — Get a welcome $100 OFF instantly ✅ Free Temu Code for New Users — Use ALF401700, no referral required  Temu Clearance Codes 2025 — Use ALF401700 for 85–100% discounts Why ALF401700 is the Best Temu Code in 2025 Using Temu code ALF401700 is your ticket to massive savings, free shipping, first-order discounts, and stackable coupon bundles. Whether you're browsing electronics, fashion, home goods, or beauty products, this verified Temu discount code offers real savings—up to 90% OFF + $100 OFF on qualified orders. 💡 Pro Tip: Apply ALF401700 during checkout in the Temu app or website to activate your instant $100 discount, even if you’re not a new user. Temu $100 OFF Code by Country (All Use ALF401700): 🇺🇸 Temu USA – ALF401700 🇯🇵 Temu Japan – ALF401700 🇲🇽 Temu Mexico – ALF401700 🇨🇱 Temu Chile – ALF401700 🇨🇴 Temu Colombia – ALF401700 🇲🇾 Temu Malaysia – ALF401700 🇵🇭 Temu Philippines – ALF401700 🇰🇷 Temu Korea – ALF401700 🇵🇰 Temu Pakistan – ALF401700 🇫🇮 Temu Finland – ALF401700 🇸🇦 Temu Saudi Arabia – ALF401700 🇶🇦 Temu Qatar – ALF401700 🇫🇷 Temu France – ALF401700 🇩🇪 Temu Germany – ALF401700 🇮🇱 Temu Israel – ALF401700 Temu Coupon Code [ALF401700] Summary for SEO: Temu $100 OFF Code  Temu First Order Discount Code 2025  Temu Verified Promo Code ALF401700  Temu 50% OFF + $100 Bonus  Temu 100% OFF Code 2025  Temu App Promo ALF401700  Temu Working Discount Code 2025 
    • Hey there, nothing to do with the code, I am just suggesting you use Intelij IDEA. Trust me, it is the best.
    • Hey there, nothing to do with the code, I am just suggesting you use Intelij IDEA. Trust me, it is the best.
    • You can check the config of Geckolib and Mowzie's Mobs - maybe there is a way to disable some render features
  • Topics

×
×
  • Create New...

Important Information

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