fix: map recipe doesn't work
This commit is contained in:
parent
0a5699a443
commit
4c8fd5fc14
|
|
@ -31,13 +31,14 @@ ServerEvents.recipes(event => {
|
|||
);
|
||||
|
||||
// map atlas shapeless
|
||||
event.remove({output: 'map_atlases:atlas'});
|
||||
event.shapeless(
|
||||
'map_atlases:atlas',
|
||||
[
|
||||
'minecraft:map',
|
||||
'minecraft:book',
|
||||
'minecraft:compass'
|
||||
]
|
||||
);
|
||||
// it doesn't work (sad face)
|
||||
// event.remove({output: 'map_atlases:atlas'});
|
||||
// event.shapeless(
|
||||
// 'map_atlases:atlas',
|
||||
// [
|
||||
// 'minecraft:map',
|
||||
// 'minecraft:book',
|
||||
// 'minecraft:compass'
|
||||
// ]
|
||||
// );
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue