Commit Graph

  • 44595a861a put NoiseConfigPackTemplate in config context dfsek 2022-01-18 20:51:32 -07:00
  • 14e406c45b create sampler function addon module dfsek 2022-01-18 20:14:34 -07:00
  • 003f6c7e74 remove bukkit soft depend on worldedit dfsek 2022-01-17 11:22:55 -07:00
  • 57c38307f5 remove terra command from plugin.yml dfsek 2022-01-17 11:22:41 -07:00
  • f6fd338bd7 remove unused world.yml file dfsek 2022-01-17 11:22:16 -07:00
  • fc10d0c303 ignore hidden files when loading addons dfsek 2022-01-15 19:01:24 -07:00
  • 7939005428 clean up SurfaceLocatorTemplate dfsek 2022-01-15 01:44:54 -07:00
  • 072ce5b03e add TopLocator dfsek 2022-01-15 01:44:45 -07:00
  • 9794bf3565 add match-all option to AdjacentPatternLocator dfsek 2022-01-15 01:41:26 -07:00
  • 37d80b63d9 Merge remote-tracking branch 'origin/ver/6.0.0' into ver/6.0.0 dfsek 2022-01-14 23:24:13 -07:00
  • 077b14a998 add ALL tag dfsek 2022-01-14 23:24:05 -07:00
  • c6458c901d eliminate boxing in BinaryColumn boolean ops dfsek 2022-01-11 08:58:38 -07:00
  • 52b6de12ae correct BinaryColumn logic for boolean ops on columns with differeny min Y dfsek 2022-01-08 11:32:37 -07:00
  • 03671ad209 fix binary column point selection dfsek 2022-01-08 11:10:21 -07:00
  • b99980e5c0 correct BinaryColumn boolean combination indices dfsek 2022-01-08 10:56:33 -07:00
  • 5e0a6b9472 correct OrDistributorTemplate error message dfsek 2022-01-08 10:49:57 -07:00
  • 3540753ff8 add XOR distributor dfsek 2022-01-08 10:49:40 -07:00
  • 2b3cee6b7c add Distributor#xor dfsek 2022-01-08 10:45:27 -07:00
  • 5881e4465f add XOR pattern dfsek 2022-01-08 10:40:53 -07:00
  • 48c7e4ab40 add Pattern#xor dfsek 2022-01-08 10:40:09 -07:00
  • 9bcf06e1b2 register XOR locator dfsek 2022-01-08 10:39:18 -07:00
  • 0bfa6f4b04 correct OrLocatorTemplate error message dfsek 2022-01-08 10:38:25 -07:00
  • 0bf8d54598 add XorLocatorTemplate dfsek 2022-01-08 10:36:28 -07:00
  • 0c43cfcc5f add Locator#xor dfsek 2022-01-08 10:36:01 -07:00
  • 2ea66cd295 add BinaryColumn#xor dfsek 2022-01-08 10:34:41 -07:00
  • a7d0d52dfb abstract BinaryColumn boolean operators dfsek 2022-01-08 10:28:49 -07:00
  • 8a35e3f21d make BinaryColumn#or able to OR columns of different size dfsek 2022-01-08 10:25:53 -07:00
  • 9c024df9e5 use search range for binary column in pattern locator dfsek 2022-01-08 10:20:06 -07:00
  • bde7760634 make color modifier default to vanilla dfsek 2022-01-07 14:04:51 -07:00
  • ed986ddcb8 fix biome fog dfsek 2022-01-07 14:00:57 -07:00
  • b6aae73ef6 remove color map from BiomeTemplate dfsek 2022-01-07 13:38:18 -07:00
  • 7883a39375 add more vanilla biome properties dfsek 2022-01-07 13:09:01 -07:00
  • f0a71b3ad0 remove unused shadow method dfsek 2022-01-07 10:01:52 -07:00
  • 5e77878427 fix buffered world offset dfsek 2022-01-05 13:51:52 -07:00
  • 7b9891150d create and register mutated structure config dfsek 2022-01-05 08:12:00 -07:00
  • e5d5a88cbe increase feature priority dfsek 2022-01-04 14:33:31 -07:00
  • 3c3e3dafb5 create MutatedStructure dfsek 2022-01-04 14:32:46 -07:00
  • cb3ec5f300 add probability collection vector methods dfsek 2022-01-04 14:32:37 -07:00
  • 2a08645265 increase biome priority dfsek 2022-01-04 14:32:24 -07:00
  • 6b060a1ff6 buffered world builder api dfsek 2022-01-04 09:37:06 -07:00
  • 1d6eb0c48f create structure-mutator module dfsek 2022-01-04 08:55:21 -07:00
  • 42c407698d configurable beard threshold dfsek 2022-01-04 08:24:32 -07:00
  • 3fd5aaf56c load addons in separate method dfsek 2022-01-02 01:25:33 -07:00
  • b4a4d7e377 dump resources in separate method dfsek 2022-01-02 01:24:10 -07:00
  • f7d53c9db3 add vanilla biomes option on fabric dfsek 2022-01-02 00:46:13 -07:00
  • 3dc98a2bc2 create AdjacentPatternLocator dfsek 2022-01-01 22:48:34 -07:00
  • f393f76a87 add WritableWorld#column dfsek 2022-01-01 22:48:15 -07:00
  • a00dfac937 move column impl to main api dfsek 2022-01-01 22:48:02 -07:00
  • 999e09a653 optimize ElevationInterpolator dfsek 2022-01-01 22:14:48 -07:00
  • 29580e125d uninclude fastutil dfsek 2022-01-01 21:40:46 -07:00
  • c3e083607d add default int noise methods dfsek 2022-01-01 20:12:30 -07:00
  • 463c323f0a depend on fastutil dfsek 2022-01-01 20:12:21 -07:00
  • d13c0dd198 Revert "optimize ElevationInterpolator" dfsek 2022-01-01 19:58:06 -07:00
  • aa5ccd0196 make ocean palette optional dfsek 2021-12-31 23:46:44 -07:00
  • 039e45ef97 implement biome colors on fabric dfsek 2021-12-31 23:43:32 -07:00
  • 3a626d9101 remove unneeded access widener dfsek 2021-12-31 23:22:54 -07:00
  • 069b0d425a add beardification support dfsek 2021-12-31 23:19:21 -07:00
  • 83029989b9 clean up AddonsCommandAddon dfsek 2021-12-31 18:21:02 -07:00
  • edac8953c1 move profiler command to separate addon dfsek 2021-12-31 18:20:44 -07:00
  • 012a01da71 move addons command into separate addon dfsek 2021-12-31 18:16:50 -07:00
  • 17470fd74b create PacksCommandAddon dfsek 2021-12-31 18:12:56 -07:00
  • 43235f2fc8 add yourkit info to README.md dfsek 2021-12-31 13:20:20 -07:00
  • 3c58d6decd fix shaded jar resources config dfsek 2021-12-31 13:11:22 -07:00
  • 8560438bac implement reloads on bukkit dfsek 2021-12-30 17:39:50 -07:00
  • c6f42da61b create MaterialSet$Singleton class dfsek 2021-12-30 16:35:51 -07:00
  • 121dd16652 use caching provider in getBlock dfsek 2021-12-30 16:28:45 -07:00
  • d36fc7dec1 implement caching biome provider dfsek 2021-12-30 16:01:19 -07:00
  • 74237e7568 optimize ElevationInterpolator dfsek 2021-12-30 15:20:02 -07:00
  • 53cc36c879 fix profiler fetch concurrency issues dfsek 2021-12-30 15:05:24 -07:00
  • fc50f53944 synchronize profiler queries dfsek 2021-12-30 01:47:47 -07:00
  • 570a3bccc5 manually specify shadowjar task on shaded addons dfsek 2021-12-30 01:22:50 -07:00
  • 7039a28326 fix sponge structure generation dfsek 2021-12-30 01:11:25 -07:00
  • ca52a3e740 seed differently for every unique coordinate pair dfsek 2021-12-30 00:56:38 -07:00
  • 1801c831ba dont set failed pack dfsek 2021-12-29 02:21:35 -07:00
  • e72669354a provide platform with server instance to redeclare platform biomes dfsek 2021-12-29 02:07:29 -07:00
  • 0ce072a2ca dont crash on minecraft:reload dfsek 2021-12-29 00:08:12 -07:00
  • 62b3f47fa7 correctly clear registry dfsek 2021-12-28 23:28:07 -07:00
  • cd018fb970 clear registry before reload dfsek 2021-12-28 23:23:08 -07:00
  • 8e2683c165 use properties for compat options dfsek 2021-12-28 23:22:57 -07:00
  • b6abe0e7ac implement propertyholder in ConfigPack dfsek 2021-12-28 23:22:40 -07:00
  • f6ee8a3a1d dont retain references to config packs dfsek 2021-12-28 23:22:19 -07:00
  • f07519565b add max slant depth option dfsek 2021-12-28 22:30:32 -07:00
  • ffedfcc781 make exposed value a double dfsek 2021-12-28 21:55:10 -07:00
  • fb7c827e15 implement structure command dfsek 2021-12-28 21:46:06 -07:00
  • f921e22b5c add Vector3#toInt dfsek 2021-12-28 21:45:57 -07:00
  • 719260e3da add api for RegistryArgument to get registry at runtime dfsek 2021-12-28 21:45:44 -07:00
  • 34c83e87c4 improve CommandSender API dfsek 2021-12-28 21:44:50 -07:00
  • 70b0c55a39 create command-structures addon dfsek 2021-12-28 20:14:42 -07:00
  • c926625090 hash PaddedGridDistributor seed dfsek 2021-12-28 20:00:20 -07:00
  • ea7e78c498 xor world seed into PaddedGridDistributor seed dfsek 2021-12-28 19:12:06 -07:00
  • 36d417d3db implement padded grid distributor dfsek 2021-12-28 17:46:40 -07:00
  • ecc4504f00 add ore exposed option dfsek 2021-12-28 17:04:47 -07:00
  • ddebb8fec1 remove unused class dfsek 2021-12-28 16:57:57 -07:00
  • 7852165907 fix depth tracker from MetaListLikePreprocessor dfsek 2021-12-27 23:16:50 -07:00
  • ea5dd297cb implement new tectonic depthtracker API dfsek 2021-12-27 23:01:48 -07:00
  • 8d7468457f bump tectonic version dfsek 2021-12-27 20:34:54 -07:00
  • eb29da7639 fix potential cme in fabric biome source dfsek 2021-12-27 17:35:11 -07:00
  • ad7d173b7e make StructureScript properly return registry key dfsek 2021-12-27 15:59:51 -07:00
  • 287c029bda create GeometryUtil dfsek 2021-12-27 14:45:37 -07:00
  • 4be63b8c65 add Registry#getAllWithID method dfsek 2021-12-26 20:31:09 -07:00