anonfunc
anonfunc pushed to master at anonfunc/aur-packages 2020-02-07 10:07:44 +01:00
bcbcd808b7 upgpkg: orion 1.6.7-1
cee6d992f5 upgpkg: python-simple-pid 0.2.4-1
Compare 2 commits »
anonfunc commented on issue TAIGA/TAIGA#7 2020-02-02 16:17:52 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Please add a line before this comment begins for separation.

anonfunc commented on issue TAIGA/TAIGA#7 2020-02-02 16:16:30 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Some format changes left.

anonfunc commented on issue TAIGA/TAIGA#7 2020-02-02 16:11:31 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Ah I see what you mean. Maybe it doesn't check master for such channges.

anonfunc commented on issue TAIGA/TAIGA#7 2020-02-02 16:09:59 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Go on 'Files changed' tag above, you'll see it's still there. You need to push your changes to your git repo, otherwise they won't show up. See git status.

anonfunc commented on issue TAIGA/TAIGA#7 2020-01-29 15:20:02 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Maybe you did not push them? Gitea should™ mark it outdated once you changed something there.

anonfunc pushed to master at anonfunc/aur-packages 2020-01-15 17:38:45 +01:00
f5094815eb upgpkg: cryptpad 3.9.0-1
anonfunc pushed to master at anonfunc/PyFan 2019-12-27 20:01:22 +01:00
5ef32635f7 adjusted startup message for interval
anonfunc pushed to master at anonfunc/aur-packages 2019-12-27 19:48:43 +01:00
706957c1f4 upgpkg: php-ioncube_loader 10.3.9-1
0bc2f32287 upgpkg: pyfan 1.3-1
aa6a4e4859 upgpkg: cryptpad 3.8.0-1
Compare 3 commits »
anonfunc pushed to master at anonfunc/aur-packages 2019-12-27 19:28:47 +01:00
58cf370caf upgpkg: pyfan 1.3-1
anonfunc pushed to master at anonfunc/PyFan 2019-12-27 15:21:48 +01:00
8d95e69048 added more debug log to determine current pwm setting
772408fc6d fixed interval key check
Compare 2 commits »
anonfunc pushed to master at anonfunc/PyFan 2019-12-27 14:30:50 +01:00
e980293ab6 added interval and min/max config options
anonfunc commented on issue TAIGA/TAIGA#7 2019-12-18 10:15:27 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

first: style, put a whitespace after if, for reference see the existing code. Secondly, don't use == false, use !net.minecraft.server.MinecraftServer.getAllowNether().

anonfunc commented on issue TAIGA/TAIGA#7 2019-12-18 10:15:27 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Sorry for the delay, I was busy with work. Need to test this later this day, but you can already fix some style and best practise things.

anonfunc commented on issue TAIGA/TAIGA#7 2019-12-18 10:15:27 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

first: style, put a blank before you start a new function, for reference see the existing code.

anonfunc commented on issue TAIGA/TAIGA#7 2019-12-18 10:15:27 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

Unnecessary whitespace, please remove this.

anonfunc commented on issue TAIGA/TAIGA#7 2019-12-18 10:15:27 +01:00
Spawn Nether/End ores in Overworld if allow-nether is set to FALSE on server

What do you mean by switched around?