File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 28
28
29
29
if (count ($ argv ) !== 2 ){
30
30
fwrite (STDERR , "Required arguments: path to entity ID mapping file \n" );
31
+ fwrite (STDERR , "Hint: Input file is a JSON file like entity_id_map.json in pmmp/BedrockData \n" );
31
32
exit (1 );
32
33
}
33
34
67
68
namespace pocketmine\network\mcpe\protocol\types\entity;
68
69
69
70
/**
70
- * This file is directly generated from the entity definitions provided by the client. The entities listed in this file
71
- * are expected to always have the same IDs.
72
- *
73
71
* This file is automatically generated; do NOT edit it by hand.
72
+ * Regenerate it by running tools/generate-entity-ids.php
74
73
*/
75
74
final class EntityIds{
76
75
Original file line number Diff line number Diff line change 29
29
30
30
if (count ($ argv ) !== 2 ){
31
31
fwrite (STDERR , "Required arguments: path to level sound event ID mapping file \n" );
32
+ fwrite (STDERR , "Hint: Input file is a JSON file like level_sound_id_map.json in pmmp/BedrockData \n" );
32
33
exit (1 );
33
34
}
34
35
152
153
namespace pocketmine\network\mcpe\protocol\types;
153
154
154
155
/**
155
- * This file is generated from level_sound_id_map.json in BedrockData.
156
- *
157
156
* This file is automatically generated; do NOT edit it by hand.
157
+ * Regenerate it by running tools/generate-level-sound-ids.php
158
158
*/
159
159
final class LevelSoundEvent{
160
160
private function __construct(){
You can’t perform that action at this time.
0 commit comments