mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
Make the cursor limit option apply to banners (#9554)
This commit is contained in:
parent
7843c4c1f1
commit
cf16a1eeb4
@ -19,3 +19,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
}
|
}
|
||||||
|
|
||||||
CompoundTag nbttagcompound = stack.getTag();
|
CompoundTag nbttagcompound = stack.getTag();
|
||||||
|
@@ -0,0 +0,0 @@ public class MapItemSavedData extends SavedData {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
- if (!this.isTrackedCountOverLimit(256)) {
|
||||||
|
+ if (!this.isTrackedCountOverLimit(((Level) world).paperConfig().maps.itemFrameCursorLimit)) { // Paper
|
||||||
|
this.bannerMarkers.put(mapiconbanner.getId(), mapiconbanner);
|
||||||
|
this.addDecoration(mapiconbanner.getDecoration(), world, mapiconbanner.getId(), d0, d1, 180.0D, mapiconbanner.getName());
|
||||||
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user