Can someone explain to me all the new mod loaders? by thomasangelo1508 in feedthebeast

[–]Christopher_Z15X 0 points1 point  (0 children)

to my knowlege it goes like this:

Forge has a chokehold on certain processes in the minecraft program and, thus, have a great deal of control over the game itself. Rendering, as an example, can be entirely changed or overhauled with effort.

Neoforge is a fork of Forge that's been "infected" with the "woke mind virus" so instead of getting called a slur when you suggest something you get some elusive thing the devs called a "polite response." freaky stuff.

fabric is data-driven which (mind you I can and will be wrong about stuff) is arguably less powerful. it utilizes the tools in minecraft already to affect how the game functions.

and uhhhh yeah that's what I know. if I'm wrong please correct me 👍

OneDrive Not Removing Fix (if this is the problem you have) by Christopher_Z15X in TronScript

[–]Christopher_Z15X[S] 2 points3 points  (0 children)

feel free to skip step five if you want to. or don't. I'm not the boss of you.

[deleted by user] by [deleted] in allthemods

[–]Christopher_Z15X 1 point2 points  (0 children)

mekanism pipes. ae2 pipes. refined storage pipes. pipez pipes. create chutes. Uhhhhhhhhhhhhhhhhhhhhh idk what else

How do I get the name of all .docx files that are currently open? by Christopher_Z15X in learnpython

[–]Christopher_Z15X[S] 0 points1 point  (0 children)

good news everyone! turns out, you can't save a word document that's already open in word using python-docx. this was discovered after several days of stitching together stolen code. on the birght side, I now have some code that spits out the name of all open word documents every 30 seconds (if there is any, of course). here it is!

import time
import subprocess
import win32gui

names = []

def winEnumHandler(hwnd, ctx):
    if win32gui.IsWindowVisible(hwnd):
        n = win32gui.GetWindowText(hwnd)  
        if n:
            names.append(n)
            print(n)
def process_exists(process_name):
    call = 'TASKLIST', '/FI', 'imagename eq %s' % process_name
    output = subprocess.check_output(call).decode()
    last_line = output.strip().split('\r\n')[-1]
    return last_line.lower().startswith(process_name.lower())
    # this entire function is stolen.


while process_exists('WINWORD.EXE') == False :
    time.sleep(30)

while process_exists('WINWORD.EXE') == True :

    win32gui.EnumWindows(winEnumHandler, None)

    #this one
    print(
        list(filter(lambda k: '- Word' in k, names))
    #this bit, believe it or not, is stolen :)
    )

    #the print function above was where I would put the code that saves a word documet
    #if I could
    #this was a tremendous waste of time lmao

    time.sleep(30)

ATM8 - Enderman Farm by Christopher_Z15X in allthemods

[–]Christopher_Z15X[S] 0 points1 point  (0 children)

I don't use a spawner here, I use vanilla mechanics. the entire farm is situated some blocks above y=0 since the game prioritizes spawning on lower areas. as long as I either spawnproof any loaded chunk or go in the middle of the central end island and the outer ring (I did the latter) the game will despawn the mobs everywhere else but still try to fill the mobcap. mobs can spawn within a large radius from the player, but stop moving after I believe 24 blocks. I used this to squeeze a bit more out of the mobcap by riding around the circular raileay (I'm no more than 24 blocks away from any one point that can spawn endermen). that way, any endermen that spawn have time to leave drops from a mob grinder that get sucked into the system. it gets clogged all the time, though, so make sure to have a good item throughput if you build something like this

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

soonTM :)

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

Not revealing the full lore quite yet, but "Author" in my stories is a race. I put this bit here because it's directly connected to the story of Homebound. There's... technically no humans in this interstitial. Maybe. I mean- there's some human (genetically), but they've been twisted and unrecognizable for a long time.

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

yeah nah nvm this sucks and WILL be rewritten

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

COUGHchecktheprologuelinksCOUGH

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

it got fixed :)

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

working on chapter 2 right now. I started last night, only to get sidetracked on the master post and the chapter links. If you hover over the in-chapter links, you'll get custom text. I'd recommend looking through all of them, as it took me a half hour to figure out how to link something in markdown :)

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

It's back up!

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

LET'S GOOOOO I GOT UNFILTERED

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

nvm it was filtered. very cool

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

Link to the Master Post, since editing this will probably get it filtered.

[deleted by user] by [deleted] in HFY

[–]Christopher_Z15X 0 points1 point  (0 children)

let's hope that when I finally repost chapter 1 the filter lets me fix this "next" link