Fixing Computercraft redstone outputs in Ultra Modded Survival [Solved Solution]
-
Similar Content
-
By BoomiCat
Hi there, I have made several modpacks before and followed the exact same steps, however when I install and play it on the launcher: it either doesn't even open Minecraft or if it does, then it's just base 1.12.2 Mc without any installed mods from the modpack.
Here's the link to the Dropbox folder:
https://www.dropbox.com/s/wrauzcqbt2dbz79/World of Snow.zip?dl=0
Regarding the changes to Dropbox's changes: I followed the forum thread solution of changing the necessary parts of the link (www to dl, dropbox to dropboxusercontent, ?dl=1).
I updated the modpack several times as I thought the root of the problem may have been the Forge 'modpack.jar' file. I've so far tried the 'Latest' and 'Reccommended' Windows Launcher, Universal and Launcher downloads. No result.
Maybe it is a specific mod or a combination of mods making the whole modpack unplayable?
Thanks for any help,
Charlie
-
By Cats1337
Hello, I've been using a modpack I made that's basically the 1.12.2 Pack, just modified for me and my friends to play, and recently it just stopped working for me. It crashes when I load it up and never actually loads.
Pastebin of Error Logs:
https://pastebin.com/kEjHF38U
I thought originally that it was a line 264-265, with ersatz, or something to do with ram, but not exactly sure...
-
By KastenKlicker
Hey,
I have a very common problem and read many different topics about it, but nothing helped me.
So I want to create a little modpack to share it with some friends, but the modpack always starts Vanilla.
I tried to compress the folders with 7zip and WinRar, but nothing worked.
The modpack is downloaded correctly.
Here is the link to the page of my modpack (It's not shown so you have to install it over the url) : https://www.technicpack.net/modpack/stalincrafts-modpack.1717127
Maybe you find the problem and help me!
Thank you for your help!
I think the documentation should be updated, it's wrong.
So I found this topic from yesterday solving my problem:
-
By GrantTheWizard
Hello, I am new to LUA but not in programming. I am not understanding why my blockchain is not working.
It is supposed to go 40 blocks down the row(Hence the for loop for count 40)
Then when it gets to 40 come back(I need to change the 3 to a 2) but what it does right now is it digs the first wheat then stays there, then executes the turn then stops. Any ideas on how to fix?
-
By ZeZoBeatz
As you see by the title, I am trying to help a random person on the server I play on with ComputerCraft. He made a program called LockExe and he just sells it on the server. It is very simple program. It just reads for the password and when you input it, the computer outputs a redstone signal for 5 seconds out the left side and then stops, then the computer reboots back up to the startup screen where it asks for the password again. But I just discovered the 'terminate' feature through ComputerCraft and I do not think he knows about it. So I am trying to edit his code so it disables/makes it harder to terminate the program so no-one can just steal his code. But everything that I have tried with the code keeps breaking the program. I keep using the os.pullEventRaw and that can read for the terminate event and can make it do other things besides just terminate but there are issues that I have found with using that. The first and main issue is that the os.pullEventRaw stops the programs entirely, meaning that it no longer allows me to type anything in the computer and it insteads waits for the input of the terminate event. I do the terminate event and whatever I made it do after the input happens, it does. Like if I tell it to type something out after I do ctrl + t, it tells me it. But this means that the password cannot be typed in. The second issue is after I use ctrl + t to do that terminate event, I can just do it again and it will terminate that so it will bypass it anyway. Like I said before, I am trying to help him out with his program just so no-one can steal it. Btw, he did not ask me to do any of this, I am doing it because I wanted to see if I could. But it seems I need help. This is the coding of his program just incase it helps.
-
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.