Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hi, recently I was looking for some Strucutre Generation Tutorial for 1.14.4, but sadly there is none. 1.14.4 Structure Generation is totally different from 1.12.2. Can You guys help me with this?

1 hour ago, zenek1290 said:

Hi, recently I was looking for some Strucutre Generation Tutorial for 1.14.4, but sadly there is none. 1.14.4 Structure Generation is totally different from 1.12.2. Can You guys help me with this?

Try by see the Vanilla code.

New in Modding? == Still learning!

Looking at your code, your structure piece does not add anything, and the chunks for your structure to spawn in is set to null. I suggest looking at vanilla structures as reference. As for your registries, the structures aren't registered in a valid way, I'd recommend looking at either event registries, deferred register, or object holder registries as a way to register your objects.

  • Author

Ok, this is what I came up to.

ExampleMod.java

ModStructureTypes.java

ModStructurePieces.java

CubePiece.java

CubeStructure.java

Good is that I finally was able to register my structure.

Structure is still not generating in overworld.

And I still got this Info in console,

 

[16:54:30] [Client thread/DEBUG] [ne.mi.re.ObjectHolderRef/]: Unable to lookup examplemod:cube_structure for public static net.minecraft.world.gen.feature.structure.Structure com.example.examplemod.world.gen.ModStructureTypes.CUBE_STRUCTURE. This means the object wasn't registered. It's likely just mod options.


 

Edited by zenek1290

  • Author

Since that time I changed my code a lot so structure registration is finally working properly.

Only things that I still have problem with are setting structure placing config and adding this structure to world. Here is my function where all those stuff are done.cond.thumb.png.06d9e1fb7a2a725638597662739d80b4.png

Your still not even registering your structure correctly, you have your deferred register commented out...

  • Author

I registered it In that way.

I changed my code a lot since then, Your suggestion earlier on was really helpful.

 

a1.thumb.png.5049afbc390f3249939408d40b7b1861.pngcarbon.thumb.png.96a02bb19f49a49d593e9b4058cef547.png

Edited by zenek1290

  • 3 weeks later...

Did you work this out?

 

From what I can tell, the main reason you aren't adding anything to the world, is that no code exists in your Piece to actually add blocks.

 

Have a look at SwampHutPiece, or the IglooPieces (The later uses the TemplateStructurePiece)..

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.