[TUTORIAL] How to create connecting wires for Mcretor 2020.04 no code

Started by ConfidentOwl on

Topic category: User side tutorials

Last seen on 14:36, 6. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] How to create connecting wires for Mcretor 2020.04 no code
Wed, 08/05/2020 - 09:56 (edited)

This method is quite crunchy and java code connoisseurs may suggest other methods, but this guide does not use any code.

Let's get started

1)You need Blockbench(to change those models that will be attached to this guide),GIMP(or any other texture editor)

2)Download archive with models and textures and procedures (you can use different textures for different models - I did it on one for convenience)
https://drive.google.com/file/d/1kD8mPTdXuBSOY_H-_jUezz4yG1geDMH4/view?…

2.1)If you want, you can change the model and textures (just do not change the side where the cable is). In the names it is better not to touch the part that is used after _wire_ (it will be easier to navigate in the settings of the procedure)

3)Create all blocks that locate in archive and set procedure
3.1)Don't forget to add block rotation mode and Transparency type

Iamge

 3.2)There are 2 options for using the procedure   (1-use When neighbour block changes 2-use Update tick )1) In this version, there will be a lesser load on the game client, but sometimes the types of block connections may not be updated (treatment - cut down and re-install the wire block) 2) In the same version, there will be an increased load on the game clients (since each tick of a block will be checked regardless of the presence of block changes near the wire block).

 

 4)Now comes the most meticulous and nasty part - the PROCEDURE line for working with your blocks (yes, it is really big)

4.1) Make expand blocks for all  blocks

Shows where exactly you need to open

4.2)Make a local variable - number_of_con  type -NUBER ( You can use any other names, but do not forget to change the name of the change to what you are using throughout the procedure (there are not very many places like that))

 

4.3)Throughout the entire procedure, change the blocks  in the procedure to your own analogous blocks (for a better understanding of where to put which block, it is better to leave the second part of the block name unchanged)

Shows where exactly you need to change the blocks

5)Well that's all, it remains to check for errors, if someone finds errors in the procedure or unsubscribe in the description, I will definitely correct it Thanks for reading and good luck with modding.

Ready workspace (If something went wrong)https://drive.google.com/drive/folders/1XFzhO0bBpdsQlZujc0YffvZ6hYisnYi…
ore
https://yadi.sk/d/TcHkE_8A8MGWEQ

Edited by ConfidentOwl on Wed, 08/05/2020 - 09:56
Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to share a…
Tue, 08/04/2020 - 01:04

Is it possible to share a sample workspace?
In this way, I found myself in difficulties as if the atom was breaking apart. :D

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If I can help people, I…
Tue, 08/04/2020 - 01:07

If I can help people, I shared my project files. you can look too. I couldn't make any kind of cable. :( I'm about to give up please help ..

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Imgur is prohibited in my…
Tue, 08/04/2020 - 01:08

Imgur is prohibited in my country. I can't see your pictures. This is Turkey

Last seen on 14:36, 6. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, thanks for reminding…
Tue, 08/04/2020 - 17:01

Hello, thanks for reminding me to post the finished workstation, I have already fixed it.

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know, maybe I'm…
Tue, 08/04/2020 - 22:00

I don't know, maybe I'm getting boring maybe, but the Google driver is also banned here. Why not mediafire

 

 

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Land of prohibitions ​​​​​​  
Tue, 08/04/2020 - 22:03

Land of prohibitions ​​​​​​

 

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Executing Gradle task:…
Wed, 08/05/2020 - 02:04

Executing Gradle task: runClient
Build info: MCreator 2020.4.32115, forge-1.15.2, 64-bit, 8077 MB, Windows 10, JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'connecting_wires'.
> Could not resolve all files for configuration ':_compileJava_1'.
> Could not resolve net.jodah:typetools:0.8.+.
Required by:
project : > net.minecraftforge:eventbus:2.2.0
> Failed to list versions for net.jodah:typetools.
> Unable to load Maven meta-data from https://files.minecraftforge.net/maven/net/jodah/typetools/maven-metada….
> Could not HEAD 'https://files.minecraftforge.net/maven/net/jodah/typetools/maven-metada…'.
> Connect to files.minecraftforge.net:443 [files.minecraftforge.net/142.44.226.189] failed: Read timed out
> Could not resolve net.minecraftforge:forgespi:2.1.+.
Required by:
project : > net.minecraftforge:coremods:2.0.3
> Skipped due to earlier error
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BU�LD FAILED in 32s
BUILD FAILED
Task completed in 32495 milliseconds
 

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The problem I mentioned…
Wed, 08/05/2020 - 02:26

The problem I mentioned above has been solved.

Last seen on 14:46, 8. Oct 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You are a very good person…
Wed, 08/05/2020 - 14:11

You are a very good person The final download link got my job done. Thank you. By the way, which country are you from

 

Last seen on 13:29, 20. Mar 2023
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can I pliz use the timplat…
Sat, 09/19/2020 - 19:26

can I pliz use the timplat in my mod?

Last seen on 14:36, 6. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes
Fri, 11/27/2020 - 18:52

Yes

Last seen on 15:53, 26. Apr 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hello,does the rf work with…
Sat, 12/12/2020 - 11:16

hello,does the rf work with its cables please?

 

thanks advance

Last seen on 23:20, 12. May 2023
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is their a way to get this…
Fri, 01/22/2021 - 08:50

Is their a way to get this for 2020.2 1.12.2?

Last seen on 00:21, 17. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just... Big thanks for this  
Wed, 02/03/2021 - 17:01

Just... Big thanks for this