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
|
// 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'
|
||||||
);
|
// ]
|
||||||
|
// );
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue