Commit Graph
5 Commits
Author SHA1 Message Date
Techcable 913467791a Make enableTreasureMaps apply to shipwreck loot generation
Fixes #3480
Previously it only controlled whether villagers could trade treasure maps.
Now it should apply to loot generated in treasure maps.

We don't unregister treasure maps from the loot table,
since this option is per-world and the table is global.
Instead I just replaced the implementation with a NOP.
2020-06-16 13:31:54 -07:00
Techcable d46a2b11b7 [CI-SKIP] Add Techcable to MIT list (#1038) 2018-03-09 09:59:59 -07:00
Techcable acad27e9e7 Fix backwards compatibility with spigot title api
I shouldn't have assumed their api was anything other but a thin (and incomplete) wrapper over the packets.

Fixes #94
2016-03-20 20:45:13 -07:00
Techcable 25fcb2cf47 Fix mutable block position construction
Should fix #3
2016-01-29 13:49:01 -07:00
Techcable c2bc09af95 Add Contributing.md for developers and advanced users 2016-01-21 00:12:19 -06:00