anonfunc
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?

anonfunc commented on issue TAIGA/TAIGA#5 2019-12-04 07:24:12 +01:00
WIP: Generate Nether/End ores in the Overworld if Server has allow-nether set to FALSE.

Well, there are a few issues here. First, please base all PR against master. I cherry-pick them into the stable branches when a new release is due.

anonfunc commented on issue TAIGA/TAIGA#3 2019-12-04 01:35:06 +01:00
Cascading Worldgen or something with Biomes OP

Can you open a PR with your changes so far, so that I can look into it? Just prefix it with WIP:

anonfunc pushed to master at anonfunc/mumo3 2019-12-01 16:44:34 +01:00
62eb2ad834 switched random channels to greek alphabet
anonfunc commented on issue TAIGA/TAIGA#3 2019-11-27 10:00:04 +01:00
Cascading Worldgen or something with Biomes OP

We already had a discussion about cascading wordgen on our old tracker, let me reiterate the important bits:

anonfunc pushed to master at anonfunc/non-aur-packages 2019-11-18 05:31:07 +01:00
ec3664acd3 added gitignore
anonfunc pushed to master at anonfunc/non-aur-packages 2019-11-18 05:29:38 +01:00
84f3a63451 added xorg-server with prime patches
anonfunc pushed to master at anonfunc/aur-packages 2019-11-14 03:45:14 +01:00
0b6a68fa99 upgpkg: cryptpad 3.5.0-1
anonfunc commented on issue TAIGA/TAIGA#2 2019-10-13 23:01:08 +02:00
Fixed Heroic, obsidiorite

On second thought, maybe that whole logic is flawed. durabilitymax - durability should always be >= 0, right? So just changing that to Math.max(durabilitymax - durability, 1) would do it, if I'm not mistaken.

anonfunc commented on issue TAIGA/TAIGA#2 2019-10-13 22:45:28 +02:00
Fixed Heroic, obsidiorite

Hi!

anonfunc pushed to master at anonfunc/aur-packages 2019-10-04 11:44:47 +02:00
f296f3076a upgpkg: pyfan 1.2-2
6164fba088 Initial upload: pyfan 1.2-1
b8bc65dd41 Initial upload: python-simple-pid 0.2.3-1
63192f0e38 upgpkg: cryptpad 3.2.0-1
Compare 4 commits »
anonfunc pushed to master at anonfunc/PyFan 2019-10-04 11:26:12 +02:00
6e45b77aba Update 'README.md'
anonfunc pushed to master at anonfunc/PyFan 2019-10-04 11:13:28 +02:00
6074353b95 Merge remote-tracking branch 'origin/master'
3f96734d84 removed unused config variable
Compare 2 commits »