111 Commits

Author SHA1 Message Date
Elias Åström
1d5eac59f2 Remove flame sound setting and audio section 2023-12-23 14:27:28 +01:00
Elias Åström
b91ba944b6 Remove weather particle settings 2023-12-23 14:27:28 +01:00
Elias Åström
18a21f8757 Hide the very technical village settings 2023-12-23 14:27:28 +01:00
Elias Åström
02acabbd0c Remove mcl_item_id_debug setting 2023-12-23 14:27:28 +01:00
Elias Åström
f0a2f6d446 Remove setting to enable deepslate generation 2023-12-17 21:50:26 +01:00
Elias Åström
e671138ffb Remove generate fallen logs setting 2023-12-17 21:50:26 +01:00
Elias Åström
eacc2a4dba Remove translucent ice setting
The mentioned bug has been fixed in the Minetest engine now.
2023-12-17 21:50:26 +01:00
Elias Åström
c7cc282b6e Remove obsolete setting for creative mode 2023-12-17 02:27:55 +01:00
Elias Åström
71ec7e4035 Remove setting for old villages 2023-12-16 15:29:31 +01:00
Elias Åström
eb4e3b0878 Save the mcl_superflat_classic setting in mod storage
So the setting becomes safe to change for users with multiple flat
mapgen worlds.
2023-12-16 03:39:45 +01:00
codiac
9f6f6b9e00 Make mcl_villages_new match reality 2023-10-29 11:01:02 +10:00
codiac
e4ebaa0b72 Increase mcl_villages_top_padding to 8 2023-10-29 11:01:02 +10:00
codiac
b4d317a8a9 Increase mcl_villages_light_threshold from 5 to 6 and mcl_villages_top_padding from 3 to 5 2023-10-29 11:01:02 +10:00
codiac
e17e5c954e decrease village chance to 1 in 100 2023-10-29 11:01:02 +10:00
codiac
ccf326fbe5 change mcl_villages_max_jobs to 12 & spawn cats 2023-10-29 11:01:02 +10:00
codiac
2e7b9860ab Add missing doc for mcl_villages_allow_water_villages 2023-10-29 11:01:01 +10:00
codiac
7fa17abd69 Village Overhaul 2023-10-29 11:01:01 +10:00
cora
f0f6e06fbb Add setting to toggle movability of inv nodes
The unmovable restriction in mc java edition is just because of
technical restriction hence this was enabled by default
2023-10-19 14:54:49 +00:00
codiac
6e0820e6fd Use MC 1.18+ light levels to control mob spawning 2023-10-12 23:10:57 +02:00
the-real-herowl
6ed67394c0 Add settings for following spawner and strafing 2023-09-06 20:21:12 +00:00
cora
e3429d3e7e Document food healing behavior in settingtypes.txt 2023-08-26 23:33:53 +02:00
Elias Åström
d51b4e2834 Make creative dig speed consistently 0 2023-08-13 21:52:48 +02:00
cora
33fcdbb096 Disable mt dungeons by default, add setting to enable 2023-08-10 17:36:46 +00:00
cora
653373e724 Add "bark_stairs" setting 2023-07-20 14:06:34 +02:00
Elias Åström
9572d1f10b Restore builtin commands 2023-06-29 22:45:13 +02:00
cora
1dcf204032 Remove bedrock depth and conversion settings 2023-06-10 14:11:37 +02:00
GNU Hacker
0dd71e319c Make overworld_min configurable 2023-06-10 14:03:53 +02:00
Elias Åström
23455b6eec Remove fast enchanted golden apples setting 2023-06-10 12:27:01 +02:00
cora
79d0ec54b3 Make extended pet control default to false
this was never supposed to be default on
2023-05-19 00:12:19 +02:00
Johannes Fritz
46cdc8b9b0 Add a creative dig speed setting 2023-05-11 23:47:45 +02:00
FossFanatic
90ae28ff8d Fix broken explosions griefing setting
This commit adds some lines of code which make sure that nothing gets destroyed when TNT griefing is disabled.

Try different fix for broken setting

Rename some things

This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.

Rename some things

This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.

Rename some things

This commit renames `tnt_griefing` to `explosions_griefing` to better reflect what this setting now does.
2023-05-05 16:57:55 +00:00
cora
9a2ff00337 Some cleanup 2023-04-07 21:08:01 +02:00
Elias Åström
7ab5689c70 Update settingstypes.txt 2023-04-06 15:53:50 +00:00
cora
2147790b44 Add setting to disable events 2022-11-26 17:06:04 +01:00
cora
7ab2c5fecd Make debug output an opt-in setting 2022-11-26 17:06:04 +01:00
cora
da9f253117 Add setting for mob-movement stop range 2022-11-03 14:32:50 +01:00
cora
3a37b1c8cc Add a setting to disable hunger 2022-11-03 14:31:08 +01:00
Johannes Fritz
8faa6aa9eb Fix buckets on Android 2022-11-01 03:46:45 +00:00
Michieal
78c7ec6121 Added in MCL_SIGNS' debug setting. 2022-10-21 19:22:33 -04:00
cora
47efde7f2e Make hand range configurable 2022-10-18 11:45:56 +02:00
cora
ea48be3f4c Add global and per-player mob caps 2022-10-14 02:31:23 +02:00
cora
57b5d13edf Add setting to optionally bring back spawn icons 2022-10-13 02:13:02 +02:00
cora
540bf56b91 Add logging settings for mapgen and structures
mapgen logging being default off and structure generation default
on as the latter is the far more useful of the 2 in most situations
2022-09-14 20:37:08 +00:00
cora
00c8c53a57 Enable deepslate and copper generation 2022-09-14 20:37:07 +00:00
cora
8c16b8c7ee Make mob caps configurable 2022-09-13 14:18:29 +02:00
cora
51e244fe35 Make logging of mob spawning configurable 2022-09-13 13:43:57 +02:00
cora
786cea122d Remove some unsused settings from mcl_mobs 2022-09-13 13:39:14 +02:00
cora
694252e153 Add a setting for fapples (fast apples) 2022-09-10 01:48:56 +00:00
Johannes Fritz
8e6b6393c2 Add advanced skin customization 2022-09-06 12:16:46 -05:00
cora
1ddc1abb97 Add setting for bookshelf inventories 2022-09-01 12:10:12 +02:00