How Do I Prevent Structures From Being Cut Off

Started by CodeLovingBison on

Topic category: Help with modding (Java Edition)

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Do I Prevent Structures From Being Cut Off
Fri, 08/27/2021 - 10:43 (edited)

I loose... You win, MCraetor! GG's to you. I give up. Im tired from searching and testing everything. Just give me a strait answer.

Please read all of my attempts.


► [ Attempt N1: Tried making a block that spawns a structure when placed. ]

► [ Issue: The trigger doesn't work when placed with a structure or with ore generation. ]


► [ Attempt N2: Tried using conditions to place the block.

► [ Issue: Doesn't work.


► [ Attempt N3: Tried placing the block by executing a command /fill.

► [ Issue: The command can not be executed..


► [ Attempt N4: Tried creating a structure witch spawns the main structure after 20 ticks.

► [ Issue: Doesn't work.


► [ Attempt N5: Tried creating a structure with a command block, with a command that places my custom block. and Redstone block.

► [ Issue: It WORKS!! oh... it doesn't work on server clients... UGHHHH!!!!


► [ I searched the internet, read every single forum. (I don't know how jigsaw blocks work!)


My letter to dear Klemen"

Dear Klemen, once and for all. Please answer me and all the community.. HOW CAN WE FIX THIS?!?!

I SPENT 8 GOD DAMM HOURS SEARCHING AND TESTING!! MY EYES BURN!! PLEASE HELP ME!


 

Edited by CodeLovingBison on Fri, 08/27/2021 - 10:43
Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
WEEKS?? I DONT HAVE TIME…
Tue, 08/24/2021 - 13:27

WEEKS?? I DONT HAVE TIME PLEASE EXPLAIN IT WITH WORDS, IF YOU DONT HAVE TIME TO MAKE A TUTORIAL!!!!

I NEED IT AS SOON AS POSSIBLE!!! Im sorry, but you just have to understand me..

Last seen on 13:14, 23. Mar 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Strange, I used that metod…
Tue, 08/24/2021 - 15:54

Strange, I used that metod in my mod and it works. Do you put the delay to 40 tick?

 

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah..
Tue, 08/24/2021 - 17:27

yeah..

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Time is ticking...
Thu, 08/26/2021 - 14:24

Time is ticking...

CodeLovingBison, I…
Thu, 08/26/2021 - 16:18

CodeLovingBison, I understand your frustration, but don't insist on it that much. Help is voluntary, not duty of anyone, and forcing people to do things for you will never work in the long run.

Also, I'd need to request you to follow the rules, since spitting rage can easily break one, and moderation is already keeping an eye on this topic. As you already said yourself, our community is friendly, and it would be better for everyone to see you doing the same.

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have 4 days.... After that…
Thu, 08/26/2021 - 17:25

I have 4 days.... After that I have to release my unfinished mod and forget about it for 5 god damm years! And trust me.. A lot of work needs to be done.. And Im not insulting anyone. If he took the responsibility to create a tutorial for me in less than a week, He has to do it.

A Russian proverb: "The man said, the man did.."

Last seen on 18:25, 27. Dec 2023
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What's the problem exactly?  
Thu, 08/26/2021 - 17:33

What's the problem exactly?

 

First of all, chewdog told…
Thu, 08/26/2021 - 17:51

First of all, chewdog told you that "Going to be a week or two" for the tutorial. He wrote that in 22/08, so it's just four days ago. He didn't promise you anything, it's only you who insisted on doing that faster.

Second of all, it's not that we all have unlimited time and sometimes things can change, resulting in not fulfilling our plans. We should understand that, not yell at each other, as it won't make anything better, or the person who wanted to record tutorial won't make it faster. I repeat, helping is noones duty, even if other person is in bad situation.

Third of all, as I just today messaged chewdog on YT, he told me that he's working on tutorial, so it's not that he neglected that. Making good tutorial video takes time, otherwise you can find it difficult to understand.

Last but not least, our emotions are no excuse for being mean. So please, don't be rude, passive-agressive or insisting too much.

Last seen on 18:25, 27. Dec 2023
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If this is the issue I think…
Thu, 08/26/2021 - 18:10

If this is the issue I think it is,

Structures smaller than 11 * 11 in length and width won't get cut off.

But if you want to make a structure bigger than that do the following things.

1. Make a block element. (This block will place the structure)

2. Add a procedure to the "Update tick" event.

In the procedure you add the following procedure blocks (with the correct structure of course):

Proc

 

3. Save a structure contains nothing.

4. Make a structure element. (Use the structure from above as the structure in the element)

5. setup way you want this structure to generate.

6. Add a procedure to "On structure instance generated"

In the procedure you add the following procedure blocks (Use the block you made before)

proc 2

 

Now it should generate your structure without getting cut off

 

 

 

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok ok! I admit it! I was…
Thu, 08/26/2021 - 18:14

Ok ok! I admit it! I was wrong! You just have to understand me..

If my structures in my mod will be cut off, it will be not only unfinished, but broken and unplayable! And I promised SystemZee(YouTuber) to show him it! And I can NOT accept giving him a broken mod!

+ I will make forum, where I showcase my mod and a trailer for it, so you could understand the pain of making this! ._.

 

Im sorry...

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OH MY GOD!!! IT WORKED! IT…
Thu, 08/26/2021 - 19:21

OH MY GOD!!! IT WORKED! IT WORKED!!! OMG! THAANK YOU SO MUCH, EVENLEKKERG AMEN!!!!

I AM SO HAPPY! YOU CANT UNDERSTAND!!

 

OH HAIL KING EVENLEKKERG AMEN!!!!

Last seen on 18:25, 27. Dec 2023
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No problem
Thu, 08/26/2021 - 20:34

No problem

Good luck with finishing…
Thu, 08/26/2021 - 21:42

Good luck with finishing your mod, CodeLovingBison ^^ will love to play it once it is published!

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think after 4-6 days it…
Fri, 08/27/2021 - 07:23

I think after 4-6 days it will. Again..

OH HAIL KING EVENLEKKERG AMEN!!!!

OH HAIL KING EVENLEKKERG AMEN!!!!