fix: map recipe doesn't work

This commit is contained in:
hypercross 2025-12-05 11:02:00 +08:00
parent 0a5699a443
commit 4c8fd5fc14
1 changed files with 10 additions and 9 deletions

View File

@ -31,13 +31,14 @@ ServerEvents.recipes(event => {
); );
// map atlas shapeless // map atlas shapeless
event.remove({output: 'map_atlases:atlas'}); // it doesn't work (sad face)
event.shapeless( // event.remove({output: 'map_atlases:atlas'});
'map_atlases:atlas', // event.shapeless(
[ // 'map_atlases:atlas',
'minecraft:map', // [
'minecraft:book', // 'minecraft:map',
'minecraft:compass' // 'minecraft:book',
] // 'minecraft:compass'
); // ]
// );
}); });