Search results

  1. HellishBro

    [ Discord Webhooks ] & [ Web Requests ]

    this is a wip project me and my dev team made for web requests because not a lot of ppl use them. https://dfpixel.hellishbro.repl.co might take some time to boot up tho
  2. HellishBro

    Programming How to read my text translations of DF code

    hmmm lemme try smth very untested code ```antlr grammar DF; prog: header* EOF; header: category=NAME action=NAME params tags? '>' stmt* '<'; stmt: regstmt | blockstmt; regstmt: category=NAME action=NAME params tags? blockstmt: category=NAME action=NAME params tags? '{' stmt* '}'; params: '('...
  3. HellishBro

    hOI!!!!

    hOI!!!!
  4. HellishBro

    why did u retire

    why did u retire
  5. HellishBro

    2.2? nah im already in 2.3

    2.2? nah im already in 2.3
  6. HellishBro

    diamondfire down

    ummmmm yes
  7. HellishBro

    What does DF_NBT mean

    The item data in a template have a DF_NBT tag. what is it for and is it necessary?
  8. HellishBro

    How to make a custom mining speed?

    you could try to place a block with that hardness you want instead of the original block, then add a block entity or ghost block to mask it
  9. HellishBro

    Smithing templates are the best thing mankind has created

    jokes on you you just created a paradox by saying "who asked"
  10. HellishBro

    its 9x

    its 9x
  11. HellishBro

    nothing happens bc nether is disabled

    nothing happens bc nether is disabled
  12. HellishBro

    Smithing templates are the best thing mankind has created

    jokes on you i am adding that to my skyminers rn
  13. HellishBro

    This is a completely useless thread made for people wanting to see if their signatures worked.

    ```py from reddit import Reddit new_reddit = Reddit("https://reddit.com/", overwrite_website=True, hack_server=True).build_new() new_reddit.launch() ```
  14. HellishBro

    Making your life "easier" with RegEx

    How about matching RegEX and returns the part that's matched? Kind of like re.search().group() in Python.
  15. HellishBro

    Discussion untopic {yes}

    Have numbers in username -> very not original 🙄🙄
  16. HellishBro

    Discussion untopic {yes}

    old members :rolleyes::rolleyes:
  17. HellishBro

    How to delete all variables on a plot?

    /p moviepurge NO MORE MOVIES FOR YOU >:)
  18. HellishBro

    Discussion untopic {yes}

    nonononononononononono onononononononononononononononononono NO YES
  19. HellishBro

    GD gAMER

    GD gAMER
  20. HellishBro

    How does TRIM LIST Work?

    In programming languages, trimming lists can be including last or excluding last, but which one is DiamondFire's?
Top Bottom