NopeDK

Results 5 issues of NopeDK

Held mods update block uses [break](https://github.com/mickael9/fac/blob/master/fac/commands/update.py#L64) where it should use [continue](https://github.com/mickael9/fac/blob/master/fac/commands/update.py#L58) like the unpacked block. ``` if not args.held and local_mod.name in self.config.hold: print("%s is held. " "Use -H to...

fac list ``` Installed mods: A Sea Block Config 0.3.0 ``` fac hold ``` Mods currently held: A Sea Block Config ``` config.ini ``` [mods] hold = A Sea Block...

Using keyboard layouts that require ALTGR + Key to produce special characters (ALTGR + 7 / 8 / 9 / 0 for { [ ] } respectively on a Danish...

<3

**What are you trying to do?** Delete all homes of a player at once **Describe the solution you'd like** Either a flag, wildcard or command that can delete all homes...

Currently the Controller only responds to Strong redstone powering. Redstone dust, Project:Red Red Alloy Wire does not turn off the machine. In addition, it only checks on block updates meaning...