Fixed Build for 1.19
This commit is contained in:
parent
4d6072ed36
commit
066153bbab
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ public class BaseDiscItem extends RecordItem implements ItemModelProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
public BaseDiscItem(int comparatorOutput, SoundEvent sound, Properties settings, int lengthInSeconds) {
|
public BaseDiscItem(int comparatorOutput, SoundEvent sound, Properties settings, int lengthInSeconds) {
|
||||||
super(comparatorOutput, sound, settings, lengthInSeconds);
|
super(comparatorOutput, sound, settings);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue