Recent content by DingusWaffle

  1. DingusWaffle

    How do you set a string to / without running a command?

    This worked, thank you!
  2. DingusWaffle

    How do you set a string to / without running a command?

    I'm making a system in DF that has to do with drop chances, the idea is that in the function you put a fraction for the drop chance of the item, such as 1/3 or 4/10. The issue is that in the code I can't set the splitter string to /, because it runs a command instead and gives me an error...
  3. DingusWaffle

    What is a variable? - A Guide to Variables

    You forgot line variables :\
  4. DingusWaffle

    Hai

    Hai
  5. DingusWaffle

    Hai

    Hai
  6. DingusWaffle

    How do you set a block ID to an item.

    For context, I'm making a game, and a mechanic in it is that dirt blocks fall if there isn't a block under them. There was an issue where if the block hits the ground on a button or something then it would disappear completely without dropping itself. I fixed this by setting a tag on the block...
  7. DingusWaffle

    How do I make items unstackable?

    There is a command that lets you change how much an item can stack say /item maxstacksize and then say a number. I hope this helped
Top Bottom