|
f46569a3f3
|
Moved to our own namespace. Reformatted the file a bit.
|
2025-06-09 17:55:34 +01:00 |
|
|
5f58f685fb
|
Merge pull request 'bug/15-particle_crash' (#18) from bug/15-particle_crash into 1.20.1
Reviewed-on: #18
|
2025-06-08 22:21:22 +00:00 |
|
|
3da738679c
|
Moved particle registration into common setup.
|
2025-06-08 23:20:03 +01:00 |
|
|
709742804e
|
Merge pull request 'bug/14-block_not_dropping' (#17) from bug/14-block_not_dropping into 1.20.1
Reviewed-on: #17
|
2025-06-08 18:44:06 +00:00 |
|
|
abcdfa56cb
|
Generated loot table for bush.
|
2025-06-08 19:39:15 +01:00 |
|
|
1be07ee587
|
Registered loot table provider.
|
2025-06-08 19:39:05 +01:00 |
|
|
4100a40626
|
Created block loot table provider. Added firefly bush loot table.
|
2025-06-08 19:38:49 +01:00 |
|
|
7b32fa0b07
|
Created mod loot table provider.
|
2025-06-08 19:38:31 +01:00 |
|
|
327d0f65a5
|
Merge pull request 'bug/13-duplicate_near_water_feature_in_swamps' (#16) from bug/13-duplicate_near_water_feature_in_swamps into 1.20.1
Reviewed-on: #16
|
2025-06-08 18:09:42 +00:00 |
|
|
2cf135d314
|
Generated biome modifier.
|
2025-06-07 02:02:54 +01:00 |
|
|
05a276e89d
|
Added feature removal for non-swamp near river feature.
|
2025-06-07 01:51:55 +01:00 |
|
|
484bafabad
|
Merge pull request 'feat/9-customization' (#12) from feat/9-customization into 1.20.1
Reviewed-on: #12
|
2025-06-06 21:27:50 +00:00 |
|
|
9b87248bc2
|
Added extra config options for always playing ambient sound and always spawning particles.
|
2025-06-06 22:25:08 +01:00 |
|
|
bd362a65b1
|
Added weighted randomness to color list.
|
2025-06-06 21:54:55 +01:00 |
|
|
b07de5906d
|
Made color config into a list.
|
2025-06-06 21:36:43 +01:00 |
|
|
586b5a582b
|
Cleaned up extra config options. Added new option for color.
|
2025-06-06 21:07:07 +01:00 |
|
|
2715e34231
|
Created some inital extra settings.
|
2025-06-06 20:52:01 +01:00 |
|
|
87da0e53f7
|
Removed options for volume and pitch, they don't seem to do much?
|
2025-06-06 20:27:52 +01:00 |
|
|
b12dff0736
|
Replaced particle fields with config options.
|
2025-06-06 20:26:44 +01:00 |
|
|
47489c516e
|
Removed light level config. Out of scope.
|
2025-06-06 19:56:44 +01:00 |
|
|
b59d68240f
|
Changed light level config to affect getLightEmission instead of registry since we can't use config options during registry.
|
2025-06-06 05:15:54 +01:00 |
|
|
36d9a195e9
|
Added config option for light level.
|
2025-06-06 05:05:34 +01:00 |
|
|
ef16900f3d
|
Added config options for ambient sound volume and pitch.
|
2025-06-06 05:03:32 +01:00 |
|
|
8285026150
|
Replaced fields with config options.
|
2025-06-06 04:58:15 +01:00 |
|
|
deb1185b7b
|
Merge pull request 'feat/8-world_gen' (#11) from feat/8-world_gen into 1.20.1
Reviewed-on: #11
|
2025-06-06 03:36:28 +00:00 |
|
|
dac36eb65d
|
Generated new data.
|
2025-06-06 04:16:47 +01:00 |
|
|
3eac6f9b97
|
Created patch_firefly_bush_near_water.
|
2025-06-06 04:16:37 +01:00 |
|
|
5277aee813
|
Created patch_firefly_bush_near_water_swamp.
|
2025-06-06 04:07:21 +01:00 |
|
|
2d92514df4
|
Generated biome modifier.
|
2025-06-06 03:53:00 +01:00 |
|
|
20471d18e0
|
Added biome modifiers to world gen datagen.
|
2025-06-06 03:52:08 +01:00 |
|
|
7d6ef8f6c2
|
Created biome modifier for adding swamp patch.
|
2025-06-06 03:51:13 +01:00 |
|
|
25b9ee5301
|
Created base class for biome modifiers.
|
2025-06-06 03:41:27 +01:00 |
|
|
29dcb24e59
|
Generated data.
|
2025-06-06 03:38:58 +01:00 |
|
|
82f01dcc9c
|
Created data generator for world gen.
|
2025-06-06 03:38:49 +01:00 |
|
|
4c6b784b60
|
Created placed features registry. Created feature for firefly bush swamp patch.
|
2025-06-06 03:37:38 +01:00 |
|
|
d23966deb5
|
Created configured features registry. Created feature for firefly bush patch.
|
2025-06-06 03:36:09 +01:00 |
|
|
f1056e780a
|
Merge pull request 'feat/6-particles' (#10) from feat/6-particles into 1.20.1
Reviewed-on: #10
|
2025-06-06 00:06:58 +00:00 |
|
|
d0f091ba1b
|
Created firefly particle definition and texture.
|
2025-06-06 00:58:57 +01:00 |
|
|
c77e9e08c8
|
Implemented particle spawning for bush. Added workaround for incorrect sky light brightness, checking if moon is visible first.
|
2025-06-06 00:58:40 +01:00 |
|
|
9e9819fd58
|
Fixed particle registry object type.
|
2025-06-06 00:57:45 +01:00 |
|
|
573243da5d
|
Registering firefly particle.
|
2025-06-06 00:24:29 +01:00 |
|
|
cdf67dd28b
|
Created particle type registry.
|
2025-06-06 00:02:03 +01:00 |
|
|
57beb45385
|
Implemented firefly provider.
|
2025-06-05 23:59:28 +01:00 |
|
|
136b6ea144
|
Implemented tick method.
|
2025-06-05 23:55:27 +01:00 |
|
|
8b4dd563de
|
Implemented particle light color method.
|
2025-06-05 23:50:39 +01:00 |
|
|
261d760794
|
Implemented getRenderType.
|
2025-06-05 23:37:46 +01:00 |
|
|
6659c0ada6
|
Updated constructor.
|
2025-06-05 23:36:55 +01:00 |
|
|
e36c1a690d
|
Added fields.
|
2025-06-05 23:35:29 +01:00 |
|
|
2618a53b40
|
Created base class for Firefly particle.
|
2025-06-05 23:35:14 +01:00 |
|
|
d93123ebd0
|
Merge pull request 'feat/5-sounds' (#7) from feat/5-sounds into 1.20.1
Reviewed-on: #7
|
2025-06-05 22:27:48 +00:00 |
|