Recent content by blazebeckett

  1. blazebeckett

    How to make 2 of the same projectile do different things?

    For this you can either set the snowball's name when launching the projectile, and then detect the name by using If Entity , you could also use UUID's and variables but the naming is the simplest option.
  2. blazebeckett

    Anvil Items

    Thanks for the help, this will be useful.
  3. blazebeckett

    Anvil Items

    I'm trying to make a naming system for my plot, and i'm trying to use an anvil for it, but I cant seem to put an item into the anvil via code. Anyway to do this?
  4. blazebeckett

    EnableBlocks code is glitched for me

    Thanks for pointing that out, didn't think of that!
  5. blazebeckett

    EnableBlocks code is glitched for me

    You can try to do [Player Event{Place Block}] > [Game Action{Event Manipulation{Uncancel Event}}]
  6. blazebeckett

    World generation issue

    There is an issue with world gen im experiencing where whenever its generating the seed it just sets it to 0 and doesnt generate anything. This is the DFonline link for people curious what the code is https://dfonline.dev/edit/?template=q3lt3ecj2oo713ppxs7q
  7. blazebeckett

    How to detect proximity to a block type ?

    This method is a bit more laggy i feel like but you could get 2 corners of the players location however many blocks apart and then use Repeat: On Grid
  8. blazebeckett

    Snowy Weather

    ah thx man
  9. blazebeckett

    Snowy Weather

    I have overlord I just cant find the code piece
  10. blazebeckett

    Snowy Weather

    I think your correct but I cant find any way to change the biome
  11. blazebeckett

    Snowy Weather

    I have been trying to figure out how to make it snow but i cant figure out how to do it. Does anyone know how to make snowy weather in plots?
  12. blazebeckett

    List Duplicating Issue

    Tried that its not working. It seems like it duplicates the list by however many players are in the plot.
  13. blazebeckett

    List Duplicating Issue

    heres the DF online template https://dfonline.dev/edit/?template=qm4jedo3l4q1zfv11gb7
  14. blazebeckett

    List Duplicating Issue

    I'm Trying To Make Menu Which Shows Every Player's Head In The Game And The Current Code I'm using Is Using Select Object To Select All Players, Grab Their Username's, Convert It To Heads and Use Repeat: For Each In List. But Every time I use Add Value To List It Doubles The Values By The Amount...
  15. blazebeckett

    Custom Crafting

    true but i mean like crafting table crafting you would do that
Top Bottom