Private
Public Access
1
0
Commit Graph

76 Commits

Author SHA1 Message Date
dfb38a10d0 Generated biome modifier. 2025-06-07 02:02:54 +01:00
320a45c500 Added feature removal for non-swamp near river feature. 2025-06-07 01:51:55 +01:00
b3454cffb8 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
7afeb2c82d Added extra config options for always playing ambient sound and always spawning particles. 2025-06-06 22:25:08 +01:00
1915462811 Added weighted randomness to color list. 2025-06-06 21:54:55 +01:00
d9571e65dd Made color config into a list. 2025-06-06 21:36:43 +01:00
d2340638f3 Cleaned up extra config options. Added new option for color. 2025-06-06 21:07:07 +01:00
1000fced60 Created some inital extra settings. 2025-06-06 20:52:01 +01:00
1c2d0c0519 Removed options for volume and pitch, they don't seem to do much? 2025-06-06 20:27:52 +01:00
1939719694 Replaced particle fields with config options. 2025-06-06 20:26:44 +01:00
544d096e8d Removed light level config. Out of scope. 2025-06-06 19:56:44 +01:00
e7b45267e1 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
6696263249 Added config option for light level. 2025-06-06 05:05:34 +01:00
5add42d487 Added config options for ambient sound volume and pitch. 2025-06-06 05:03:32 +01:00
6c24c58be0 Replaced fields with config options. 2025-06-06 04:58:15 +01:00
4dd4c7a4c1 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
5c9f3d9b74 Generated new data. 2025-06-06 04:16:47 +01:00
efeee52a49 Created patch_firefly_bush_near_water. 2025-06-06 04:16:37 +01:00
3d99dd8c01 Created patch_firefly_bush_near_water_swamp. 2025-06-06 04:07:21 +01:00
5f7240bde0 Generated biome modifier. 2025-06-06 03:53:00 +01:00
590af3ed15 Added biome modifiers to world gen datagen. 2025-06-06 03:52:08 +01:00
aab5f0c872 Created biome modifier for adding swamp patch. 2025-06-06 03:51:13 +01:00
283aa76efa Created base class for biome modifiers. 2025-06-06 03:41:27 +01:00
92a6646147 Generated data. 2025-06-06 03:38:58 +01:00
0e2510a447 Created data generator for world gen. 2025-06-06 03:38:49 +01:00
2fdc4b117d Created placed features registry. Created feature for firefly bush swamp patch. 2025-06-06 03:37:38 +01:00
821d9f467b Created configured features registry. Created feature for firefly bush patch. 2025-06-06 03:36:09 +01:00
4247d55bec 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
31a8faa988 Created firefly particle definition and texture. 2025-06-06 00:58:57 +01:00
5625e34cc6 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
8d1415a257 Fixed particle registry object type. 2025-06-06 00:57:45 +01:00
c76cb33716 Registering firefly particle. 2025-06-06 00:24:29 +01:00
31acf8469f Created particle type registry. 2025-06-06 00:02:03 +01:00
46b0797527 Implemented firefly provider. 2025-06-05 23:59:28 +01:00
9d7394d8cb Implemented tick method. 2025-06-05 23:55:27 +01:00
ffb52b2d8b Implemented particle light color method. 2025-06-05 23:50:39 +01:00
818e2e7a7d Implemented getRenderType. 2025-06-05 23:37:46 +01:00
435f05384f Updated constructor. 2025-06-05 23:36:55 +01:00
57815beba9 Added fields. 2025-06-05 23:35:29 +01:00
f799ac95a9 Created base class for Firefly particle. 2025-06-05 23:35:14 +01:00
e96c7f4203 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
8c116d45be Using field. 2025-06-05 23:26:03 +01:00
37f4eff003 Fixed lang entry key. 2025-06-05 23:24:24 +01:00
5e35a5c7cc Implemented sounds into the block animateTick method. Implemented missing isMoonVisible method. Updated parameter names. 2025-06-05 23:23:53 +01:00
1896f5268b Generated new data and added subtitle entry to language file. 2025-06-05 23:07:51 +01:00
850b2d8b13 Created mod sound definition provider and added it to data generators. Defined firefly bush sounds. 2025-06-05 23:07:31 +01:00
6a9558fc6a Added firefly idle sound event. 2025-06-05 23:06:58 +01:00
47abd4a253 Created sound registry. 2025-06-05 22:18:01 +01:00
ef5da64e9e Merge pull request 'feat/3-block' (#4) from feat/3-block into 1.20.1
Reviewed-on: #4
2025-06-05 21:09:28 +00:00
1d2e376baf Optimized imports. 2025-06-05 22:08:19 +01:00