We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97465f0 commit fe81147Copy full SHA for fe81147
src/me/crafter/mc/lockettepro/DependencyProtocolLib.java
@@ -40,6 +40,10 @@ public static void setUpProtocolLib(Plugin plugin){
40
addTileEntityDataListener(plugin);
41
addMapChunkListener(plugin);
42
break;
43
+ case v1_12_R1:
44
+ addTileEntityDataListener(plugin);
45
+ addMapChunkListener(plugin);
46
+ break;
47
case UNKNOWN:
48
default:
49
addUpdateSignListener(plugin);
0 commit comments