Commit Graph

32 Commits

Author SHA1 Message Date
Nils Dagsson Moskopp 5f0710a486
Make jukebox accept and play old music records
With the introduction of the mcl_jukebox API, all music record items
were given new names. Old music record items were aliased, but never
worked with the jukebox. Apparently no one tested existing records.

By explicitly looking up the item name in minetest.registered_aliases,
the jukebox accepts old records, plays them, and gives out new records.
2021-06-15 17:46:03 +02:00
AFCMS e858ea6233
Add backward compatibility for mcl_jukeboxes 2021-06-14 23:42:25 +02:00
AFCMS b6fc888559
Add API for mcl_jukebox 2021-06-14 23:35:30 +02:00
Wuzzy b0dc0ecc9c Fix possible nil crashes in mcl_jukebox 2020-12-21 13:13:01 +01:00
Wuzzy ea004b2904 Fix giant text appearing when using jukebox 2020-07-05 13:51:21 +02:00
Li0n 4af5b90030 Fix typo in music disc description 2020-06-10 00:01:09 +02:00
Wuzzy 3087621b11 Merge branch 'mcl_explosions' 2020-04-30 20:55:10 +02:00
Elias Åström 6315490b14 Update the rest of the blast resistance values
The values have been updated according to this list:

https://minecraft.gamepedia.com/Module:Blast_resistance_values
2020-04-19 13:08:36 +02:00
Wuzzy e268370452 Add fire metadata to many nodes (unused for now) 2020-04-18 23:24:42 +02:00
Wuzzy 6a77a54034 Increase z_index values to match new convention 2020-04-17 21:27:45 +02:00
Wuzzy f27615d77e Add z_index to HUD elements 2020-04-07 13:03:10 +02:00
Wuzzy ba74546d48 Add extended tooltips 2020-02-19 04:54:17 +01:00
Wuzzy c12a4b795e Make “now playing” translatable 2019-03-15 09:52:13 +01:00
Wuzzy 77ab44217a German transl.: mcl_fishing to mcl_maps + fixes 2019-03-15 06:12:03 +01:00
Wuzzy 47c817d75a New translation system, part 8: Items, part 4 2019-03-08 00:22:28 +01:00
Wuzzy 312b17a958 Check protection for most nodes 2019-02-08 21:59:01 +01:00
Wuzzy f022b747b0 Harden a number of minetest.after player checks 2018-06-03 16:44:37 +02:00
Wuzzy acd58f6fe5 Fix jukeboxes destroying music disc metadata 2018-05-12 23:57:49 +02:00
Wuzzy e38f19b5f3 Comparator now detects jukebox as container 2018-05-12 22:48:49 +02:00
Wuzzy 1ce9ab22bf Turn jukebox into a container (part 1) 2018-05-12 21:50:56 +02:00
Wuzzy cbc122836d Rotate spawned record of juke boxes 2017-11-18 22:12:36 +01:00
Wuzzy c8eeef3e23 Fix "now playing" message sometimes being confused 2017-08-03 15:10:45 +02:00
Wuzzy 04593eca08 Localize a couple of accidental global variables 2017-08-02 01:34:12 +02:00
Wuzzy 1274df70a7 Remove music disc: Moonsong (low quality) 2017-06-08 03:03:46 +02:00
Wuzzy d8d9089bda Music disc 9: Winter Feeling by Tom Peter 2017-06-08 01:09:03 +02:00
Wuzzy 005b509938 Add is_ground_content=false to some nodes 2017-03-11 16:36:05 +01:00
Wuzzy 549f541877 Add 4 Minecraft material groups
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy 63f14ed3d5 Add jukebox and music disc help 2017-03-10 05:10:08 +01:00
Wuzzy aabb1e972d Add _doc_items_create_entry fields for doc_items 2017-03-02 19:53:53 +01:00
Wuzzy c7ac8620c3 Hardness: Furnace+head+hopper+jukebox+rails 2017-02-27 01:33:34 +01:00
Wuzzy 0aeb109c64 Add blast resistance to a ton of blocks 2017-02-22 16:03:59 +01:00
Wuzzy 3696ee3761 Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
Renamed from mods/mcl_jukebox/init.lua (Browse further)