Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modems disappear when moved by create #948

Closed
Schattengaenger opened this issue Oct 27, 2021 · 8 comments
Closed

Modems disappear when moved by create #948

Schattengaenger opened this issue Oct 27, 2021 · 8 comments
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. help wanted I haven't got the knowledge or time to work on this.

Comments

@Schattengaenger
Copy link

Minecraft Version

1.16.x

Version

1.98.2

Details

Hi,

I play a modpack and wanted to make an elevator programm with this mod using creates contraptions.
I ran into a bug that only happens when it meets some unknown conditions but they are reproducable.
I reportet the bug to the modpack's maker and he asked me to relay it to here and creates issue report system.

Below you will see a picture of a contraption able to reproduce the bug. The green stuff is super glue which create uses to attach blocks to a contraption. It enters the moving block state fine and displays everything right until it stops again where it delets the same modems every time while keeping others. I placed the modems all around (except top, but I believe the results would be similar there, too) and every place you can see the glue is a modem deleted, not even broken and on the floor, but vanishing from existance. The picture was taken in a singleplayer world with a forge profile ONLY containing create (, it's nessesary fly wheel mod) and CC: Tweaked as mods, but the results don't differ on a server either.

I hope you can help here,
Sincerely, Manny
2021-10-28_00 55 12

latest.log

@Schattengaenger Schattengaenger added the bug A problem or unexpected behaviour with the mod. label Oct 27, 2021
@SirEdvin
Copy link
Contributor

I guess, you can try to move full-block modem

@SquidDev
Copy link
Member

For reference, Creators-of-Create/Create#2296 is the issue on the create side of things.

@Schattengaenger
Copy link
Author

Schattengaenger commented Oct 29, 2021

I guess, you can try to move full-block modem

Are you refering to the wired modem? If yes, than yeah it doens't break, but I need a wireless modem there and not a wired one. And while there are workarounds like mirroring the design in a way where it doesn't break in the direction I want to attach a modem to, It's still a bug that should be fixed eventually or do you disagree?
Edit: some spelling.

@SquidDev SquidDev added help wanted I haven't got the knowledge or time to work on this. area-Minecraft This affects CC's Minecraft-specific content. labels Oct 30, 2021
@Flexico
Copy link

Flexico commented Mar 29, 2022

As workaround, I place the modem on either the top or bottom of the computer. They only disappear when on the side!

@luigistyle
Copy link

luigistyle commented Jul 9, 2022

As workaround, I place the modem on either the top or bottom of the computer. They only disappear when on the side!

This doesn't seem to work for me. As soon as the contraption stops moving, the modem immediately disappears. I've tried placing it on the front, top, and bottom of the computer to no avail. Is there any update to this issue on either the CC or Create side of things?

EDIT: Putting it on the back works nvm lmao

@getertext
Copy link

This issue is not just for Create, it's for WorldEdit as well. It happens when an object is rotated, (With World edit it's with //rotate [angle] and with create is mechanical bearing) thus it might be a CCT issue or the other way around: they both have inconsistent rotation issues (which might be more likely), however, it's most likely to be a CCT side of issues due to strange metadata infrastructure (Proper: /setblock ~ ~ ~ minecraft:dispenser[facing=west], Improper: /setblock ~ ~ ~ jimsmod:laucher[direction=left, open=left]).

@Plite7067
Copy link

Just made a datapack to fix this: https://github.com/Plite7067/CreateCCModemFix
It adds the tag "#create:brittle" to them, which seems to fix the issue.

@SquidDev
Copy link
Member

SquidDev commented Apr 3, 2024

Thank you for looking into this, that was very helpful! I have added a similar fix to CC itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. help wanted I haven't got the knowledge or time to work on this.
Projects
None yet
Development

No branches or pull requests

7 participants