Jump to content

[1.15.2] Structure gen wrongly [Solved]


_HungTeen_

Recommended Posts

I am making a structure with 4 template pieces .

Sometimes it gen properly like this.

image.png.74dbe8f5d91f1e7cad5b8822f1d0d420.png

But mostly,it gen like this.

 image.png.98d0855304c583dcdaf23130386d5142.png

 

here is the code https://github.com/HungTeen/pvzmod/tree/dev/src/main/java/com/hungteen/pvz/structure/davevilla

 

and this picture maybe helpful.It shows the place of structure block.

image.png.dc3c896199a6507265f2da8a4361b294.png

 

I have troubled a whole day. hope you guys will help me out. Thanks !

 

Edited by _HungTeen_
Link to comment
Share on other sites

ok,finally i know the problem.

Im just so stupid !

public DaveVillaComponent(TemplateManager manager, ResourceLocation res,BlockPos pos, Rotation rotation) {
			super(IStructurePieceType.SHIPWRECK, 0);
			this.templatePosition = pos;
			this.rotation = rotation;
			this.res=res;
//			this.midPos=blockpos;
			this.setUpTemplate(manager);
		}

I just forgot to change the IStrucurePieceType.SHIPWRECK which I copy from default code.

 

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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