WorldEdit

WorldEdit

42M Downloads

Project Red Issues

leumas1960 opened this issue ยท 1 comments

commented

The Problem

I just want to say that I really appreciate the stability of this project and the work that has gone into it up to now.
Compatibility with Project Red is a little weak. It works, but requires a world reload to display microblocks, gates, and wires, and can't copy gates and covers/other supporting microblocks at the same time, because the gates check for their support requirement before their supporting block is loaded.

This is the main redstone mod for minecraft, and since redstone computing is very reliant on worldedit, I would really like to see these things fixed so it can be used on grander scales for projects.

A Solution

Add compat checks, such as loading microblocks first before gates and wires, and trigger a model refresh or treat the copied blocks as hand placed by the player in order to have them display on copies and stacks.

Alternatives

No response

Anything Else?

Only 1 version needs the compatibility, such as 1.16.5, which is a solid version, since mods tend to update slow, and so worlds aren't going to be updated that often anyway. Vanilla redstone components in 1.16.5 are generally sufficient as well.

No response

commented

Either this can be solved by disabling updates, neighbours, etc in //perf, or it's an issue within that mod and not possible to be solved from WorldEdit's side