1,470,502 events, 857,560 push events, 1,240,960 commit messages, 78,249,818 characters
Merge pull request #30 from Huntears/cbt
Fuck you Huntears
Cubes that move!
Now it's somewhat resembling a game? Well I changed a lot of stuff (some of it may be wrong or not the most optimal way of doing it)
- Now the logo is always drawn,
- There is a new "Press A / D" text
- OMG A THING THAT WILL ONE DAY BE THE CHARACTER!!! -- note: the movement is hella clunky right now (will change later)
I also put a void start_draws() is it good? Dunno, does it work? Hell yeah.
A metric shit-ton of edits.
It's not that I'm too lazy to write an edit summary, but I changed a lot of shit to get stuff working that I fucked up before.
Try and go through the changes to make sense of what I did, because I did some funky stuff in the new Vader file and such to get things working. I know I also did a few spacing changes....
IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()
commit 4adcf7fb6783e354aab38824d803fa8c4f8e8a27 upstream.
ipath_user_sdma_queue_pkts() gets called with mmap_sem held for writing. Except for get_user_pages() deep down in ipath_user_sdma_pin_pages() we don't seem to need mmap_sem at all.
Even more interestingly the function ipath_user_sdma_queue_pkts() (and also ipath_user_sdma_coalesce() called somewhat later) call copy_from_user() which can hit a page fault and we deadlock on trying to get mmap_sem when handling that fault. So just make ipath_user_sdma_pin_pages() use get_user_pages_fast() and leave mmap_sem locking for mm.
This deadlock has actually been observed in the wild when the node is under memory pressure.
Signed-off-by: Jan Kara [email protected] Signed-off-by: Mike Marciniszyn [email protected] [ Merged in fix for call to get_user_pages_fast from Tetsuo Handa [email protected]. - Roland ] Signed-off-by: Roland Dreier [email protected] Signed-off-by: Greg Kroah-Hartman [email protected]
I love touhou music
Everything has the spot to be broken away I only know where it's hidden away C'mon baby! C'mon baby! Come into my hand Oh, it's so easy to Grip & Break down!!
Let's get along, baby, I'm never insane You must enjoy to play This game more and more and more Hey! How are you feeling? It's funny, isn't it? Never ever to be seen, the game!
Update
-
Profaned Flame: shoots 3 projectiles.
-
Chaos Bed Vestiges: impact now leaves lava pool.
-
Cataclysm: extends duration to 8 (normally 5).
-
Floating Chaos: emits bullets twice as fast.
-
Bursting Fireball: impact now leaves lava pool.
-
Boulder Heave: now emits a stream of boulders.
-
Sacred Flame: reduces FP cost to 40.
-
Seething Chaos: shoots 2 projectiles.
-
Wretch Earth: shoots 3 projectiles.
-
Earthquake: extends area of effect.
-
Lingering Chaos: uses the Farron Dart cast animation.
-
Earthfall: extends duration to 8 (normally 5).
-
Carthus Beacon: extends duration to 60 seconds.
-
Warmth: gains unlimited uses.
-
Profuse Sweat: extends duration to 300 seconds.
-
Iron Flesh: extends duration to 30 seconds.
-
Flash Sweat: extends duration to 300 seconds.
-
Carthus Flame Arc: adds 90 Fire damage to main weapon for 60 seconds.
-
Rapport: extends duration to 60 seconds, boosts enemy power by 100% whilst friendly.
-
Power Within: reduces HP loss to 0.5% per second.
-
Rockflesh: no longer slows movement.
-
Way of White Corona: shoots 3 projectiles.
-
Force: does 100 poise damage (normally 10).
-
Emit Force: uses the Farron Dart cast animation.
-
Wrath of the Gods: uses the Force cast animation.
-
Lightning Spear: shoots 5 projectiles with much stronger tracking.
-
Great Lightning Spear: gains much stronger tracking, now penetrates target.
-
Sunlight Spear: gain much stronger tracking.
-
Lightning Arrow: shoots 3 projectiles in a tight cone.
-
Lightning Storm: emits 10 projectiles (normally 5).
-
Lightning Stake: does 60 poise damage (normally 30).
-
Divine Pillars of Light: expands area of effect.
-
Halo: hits now cause long stagger.
-
Heavenly Thunder: emits more projectiles.
-
Heal Aid: gains unlimited uses.
-
Heal: gains unlimited uses.
-
Med Heal: gains unlimited uses.
-
Great Heal: gains unlimited uses.
-
Soothing Sunlight: gains unlimited uses.
-
Projected Heal: gains unlimited uses.
-
Replenishment: gains unlimited uses.
-
Bountiful Light: gains unlimited uses.
-
Bountiful Sunlight: gains unlimited uses.
-
Tears of Denial: gains unlimited uses.
-
Blessed Weapon: increases Physical damage by 90.
-
Atonement: extends duration to 60.
-
Sacred Oath: extends duration to 90.
-
Lightning Blade: adds 90 Lightning damage.
-
Darkmoon Blade: adds 90 Magic damage.
-
Magic Barrier: increases Magic, Fire, Lightning and Dark absorption by 30% for 60 seconds.
-
Great Magic Barrier: increases Magic, Fire, Lightning and Dark absorption by 50% for 60 seconds.
-
Heavenly Relief: increases equipment load by 50%.
-
Perseverance: extends duration to 120.
-
Halo now slowly moves away from the player upon casting, and after 8 seconds, returns.
-
Fixed an issue with enemies not actually applying Curse.
Replace NSOrderedSet with indexed records
We can't use NSOrderedSet and CloudKit, and it's kinda a pain in the ass anyway. Switch to an index
field which is a whole different pain in the ass since we have to maintain them
"9:40am. I am up. Let me chill for a while and then I will start. Today I will just focus on wrapping the parser and the partial evaluator (again).
9:50am. Yeah, again. Making a few steps forward and then back was a frequent occurrence back in 2017, and now that I am dealing with language design issues, so it will be now. The task is no longer to race to the finish line, so things are going to take longer.
10:10am. Let me just start. I should do some work in the morning. First let me take care of the parser.
10:20am.
match d.SkipSpecial SpecRec with
| Ok _ ->
if is_global then
let name_pats_body d = name_pats_body (fun _ d -> d.FailWith ExpectedFunction) d
(name_pats_body .>>. (many (if_ (and' >>. name_pats_body))) >>= handle_inl_rec_block) d
else
d.Skip'(-1); d.FailWith RecNotAllowedLocally
| RecNotAllowedLocally -> "Recursive functions and blocks must be global."
Hacking the parser was even easier than I thought it would be.
10:30am. Enough resting, let me move to the next step.
The next step is definitely to put hash consing back in.
10:35am.
and RData =
| RTyB
| RTyPair of ConsedNode<Data * Data>
| RTyKeyword of ConsedNode<KeywordTag * Data []>
| RTyFunction of ConsedNode<Expr * StackSize * Ty [] * StackSize * Data [] * bool>
| RTyRecord of ConsedNode<Map<KeywordTag, Data>>
| RTyLit of Literal
| RTyV of ConsedNode<Tag * Ty>
Thankfully there is only a tiny number of language primitives.
10:35am.
let data_to_rdata'' call_data =
let m = Dictionary(HashIdentity.Reference)
let m' = Dictionary(HashIdentity.Reference)
let call_args = ResizeArray()
let rec f x =
match m.TryGetValue x with
| true, v -> v
| _ ->
let memo r = m'.Add(x,r); r
match x with
| TyPair(a,b) -> memo <| TyPair(f a, f b)
| TyKeyword(a,b) -> memo <| TyKeyword(a, Array.map f b)
| TyFunction(a,b,c,d,e,z) -> m.Add(x,TyRR m.Count); TyFunction(a,b,c,d,Array.map f e,z)
| TyRecord l -> memo <| TyRecord(Map.map (fun _ -> f) l)
| TyV(T(_,ty) as t) -> m.Add(x,TyRR m.Count); call_args.Add t; TyRV ty
| TyLit _ | TyB -> x
| TyRV _ | TyRR _ -> failwith "Compiler error: TyRV and TyVV should not appear here."
let x = Array.map f call_data
call_args.ToArray(),x
Now...let me start by doing this one from scratch.
10:40am.
/// Unlike v0.1 and previously, the functions can now have cycles so that needs to be taken care of during memoization.
let data_to_rdata'' (hc : HashConsTable) call_data =
let hc x = hc.Add x
let m = Dictionary(HashIdentity.Reference)
let call_args = ResizeArray()
let rec f x =
memoize m (fun _ ->
match x with
| TyPair(a,b) -> RTyPair(hc(f a, f b))
| TyKeyword(a,b) -> RTyKeyword(hc (a, Array.map f b))
| TyFunction(a,b,c,d,e,z) -> RTyFunction(hc(a,b,c,d,Array.map f e,z))
| TyRecord l -> RTyRecord(hc(Map.map (fun _ -> f) l))
| TyV(T(v,ty) as t) -> call_args.Add t; RTyV(hc (v,ty))
| TyLit v -> RTyLit v
| TyB -> RTyB
) x
let x = Array.map f call_data
call_args.ToArray(),x
Everything is immediately 100x easier, now that I do not have to worry about cycles in the pevaller.
10:50am.
let rdata_to_data' i (R call_data) =
let m = Dictionary(HashIdentity.Reference)
let r_args = ResizeArray()
let rec f x =
memoize m (function
| RTyPair(R(a,b)) -> TyPair(f a, f b)
| RTyKeyword(R(a,b)) -> TyKeyword(a, Array.map f b)
| RTyFunction(R(a,b,c,d,e,z)) -> TyFunction(a,b,c,d,Array.map f e,z)
| RTyRecord(R l) -> TyRecord(Map.map (fun _ -> f) l)
| RTyV(R(v,ty)) -> r_args.Add(v,ty); TyV(T(v,ty))
| RTyLit v -> TyLit v
| RTyB -> TyB
) x
let x = f call_data
r_args.ToArray(),x
let rdata_to_data i x = rdata_to_data' i x |> snd // TODO: Specialize this.
Here is this.
11:05am.
let data_to_rdata'' (hc : HashConsTable) call_data =
let hc x = hc.Add x
let m = Dictionary(HashIdentity.Reference)
let call_args = ResizeArray()
let rec f x =
memoize m (function
| TyPair(a,b) -> RTyPair(hc(f a, f b))
| TyKeyword(a,b) -> RTyKeyword(hc (a, Array.map f b))
| TyFunction(a,b,c,d,e,z) -> RTyFunction(hc(a,b,c,d,Array.map f e,z))
| TyRecord l -> RTyRecord(hc(Map.map (fun _ -> f) l))
| TyV(T(v,ty) as t) -> call_args.Add t; RTyV(hc (v,ty))
| TyLit v -> RTyLit v
| TyB -> RTyB
) x
let x = Array.map f call_data
call_args.ToArray(),x
let data_to_rdata' (hc : HashConsTable) call_data = let a,b = data_to_rdata'' hc [|call_data|] in a,b.[0]
let data_to_rdata hc call_data = data_to_rdata' hc call_data |> snd // TODO: Specialize this.
let (|R|) (x : ConsedNode<'a>) = x.node
let rdata_to_data' i (R call_data) =
let m = Dictionary(HashIdentity.Reference)
let r_args = ResizeArray()
let rec f x =
memoize m (function
| RTyPair(R(a,b)) -> TyPair(f a, f b)
| RTyKeyword(R(a,b)) -> TyKeyword(a, Array.map f b)
| RTyFunction(R(a,b,c,d,e,z)) -> TyFunction(a,b,c,d,Array.map f e,z)
| RTyRecord(R l) -> TyRecord(Map.map (fun _ -> f) l)
| RTyV(R(v,ty)) -> r_args.Add(v,ty); let r = TyV(T(!i,ty)) in i := !i+1; r
| RTyLit v -> TyLit v
| RTyB -> TyB
) x
let x = f call_data
r_args.ToArray(),x
let rdata_to_data i x = rdata_to_data' i x |> snd // TODO: Specialize this.
let data_free_vars call_data =
let m = HashSet(HashIdentity.Reference)
let free_vars = ResizeArray()
let rec f x =
if m.Add x then
match x with
| TyPair(a,b) -> f a; f b
| TyKeyword(a,b) -> Array.iter f b
| TyFunction(a,b,c,d,e,z) -> Array.iter f e
| TyRecord l -> Map.iter (fun _ -> f) l
| TyV(T(_,ty) as t) -> free_vars.Add t
| TyLit _ | TyB -> ()
f call_data
free_vars.ToArray()
let rdata_free_vars (R x) =
let m = HashSet(HashIdentity.Reference)
let free_vars = ResizeArray()
let rec f x =
if m.Add x then
match x with
| RTyPair(R(a,b)) -> f a; f b
| RTyKeyword(R(a,b)) -> Array.iter f b
| RTyFunction(R(a,b,c,d,e,z)) -> Array.iter f e
| RTyRecord(R l) -> Map.iter (fun _ -> f) l
| RTyV(R(v,ty)) -> free_vars.Add(v,ty)
| RTyLit _ | RTyB -> ()
f x
free_vars.ToArray()
let ty_to_data i x =
let rec f = function
| BT -> TyB
| PairT(a,b) -> TyPair(f a, f b)
| KeywordT(a,b) -> TyKeyword(a,Array.map f b)
| FunctionT(a,b,c,d,e,z) -> TyFunction(a,b,c,d,Array.map f e,z)
| RecordT l -> TyRecord(Map.map (fun k -> f) l)
| PrimT _ | RJPT _ | ArrayT _ | RuntimeFunctionT _ | MacroT _ -> let r = TyV(T(!i,x)) in i := !i+1; r
| TypeFunctionT _ -> failwith "Compiler error: Cannot turn a type function to a runtime variable."
f x
let lit_to_primitive_type = function
| LitUInt8 _ -> UInt8T
| LitUInt16 _ -> UInt16T
| LitUInt32 _ -> UInt32T
| LitUInt64 _ -> UInt64T
| LitInt8 _ -> Int8T
| LitInt16 _ -> Int16T
| LitInt32 _ -> Int32T
| LitInt64 _ -> Int64T
| LitFloat32 _ -> Float32T
| LitFloat64 _ -> Float64T
| LitBool _ -> BoolT
| LitString _ -> StringT
| LitChar _ -> CharT
let lit_to_ty x = lit_to_primitive_type x |> PrimT
let rdata_to_ty (R call_data) =
let m = Dictionary(HashIdentity.Reference)
let rec f x =
memoize m (function
| RTyPair(R(a,b)) -> PairT(f a, f b)
| RTyKeyword(R(a,b)) -> KeywordT(a, Array.map f b)
| RTyFunction(R(a,b,c,d,e,z)) -> FunctionT(a,b,c,d,Array.map f e,z)
| RTyRecord(R l) -> RecordT(Map.map (fun _ -> f) l)
| RTyV(R(v,ty)) -> ty
| RTyLit x -> lit_to_ty x
| RTyB -> BT
) x
f call_data
let data_to_ty x =
let m = Dictionary(HashIdentity.Reference)
let rec f x =
memoize m (function
| TyPair(a,b) -> PairT(f a, f b)
| TyKeyword(a,b) -> KeywordT(a, Array.map f b)
| TyFunction(a,b,c,d,e,z) -> FunctionT(a,b,c,d,Array.map f e,z)
| TyRecord l -> RecordT(Map.map (fun _ -> f) l)
| TyV(T(_,ty) as t) -> ty
| TyLit x -> lit_to_ty x
| TyB -> BT
) x
f x
Here it is. Brings back memories doesn't it?
This is right. Simple code like this is the best of all. I made the right choice by ditching local recursive functions. As a result, the new Spiral is even simpler than the old one.
let rdata_free_vars (R x) =
Whops, let me remove these R
s.
11:15am. Done. I've redesigned the whole thing, and now everything is green.
Ford_O:
Interesting project. I have few questions :
* Why are the compilation times so slow?
* Are all the extra keywords really needed? Couldn't a smart heuristic infer them?
I am designing a language with a rather similar type system, although I did not plan to target GPU. My main interest are efficient Futamura projections.
Let me bask in the joy for a bit here, and then I will take a break after I reply to this.
The next thing on the list of things that need to be doing is the codegen. Maybe I'll put macros back in while I am at it."
god dfamn fucking touch screen not button ass p[iece of shiit
Database update Changes: Changed the lower bound price of spider_catalyst to 184974, responsible user: Automated Price Update Changed the upper bound price of spider_catalyst to 184974, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 90644, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 90644, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 117882, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 117882, responsible user: Automated Price Update Changed the lower bound price of enchanted_obsidian to 2220, responsible user: Automated Price Update Changed the upper bound price of enchanted_obsidian to 2220, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2163, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2163, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11890, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11890, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2126, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2126, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 378889, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 378889, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_helmet to 369261, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_helmet to 369261, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 512, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 512, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 387261, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 387261, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 388785, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 388785, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 542, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 542, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 29356, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 29356, responsible user: Automated Price Update Changed the lower bound price of night_vision_charm to 37708, responsible user: Automated Price Update Changed the upper bound price of night_vision_charm to 37708, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2203, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2203, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 153259, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 153259, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 560, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 560, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2234, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2234, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 364085, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 364085, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 226264, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 226264, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 515, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 515, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 121756, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 121756, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 599818, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 599818, responsible user: Automated Price Update Changed the lower bound price of spider_catalyst to 176477, responsible user: Automated Price Update Changed the upper bound price of spider_catalyst to 176477, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 29727, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 29727, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 562, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 562, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 17736, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 17736, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 78654, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 78654, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 512, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 512, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 282608, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 282608, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 84535, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 84535, responsible user: Automated Price Update Changed the lower bound price of enchanted_jungle_wood to 1959, responsible user: Automated Price Update Changed the upper bound price of enchanted_jungle_wood to 1959, responsible user: Automated Price Update Changed the lower bound price of revenant_catalyst to 21731, responsible user: Automated Price Update Changed the upper bound price of revenant_catalyst to 21731, responsible user: Automated Price Update Changed the lower bound price of wood_singularity to 4045172, responsible user: Automated Price Update Changed the upper bound price of wood_singularity to 4045172, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 603336, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 603336, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 603002, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 603002, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 568, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 568, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 77931, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 77931, responsible user: Automated Price Update Changed the lower bound price of night_vision_charm to 34598, responsible user: Automated Price Update Changed the upper bound price of night_vision_charm to 34598, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 389906, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 389906, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 753, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 753, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold_block to 141842, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold_block to 141842, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 605429, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 605429, responsible user: Automated Price Update Changed the lower bound price of stereo_pants to 3944, responsible user: Automated Price Update Changed the upper bound price of stereo_pants to 3944, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 76948, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 76948, responsible user: Automated Price Update Changed the lower bound price of enchanted_slimeball to 1647, responsible user: Automated Price Update Changed the upper bound price of enchanted_slimeball to 1647, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 608136, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 608136, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 583, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 583, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1312, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1312, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 88342, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 88342, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 91580, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 91580, responsible user: Automated Price Update Changed the lower bound price of remnant_of_the_eye to 572, responsible user: Automated Price Update Changed the upper bound price of remnant_of_the_eye to 572, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4762, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4762, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 609422, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 609422, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 384249, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 384249, responsible user: Automated Price Update Changed the lower bound price of spider_catalyst to 168829, responsible user: Automated Price Update Changed the upper bound price of spider_catalyst to 168829, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_powder to 3588, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_powder to 3588, responsible user: Automated Price Update Changed the lower bound price of tarantula_silk to 95718, responsible user: Automated Price Update Changed the upper bound price of tarantula_silk to 95718, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_rod to 524738, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_rod to 524738, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2190, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2190, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 224118, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 224118, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 17814, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 17814, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 611730, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 611730, responsible user: Automated Price Update Changed the lower bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the upper bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 587, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 587, responsible user: Automated Price Update Changed the lower bound price of giant_killer_v to 439, responsible user: Automated Price Update Changed the upper bound price of giant_killer_v to 439, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 591, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 591, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 594, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 594, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1185, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1185, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 384157, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 384157, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 378804, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 378804, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 29421, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 29421, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11928, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11928, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 512, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 512, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 597, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 597, responsible user: Automated Price Update Changed the lower bound price of young_dragon_chestplate to 690845, responsible user: Automated Price Update Changed the upper bound price of young_dragon_chestplate to 690845, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 386550, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 386550, responsible user: Automated Price Update Changed the lower bound price of enchanted_feather to 870, responsible user: Automated Price Update Changed the upper bound price of enchanted_feather to 870, responsible user: Automated Price Update Changed the lower bound price of revenant_catalyst to 21283, responsible user: Automated Price Update Changed the upper bound price of revenant_catalyst to 21283, responsible user: Automated Price Update Changed the lower bound price of tarantula_boots to 1703037, responsible user: Automated Price Update Changed the upper bound price of tarantula_boots to 1703037, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 614446, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 614446, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 600, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 600, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 192120, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 192120, responsible user: Automated Price Update Changed the lower bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the upper bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 387895, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 387895, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 92422, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 92422, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 88103, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 88103, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 110215, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 110215, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 615101, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 615101, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 611, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 611, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_powder to 3612, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_powder to 3612, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1895, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1895, responsible user: Automated Price Update Changed the lower bound price of enchanted_spruce_wood to 900, responsible user: Automated Price Update Changed the upper bound price of enchanted_spruce_wood to 900, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 389106, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 389106, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 758, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 758, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93180, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93180, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1211, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1211, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 610, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 610, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93862, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93862, responsible user: Automated Price Update Changed the lower bound price of bat_person_chestplate to 1840246, responsible user: Automated Price Update Changed the upper bound price of bat_person_chestplate to 1840246, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 388195, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 388195, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 602, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 602, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_boots to 1096, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 1096, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2858, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2858, responsible user: Automated Price Update Changed the lower bound price of old_dragon_fragment to 438, responsible user: Automated Price Update Changed the upper bound price of old_dragon_fragment to 438, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 389376, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 389376, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2127, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2127, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1305, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1305, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 94476, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 94476, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 596, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 596, responsible user: Automated Price Update Changed the lower bound price of young_dragon_boots to 351774, responsible user: Automated Price Update Changed the upper bound price of young_dragon_boots to 351774, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 388772, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 388772, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11987, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11987, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 280797, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 280797, responsible user: Automated Price Update Changed the lower bound price of large_backpack to 193739, responsible user: Automated Price Update Changed the upper bound price of large_backpack to 193739, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 370091, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 370091, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1419, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1419, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1405, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1405, responsible user: Automated Price Update Changed the lower bound price of bat_person_helmet to 1527425, responsible user: Automated Price Update Changed the upper bound price of bat_person_helmet to 1527425, responsible user: Automated Price Update Changed the lower bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the upper bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 765, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 765, responsible user: Automated Price Update Changed the lower bound price of revenant_catalyst to 21481, responsible user: Automated Price Update Changed the upper bound price of revenant_catalyst to 21481, responsible user: Automated Price Update Changed the lower bound price of enchanted_jungle_wood to 1919, responsible user: Automated Price Update Changed the upper bound price of enchanted_jungle_wood to 1919, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 95028, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 95028, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 216344, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 216344, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97025, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97025, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 393620, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 393620, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 17829, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 17829, responsible user: Automated Price Update Changed the lower bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the upper bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 392258, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 392258, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_leggings to 412978, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_leggings to 412978, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 615691, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 615691, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1314, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1314, responsible user: Automated Price Update Changed the lower bound price of bat_person_leggings to 2719683, responsible user: Automated Price Update Changed the upper bound price of bat_person_leggings to 2719683, responsible user: Automated Price Update Changed the lower bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the upper bound price of vaccine_talisman to 19, responsible user: Automated Price Update Changed the lower bound price of large_backpack to 184284, responsible user: Automated Price Update Changed the upper bound price of large_backpack to 184284, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11795, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11795, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 281467, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 281467, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 392707, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 392707, responsible user: Automated Price Update Changed the lower bound price of stone to 2, responsible user: Automated Price Update Changed the upper bound price of stone to 2, responsible user: Automated Price Update Changed the lower bound price of young_dragon_leggings to 697922, responsible user: Automated Price Update Changed the upper bound price of young_dragon_leggings to 697922, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97322, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97322, responsible user: Automated Price Update Changed the lower bound price of young_dragon_chestplate to 701760, responsible user: Automated Price Update Changed the upper bound price of young_dragon_chestplate to 701760, responsible user: Automated Price Update Changed the lower bound price of enchanted_pork to 1622, responsible user: Automated Price Update Changed the upper bound price of enchanted_pork to 1622, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 751, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 751, responsible user: Automated Price Update Changed the lower bound price of ember_boots to 7592, responsible user: Automated Price Update Changed the upper bound price of ember_boots to 7592, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 209918, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 209918, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 572, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 572, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 609, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 609, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2285, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2285, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1302, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1302, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 738, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 738, responsible user: Automated Price Update Changed the lower bound price of explosive_bow to 416146, responsible user: Automated Price Update Changed the upper bound price of explosive_bow to 416146, responsible user: Automated Price Update Changed the lower bound price of dirt to 2, responsible user: Automated Price Update Changed the upper bound price of dirt to 2, responsible user: Automated Price Update Changed the lower bound price of potion_affinity_artifact to 590710, responsible user: Automated Price Update Changed the upper bound price of potion_affinity_artifact to 590710, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 608, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 608, responsible user: Automated Price Update Changed the lower bound price of ember_boots to 7333, responsible user: Automated Price Update Changed the upper bound price of ember_boots to 7333, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 616222, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 616222, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97590, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97590, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 110600, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 110600, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 628, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 628, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 863, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 863, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97831, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97831, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 192908, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 192908, responsible user: Automated Price Update Changed the lower bound price of old_dragon_fragment to 435, responsible user: Automated Price Update Changed the upper bound price of old_dragon_fragment to 435, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1300, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1300, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 616700, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 616700, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98048, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98048, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 397711, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 397711, responsible user: Automated Price Update Changed the lower bound price of ember_rod to 22325, responsible user: Automated Price Update Changed the upper bound price of ember_rod to 22325, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 87508, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 87508, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1298, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1298, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 29546, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 29546, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 403940, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 403940, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1397, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1397, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 509, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 509, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98243, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98243, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98419, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98419, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 119879, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 119879, responsible user: Automated Price Update Changed the lower bound price of spooky_helmet to 1190141, responsible user: Automated Price Update Changed the upper bound price of spooky_helmet to 1190141, responsible user: Automated Price Update Changed the lower bound price of giant_killer_v to 428, responsible user: Automated Price Update Changed the upper bound price of giant_killer_v to 428, responsible user: Automated Price Update Changed the lower bound price of spooky_chestplate to 1065548, responsible user: Automated Price Update Changed the upper bound price of spooky_chestplate to 1065548, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 593, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 593, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4704, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4704, responsible user: Automated Price Update Changed the lower bound price of enchanted_pork to 1540, responsible user: Automated Price Update Changed the upper bound price of enchanted_pork to 1540, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 610030, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 610030, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 70135, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 70135, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 407629, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 407629, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 727, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 727, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5108, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5108, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 610360, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 610360, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 278320, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 278320, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 416328, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 416328, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the lower bound price of foul_flesh to 24833, responsible user: Automated Price Update Changed the upper bound price of foul_flesh to 24833, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 732, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 732, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1776, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1776, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12058, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12058, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 611424, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 611424, responsible user: Automated Price Update Changed the lower bound price of bat_person_helmet to 1544682, responsible user: Automated Price Update Changed the upper bound price of bat_person_helmet to 1544682, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98577, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98577, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12079, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12079, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 721, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 721, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 612382, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 612382, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 599, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 599, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 117891, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 117891, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 14, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 14, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 419192, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 419192, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 613244, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 613244, responsible user: Automated Price Update Changed the lower bound price of ender_leggings to 20262, responsible user: Automated Price Update Changed the upper bound price of ender_leggings to 20262, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 614020, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 614020, responsible user: Automated Price Update Changed the lower bound price of ender_boots to 14935, responsible user: Automated Price Update Changed the upper bound price of ender_boots to 14935, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_boots to 127585, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_boots to 127585, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 96718, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 96718, responsible user: Automated Price Update Changed the lower bound price of enchanted_emerald_block to 204325, responsible user: Automated Price Update Changed the upper bound price of enchanted_emerald_block to 204325, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 52336, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 52336, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 14, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 14, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 151933, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 151933, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 743, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 743, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1387, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1387, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 52102, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 52102, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 2024, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 2024, responsible user: Automated Price Update Changed the lower bound price of crystal_fragment to 2705, responsible user: Automated Price Update Changed the upper bound price of crystal_fragment to 2705, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 615868, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 615868, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 627, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 627, responsible user: Automated Price Update Changed the lower bound price of bat_person_chestplate to 1856221, responsible user: Automated Price Update Changed the upper bound price of bat_person_chestplate to 1856221, responsible user: Automated Price Update
Update Q5
Fuck WUHAN gov, a bunch of stupid fuck.
Is my tax paid to feed these shit bird idiot pig?
Update Informational.md
In the spirit of contributing in extremely small ways to the Digital Knowledge Loop a la Wikipedia, I've made some suggestions for minor grammatical corrections here and in other sections. This specific pull request is merely a comment not a suggested edit. Sorry, I'm new to github and forgive me if I'm not using pull requests for the intended purpose here. Thank you for contributing this work, it is one of the most insightful and inspiring books I've read in a long time!
Database update Changes: Changed the lower bound price of enchanted_cobblestone to 671, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 671, responsible user: Automated Price Update Changed the lower bound price of ender_leggings to 17445, responsible user: Automated Price Update Changed the upper bound price of ender_leggings to 17445, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 302773, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 302773, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 152035, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 152035, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 593, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 593, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 86137, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 86137, responsible user: Automated Price Update Changed the lower bound price of leather to 8, responsible user: Automated Price Update Changed the upper bound price of leather to 8, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 84929, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 84929, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron_block to 122460, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron_block to 122460, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 549188, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 549188, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 589, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 589, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 547269, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 547269, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 94342, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 94342, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 82876, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 82876, responsible user: Automated Price Update Changed the lower bound price of enchanted_magma_cream to 1468, responsible user: Automated Price Update Changed the upper bound price of enchanted_magma_cream to 1468, responsible user: Automated Price Update Changed the lower bound price of life_steal_iv to 2228678, responsible user: Automated Price Update Changed the upper bound price of life_steal_iv to 2228678, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 547542, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 547542, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1177, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1177, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_boots to 222977, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_boots to 222977, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 682, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 682, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 544538, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 544538, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 81994, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 81994, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 469626, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 469626, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 472663, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 472663, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 456884, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 456884, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 217108, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 217108, responsible user: Automated Price Update Changed the lower bound price of leather to 8, responsible user: Automated Price Update Changed the upper bound price of leather to 8, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 457196, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 457196, responsible user: Automated Price Update Changed the lower bound price of farmer_boots to 247032, responsible user: Automated Price Update Changed the upper bound price of farmer_boots to 247032, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 80795, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 80795, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 80122, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 80122, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2239, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2239, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 543418, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 543418, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 457476, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 457476, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79010, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79010, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 13838, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 13838, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 316601, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 316601, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1411, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1411, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1754, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1754, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 146832, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 146832, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 13860, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 13860, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 454278, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 454278, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453850, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453850, responsible user: Automated Price Update Changed the lower bound price of spider_catalyst to 153538, responsible user: Automated Price Update Changed the upper bound price of spider_catalyst to 153538, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1836, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1836, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 549132, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 549132, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 454465, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 454465, responsible user: Automated Price Update Changed the lower bound price of large_storage to 436176, responsible user: Automated Price Update Changed the upper bound price of large_storage to 436176, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 13646, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 13646, responsible user: Automated Price Update Changed the lower bound price of critical_vi to 295932, responsible user: Automated Price Update Changed the upper bound price of critical_vi to 295932, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4926, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4926, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5072, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5072, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 545969, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 545969, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453058, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453058, responsible user: Automated Price Update Changed the lower bound price of power_vi to 2810121, responsible user: Automated Price Update Changed the upper bound price of power_vi to 2810121, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_beef to 983, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_beef to 983, responsible user: Automated Price Update Changed the lower bound price of growth_vi to 3628624, responsible user: Automated Price Update Changed the upper bound price of growth_vi to 3628624, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 78515, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 78515, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 94088, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 94088, responsible user: Automated Price Update Changed the lower bound price of explosive_bow to 335365, responsible user: Automated Price Update Changed the upper bound price of explosive_bow to 335365, responsible user: Automated Price Update Changed the lower bound price of compactor to 898, responsible user: Automated Price Update Changed the upper bound price of compactor to 898, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 13004, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 13004, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 553620, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 553620, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 78138, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 78138, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 205906, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 205906, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 77730, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 77730, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 550008, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 550008, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 77957, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 77957, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 94808, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 94808, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 329046, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 329046, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the lower bound price of ender_artifact to 6240458, responsible user: Automated Price Update Changed the upper bound price of ender_artifact to 6240458, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 451452, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 451452, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 80161, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 80161, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2275, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2275, responsible user: Automated Price Update Changed the lower bound price of enchanted_hopper to 980817, responsible user: Automated Price Update Changed the upper bound price of enchanted_hopper to 980817, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 452307, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 452307, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 458826, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 458826, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79045, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79045, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 549007, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 549007, responsible user: Automated Price Update Changed the lower bound price of crystal_fragment to 2571, responsible user: Automated Price Update Changed the upper bound price of crystal_fragment to 2571, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1159, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1159, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 556206, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 556206, responsible user: Automated Price Update Changed the lower bound price of hamster_wheel to 20582, responsible user: Automated Price Update Changed the upper bound price of hamster_wheel to 20582, responsible user: Automated Price Update Changed the lower bound price of enchanted_fermented_spider_eye to 100042, responsible user: Automated Price Update Changed the upper bound price of enchanted_fermented_spider_eye to 100042, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 106552, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 106552, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 325141, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 325141, responsible user: Automated Price Update Changed the lower bound price of enchanted_hopper to 1047335, responsible user: Automated Price Update Changed the upper bound price of enchanted_hopper to 1047335, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 360344, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 360344, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 107397, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 107397, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2392, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2392, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 12737, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 12737, responsible user: Automated Price Update Changed the lower bound price of glass to 4, responsible user: Automated Price Update Changed the upper bound price of glass to 4, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 463198, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 463198, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_beef to 949, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_beef to 949, responsible user: Automated Price Update Changed the lower bound price of maddox_batphone to 298416, responsible user: Automated Price Update Changed the upper bound price of maddox_batphone to 298416, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_chestplate to 152100, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_chestplate to 152100, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5124, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5124, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 120175, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 120175, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 761, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 761, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 462878, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 462878, responsible user: Automated Price Update Changed the lower bound price of white_gift to 1645, responsible user: Automated Price Update Changed the upper bound price of white_gift to 1645, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 754, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 754, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 14400, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 14400, responsible user: Automated Price Update Changed the lower bound price of ender_leggings to 18454, responsible user: Automated Price Update Changed the upper bound price of ender_leggings to 18454, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 510, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 510, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 570282, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 570282, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 208052, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 208052, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1852, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1852, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 118158, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 118158, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_helmet to 1378, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_helmet to 1378, responsible user: Automated Price Update Changed the lower bound price of radiant_power_orb to 12550, responsible user: Automated Price Update Changed the upper bound price of radiant_power_orb to 12550, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 116342, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 116342, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 115458, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 115458, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 509, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 509, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 570754, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 570754, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 78616, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 78616, responsible user: Automated Price Update Changed the lower bound price of fire_talisman to 50965, responsible user: Automated Price Update Changed the upper bound price of fire_talisman to 50965, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 568679, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 568679, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 460865, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 460865, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_chicken to 1130, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_chicken to 1130, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 460778, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 460778, responsible user: Automated Price Update Changed the lower bound price of explosive_bow to 336828, responsible user: Automated Price Update Changed the upper bound price of explosive_bow to 336828, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79754, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79754, responsible user: Automated Price Update Changed the lower bound price of enchanted_grilled_pork to 195159, responsible user: Automated Price Update Changed the upper bound price of enchanted_grilled_pork to 195159, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564811, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564811, responsible user: Automated Price Update Changed the lower bound price of fire_talisman to 53914, responsible user: Automated Price Update Changed the upper bound price of fire_talisman to 53914, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 563330, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 563330, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 12569, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 12569, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 558997, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 558997, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79779, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79779, responsible user: Automated Price Update Changed the lower bound price of recluse_fang to 107466, responsible user: Automated Price Update Changed the upper bound price of recluse_fang to 107466, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 553097, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 553097, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 551787, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 551787, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 94679, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 94679, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 556121, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 556121, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79276, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79276, responsible user: Automated Price Update Changed the lower bound price of farmer_boots to 258830, responsible user: Automated Price Update Changed the upper bound price of farmer_boots to 258830, responsible user: Automated Price Update Changed the lower bound price of ender_leggings to 18109, responsible user: Automated Price Update Changed the upper bound price of ender_leggings to 18109, responsible user: Automated Price Update Changed the lower bound price of miner_leggings to 2771, responsible user: Automated Price Update Changed the upper bound price of miner_leggings to 2771, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2924, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2924, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 553509, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 553509, responsible user: Automated Price Update Changed the lower bound price of dirt to 2, responsible user: Automated Price Update Changed the upper bound price of dirt to 2, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 79945, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 79945, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 525, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 525, responsible user: Automated Price Update Changed the lower bound price of compactor to 930, responsible user: Automated Price Update Changed the upper bound price of compactor to 930, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 136, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 136, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 552158, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 552158, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1590, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1590, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 90211, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 90211, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546942, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546942, responsible user: Automated Price Update Changed the lower bound price of enchanted_coal to 555, responsible user: Automated Price Update Changed the upper bound price of enchanted_coal to 555, responsible user: Automated Price Update Changed the lower bound price of ender_boots to 15000, responsible user: Automated Price Update Changed the upper bound price of ender_boots to 15000, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 357372, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 357372, responsible user: Automated Price Update Changed the lower bound price of enchanted_grilled_pork to 195643, responsible user: Automated Price Update Changed the upper bound price of enchanted_grilled_pork to 195643, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_boots to 150922, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_boots to 150922, responsible user: Automated Price Update Changed the lower bound price of raider_axe to 125893, responsible user: Automated Price Update Changed the upper bound price of raider_axe to 125893, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1942, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1942, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 81950, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 81950, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 145949, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 145949, responsible user: Automated Price Update Changed the lower bound price of ender_artifact to 6246412, responsible user: Automated Price Update Changed the upper bound price of ender_artifact to 6246412, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 114512, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 114512, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1195, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1195, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 27708, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 27708, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 114758, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 114758, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4840, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4840, responsible user: Automated Price Update Changed the lower bound price of remnant_of_the_eye to 579, responsible user: Automated Price Update Changed the upper bound price of remnant_of_the_eye to 579, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1795, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1795, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5119, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5119, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 1783, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 1783, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 695, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 695, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 12854, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 12854, responsible user: Automated Price Update Changed the lower bound price of enchanted_melon_block to 35136, responsible user: Automated Price Update Changed the upper bound price of enchanted_melon_block to 35136, responsible user: Automated Price Update Changed the lower bound price of roofed_forest_island to 2046, responsible user: Automated Price Update Changed the upper bound price of roofed_forest_island to 2046, responsible user: Automated Price Update Changed the lower bound price of flint to 6, responsible user: Automated Price Update Changed the upper bound price of flint to 6, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1663, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1663, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1835, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1835, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 552048, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 552048, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_boots to 7203970, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_boots to 7203970, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 12757, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 12757, responsible user: Automated Price Update Changed the lower bound price of growth_v to 7460, responsible user: Automated Price Update Changed the upper bound price of growth_v to 7460, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 112408, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 112408, responsible user: Automated Price Update Changed the lower bound price of wolf_paw to 260707, responsible user: Automated Price Update Changed the upper bound price of wolf_paw to 260707, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 550843, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 550843, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 547759, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 547759, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 550483, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 550483, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 85255, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 85255, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_powder to 4001, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_powder to 4001, responsible user: Automated Price Update Changed the lower bound price of challenging_rod to 471551, responsible user: Automated Price Update Changed the upper bound price of challenging_rod to 471551, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1162, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1162, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1431, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1431, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 84730, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 84730, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 27582, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 27582, responsible user: Automated Price Update Changed the lower bound price of fire_talisman to 57775, responsible user: Automated Price Update Changed the upper bound price of fire_talisman to 57775, responsible user: Automated Price Update Changed the lower bound price of farmer_orb to 270613, responsible user: Automated Price Update Changed the upper bound price of farmer_orb to 270613, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 83157, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 83157, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 706, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 706, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 545, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 545, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 460700, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 460700, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 692, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 692, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 545435, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 545435, responsible user: Automated Price Update Changed the lower bound price of flaming_sword to 25, responsible user: Automated Price Update Changed the upper bound price of flaming_sword to 25, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 82891, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 82891, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 23111, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 23111, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 148844, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 148844, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 82533, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 82533, responsible user: Automated Price Update Changed the lower bound price of enchanted_grilled_pork to 196079, responsible user: Automated Price Update Changed the upper bound price of enchanted_grilled_pork to 196079, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4847, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4847, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 114561, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 114561, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_boots to 651775, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_boots to 651775, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 207360, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 207360, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_leggings to 510897, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_leggings to 510897, responsible user: Automated Price Update Changed the lower bound price of dirt to 2, responsible user: Automated Price Update Changed the upper bound price of dirt to 2, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 325977, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 325977, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_dragons to 6353343, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_dragons to 6353343, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 544225, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 544225, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 326729, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 326729, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542025, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542025, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 113070, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 113070, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 539822, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 539822, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1432, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1432, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 328556, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 328556, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 92489, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 92489, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 132, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 132, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 562, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 562, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 129, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 129, responsible user: Automated Price Update Changed the lower bound price of foul_flesh to 27592, responsible user: Automated Price Update Changed the upper bound price of foul_flesh to 27592, responsible user: Automated Price Update Changed the lower bound price of large_storage to 405783, responsible user: Automated Price Update Changed the upper bound price of large_storage to 405783, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 115700, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 115700, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4638, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4638, responsible user: Automated Price Update Changed the lower bound price of medium_backpack to 12323, responsible user: Automated Price Update Changed the upper bound price of medium_backpack to 12323, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 703, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 703, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1404, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1404, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 126, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 126, responsible user: Automated Price Update Changed the lower bound price of raider_axe to 122101, responsible user: Automated Price Update Changed the upper bound price of raider_axe to 122101, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 123, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 123, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of enchanted_block_of_coal to 138896, responsible user: Automated Price Update Changed the upper bound price of enchanted_block_of_coal to 138896, responsible user: Automated Price Update Changed the lower bound price of weak_wolf_catalyst to 771684, responsible user: Automated Price Update Changed the upper bound price of weak_wolf_catalyst to 771684, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 435397, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 435397, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_chestplate to 1027986, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_chestplate to 1027986, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 121, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 121, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 540840, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 540840, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 540756, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 540756, responsible user: Automated Price Update Changed the lower bound price of raider_axe to 123691, responsible user: Automated Price Update Changed the upper bound price of raider_axe to 123691, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 567, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 567, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 86067, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 86067, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 85460, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 85460, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 117657, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 117657, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1799, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1799, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 534, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 534, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1927, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1927, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 880, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 880, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 13044, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 13044, responsible user: Automated Price Update Changed the lower bound price of hurricane_bow to 119686, responsible user: Automated Price Update Changed the upper bound price of hurricane_bow to 119686, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 541680, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 541680, responsible user: Automated Price Update Changed the lower bound price of sunflower to 3, responsible user: Automated Price Update Changed the upper bound price of sunflower to 3, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 92674, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 92674, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 13960, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 13960, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1767, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1767, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 365360, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 365360, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 504, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 504, responsible user: Automated Price Update Changed the lower bound price of compactor to 975, responsible user: Automated Price Update Changed the upper bound price of compactor to 975, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 27882, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 27882, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1228, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1228, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 21800, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 21800, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 538512, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 538512, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 108663, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 108663, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1239, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1239, responsible user: Automated Price Update Changed the lower bound price of experience_artifact to 541920, responsible user: Automated Price Update Changed the upper bound price of experience_artifact to 541920, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 539661, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 539661, responsible user: Automated Price Update Changed the lower bound price of silent_pearl to 119, responsible user: Automated Price Update Changed the upper bound price of silent_pearl to 119, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 258, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 258, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 537695, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 537695, responsible user: Automated Price Update Changed the lower bound price of wood_singularity to 4060655, responsible user: Automated Price Update Changed the upper bound price of wood_singularity to 4060655, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 477, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 477, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 88974, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 88974, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 560, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 560, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 85583, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 85583, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 572, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 572, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 535926, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 535926, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 534833, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 534833, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 467530, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 467530, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 473677, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 473677, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 535350, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 535350, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 539315, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 539315, responsible user: Automated Price Update Changed the lower bound price of enchanted_magma_cream to 1468, responsible user: Automated Price Update Changed the upper bound price of enchanted_magma_cream to 1468, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 215877, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 215877, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 558, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 558, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 83925, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 83925, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1229, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1229, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 499768, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 499768, responsible user: Automated Price Update Changed the lower bound price of enchanted_hopper to 1057602, responsible user: Automated Price Update Changed the upper bound price of enchanted_hopper to 1057602, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 422028, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 422028, responsible user: Automated Price Update Changed the lower bound price of poisonous_potato to 14, responsible user: Automated Price Update Changed the upper bound price of poisonous_potato to 14, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542884, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542884, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 27760, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 27760, responsible user: Automated Price Update Changed the lower bound price of enchanted_blaze_powder to 3984, responsible user: Automated Price Update Changed the upper bound price of enchanted_blaze_powder to 3984, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 27817, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 27817, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3167, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3167, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 252, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 252, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542596, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542596, responsible user: Automated Price Update Changed the lower bound price of revenant_flesh to 10, responsible user: Automated Price Update Changed the upper bound price of revenant_flesh to 10, responsible user: Automated Price Update
Database update Changes: Changed the lower bound price of enchanted_flint to 1340, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1340, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 85682, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 85682, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 422818, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 422818, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1514, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1514, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1600, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1600, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12566, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12566, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 931, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 931, responsible user: Automated Price Update Changed the lower bound price of miner_leggings to 2578, responsible user: Automated Price Update Changed the upper bound price of miner_leggings to 2578, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 747, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 747, responsible user: Automated Price Update Changed the lower bound price of candy_artifact to 796891, responsible user: Automated Price Update Changed the upper bound price of candy_artifact to 796891, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 402, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 402, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 430536, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 430536, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 918, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 918, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 467091, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 467091, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567352, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567352, responsible user: Automated Price Update Changed the lower bound price of new_year_cake_bag to 393331, responsible user: Automated Price Update Changed the upper bound price of new_year_cake_bag to 393331, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 900, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 900, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3142, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3142, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 87470, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 87470, responsible user: Automated Price Update Changed the lower bound price of piggy_bank to 148373, responsible user: Automated Price Update Changed the upper bound price of piggy_bank to 148373, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 464082, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 464082, responsible user: Automated Price Update Changed the lower bound price of lava_talisman to 6666, responsible user: Automated Price Update Changed the upper bound price of lava_talisman to 6666, responsible user: Automated Price Update Changed the lower bound price of wood_singularity to 3985214, responsible user: Automated Price Update Changed the upper bound price of wood_singularity to 3985214, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_boots to 904, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 904, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 59528, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 59528, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 376133, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 376133, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 156297, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 156297, responsible user: Automated Price Update Changed the lower bound price of experience_artifact to 525228, responsible user: Automated Price Update Changed the upper bound price of experience_artifact to 525228, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 156480, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 156480, responsible user: Automated Price Update Changed the lower bound price of ender_helmet to 23270, responsible user: Automated Price Update Changed the upper bound price of ender_helmet to 23270, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of ender_chestplate to 22646, responsible user: Automated Price Update Changed the upper bound price of ender_chestplate to 22646, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26536, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26536, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1722, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1722, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 398, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 398, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565617, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565617, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564055, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564055, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 76669, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 76669, responsible user: Automated Price Update Changed the lower bound price of day_saver to 41, responsible user: Automated Price Update Changed the upper bound price of day_saver to 41, responsible user: Automated Price Update Changed the lower bound price of explosive_bow to 318145, responsible user: Automated Price Update Changed the upper bound price of explosive_bow to 318145, responsible user: Automated Price Update Changed the lower bound price of bat_person_chestplate to 1749440, responsible user: Automated Price Update Changed the upper bound price of bat_person_chestplate to 1749440, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 128921, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 128921, responsible user: Automated Price Update Changed the lower bound price of crystallized_heart to 864215, responsible user: Automated Price Update Changed the upper bound price of crystallized_heart to 864215, responsible user: Automated Price Update Changed the lower bound price of stonk to 437944, responsible user: Automated Price Update Changed the upper bound price of stonk to 437944, responsible user: Automated Price Update Changed the lower bound price of revenant_leggings to 196457, responsible user: Automated Price Update Changed the upper bound price of revenant_leggings to 196457, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 82846, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 82846, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_chestplate to 144595, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_chestplate to 144595, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 98091, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 98091, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_dragons to 6330886, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_dragons to 6330886, responsible user: Automated Price Update Changed the lower bound price of enchanted_pork to 1804, responsible user: Automated Price Update Changed the upper bound price of enchanted_pork to 1804, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1339, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1339, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 81283, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 81283, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1252, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1252, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25882, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25882, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1067, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1067, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 859, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 859, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 83687, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 83687, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25594, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25594, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1723, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1723, responsible user: Automated Price Update Changed the lower bound price of dirt to 2, responsible user: Automated Price Update Changed the upper bound price of dirt to 2, responsible user: Automated Price Update Changed the lower bound price of enchanted_red_mushroom_block to 111494, responsible user: Automated Price Update Changed the upper bound price of enchanted_red_mushroom_block to 111494, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_leggings to 173007, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_leggings to 173007, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 84063, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 84063, responsible user: Automated Price Update Changed the lower bound price of piggy_bank to 141436, responsible user: Automated Price Update Changed the upper bound price of piggy_bank to 141436, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 1824, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 1824, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1812, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1812, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1158, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1158, responsible user: Automated Price Update Changed the lower bound price of glowstone to 12, responsible user: Automated Price Update Changed the upper bound price of glowstone to 12, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 562650, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 562650, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2183, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2183, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 563385, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 563385, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2202, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2202, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1707, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1707, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1374, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1374, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 518, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 518, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 538, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 538, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 83708, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 83708, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 123612, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 123612, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of frozen_chicken to 413816, responsible user: Automated Price Update Changed the upper bound price of frozen_chicken to 413816, responsible user: Automated Price Update Changed the lower bound price of lily_pad to 394, responsible user: Automated Price Update Changed the upper bound price of lily_pad to 394, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_fragment to 232, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_fragment to 232, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 461374, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 461374, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 537, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 537, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 502, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 502, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 562046, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 562046, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 556, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 556, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 76858, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 76858, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 560841, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 560841, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 72116, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 72116, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2342, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2342, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 560312, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 560312, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1455, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1455, responsible user: Automated Price Update Changed the lower bound price of crystallized_heart to 850794, responsible user: Automated Price Update Changed the upper bound price of crystallized_heart to 850794, responsible user: Automated Price Update Changed the lower bound price of farmer_boots to 245397, responsible user: Automated Price Update Changed the upper bound price of farmer_boots to 245397, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 713, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 713, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1731, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1731, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14509, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14509, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 455237, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 455237, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453988, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453988, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4168, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4168, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 470, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 470, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 61555, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 61555, responsible user: Automated Price Update Changed the lower bound price of farmer_boots to 237241, responsible user: Automated Price Update Changed the upper bound price of farmer_boots to 237241, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25835, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25835, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_boots to 146069, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_boots to 146069, responsible user: Automated Price Update Changed the lower bound price of shaman_sword to 104212, responsible user: Automated Price Update Changed the upper bound price of shaman_sword to 104212, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 468, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 468, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 596, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 596, responsible user: Automated Price Update Changed the lower bound price of miner_leggings to 2570, responsible user: Automated Price Update Changed the upper bound price of miner_leggings to 2570, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2397, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2397, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565231, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565231, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 454589, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 454589, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_boots to 235858, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_boots to 235858, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 573, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 573, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar_cane to 124972, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar_cane to 124972, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_lazuli to 836, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_lazuli to 836, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_dragons to 6318797, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_dragons to 6318797, responsible user: Automated Price Update Changed the lower bound price of enchanted_block_of_coal to 140617, responsible user: Automated Price Update Changed the upper bound price of enchanted_block_of_coal to 140617, responsible user: Automated Price Update Changed the lower bound price of farmer_boots to 232358, responsible user: Automated Price Update Changed the upper bound price of farmer_boots to 232358, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1217, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1217, responsible user: Automated Price Update Changed the lower bound price of solar_panel to 166737, responsible user: Automated Price Update Changed the upper bound price of solar_panel to 166737, responsible user: Automated Price Update Changed the lower bound price of enchanted_magma_cream to 1417, responsible user: Automated Price Update Changed the upper bound price of enchanted_magma_cream to 1417, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567358, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567358, responsible user: Automated Price Update Changed the lower bound price of wood_affinity_talisman to 235, responsible user: Automated Price Update Changed the upper bound price of wood_affinity_talisman to 235, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1102, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1102, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 65400, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 65400, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564622, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564622, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 91430, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 91430, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 2188, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 2188, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 589, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 589, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2719304, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2719304, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25652, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25652, responsible user: Automated Price Update Changed the lower bound price of enchanted_nether_wart to 1371, responsible user: Automated Price Update Changed the upper bound price of enchanted_nether_wart to 1371, responsible user: Automated Price Update Changed the lower bound price of revenant_boots to 179887, responsible user: Automated Price Update Changed the upper bound price of revenant_boots to 179887, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_helmet to 150444, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_helmet to 150444, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 562160, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 562160, responsible user: Automated Price Update Changed the lower bound price of emerald_blade to 555893, responsible user: Automated Price Update Changed the upper bound price of emerald_blade to 555893, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_leggings to 926846, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_leggings to 926846, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4164, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4164, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 439, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 439, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453405, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453405, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1189, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1189, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_chestplate to 3050404, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_chestplate to 3050404, responsible user: Automated Price Update Changed the lower bound price of smite_vi to 158827, responsible user: Automated Price Update Changed the upper bound price of smite_vi to 158827, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 585, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 585, responsible user: Automated Price Update Changed the lower bound price of old_dragon_boots to 173681, responsible user: Automated Price Update Changed the upper bound price of old_dragon_boots to 173681, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 600, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 600, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 214877, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 214877, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 613, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 613, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 426, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 426, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 404, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 404, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14603, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14603, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_boots to 1186194, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_boots to 1186194, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1458, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1458, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1148, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1148, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 400, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 400, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 378, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 378, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 455868, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 455868, responsible user: Automated Price Update Changed the lower bound price of enchanted_block_of_coal to 141004, responsible user: Automated Price Update Changed the upper bound price of enchanted_block_of_coal to 141004, responsible user: Automated Price Update Changed the lower bound price of enchanted_eye_of_ender to 6605, responsible user: Automated Price Update Changed the upper bound price of enchanted_eye_of_ender to 6605, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 158082, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 158082, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 436375, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 436375, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1161, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1161, responsible user: Automated Price Update Changed the lower bound price of feather_ring to 13182, responsible user: Automated Price Update Changed the upper bound price of feather_ring to 13182, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 74924, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 74924, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1460, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1460, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 560944, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 560944, responsible user: Automated Price Update Changed the lower bound price of emerald_blade to 581261, responsible user: Automated Price Update Changed the upper bound price of emerald_blade to 581261, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 213869, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 213869, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 602, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 602, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 223693, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 223693, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 564850, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 564850, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1449, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1449, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 371, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 371, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_helmet to 1124785, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_helmet to 1124785, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 563365, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 563365, responsible user: Automated Price Update Changed the lower bound price of wolf_talisman to 73808, responsible user: Automated Price Update Changed the upper bound price of wolf_talisman to 73808, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453981, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453981, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 352, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 352, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 86898, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 86898, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453433, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453433, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 436821, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 436821, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1173, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1173, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12306, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12306, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2347, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2347, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 67848, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 67848, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 448090, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 448090, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 432814, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 432814, responsible user: Automated Price Update Changed the lower bound price of enchanted_ice to 361, responsible user: Automated Price Update Changed the upper bound price of enchanted_ice to 361, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_boots to 142962, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_boots to 142962, responsible user: Automated Price Update Changed the lower bound price of miner_chestplate to 3429, responsible user: Automated Price Update Changed the upper bound price of miner_chestplate to 3429, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 335, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 335, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 333, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 333, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93208, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93208, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 338, responsible user: Automated Price Update Changed the lower bound price of fancy_sword to 53, responsible user: Automated Price Update Changed the upper bound price of fancy_sword to 53, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1184, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1184, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 4223, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 4223, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 567978, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 567978, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1439, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1439, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 607, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 607, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 445281, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 445281, responsible user: Automated Price Update Changed the lower bound price of enchanted_gunpowder to 2281, responsible user: Automated Price Update Changed the upper bound price of enchanted_gunpowder to 2281, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 356, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 356, responsible user: Automated Price Update Changed the lower bound price of foul_flesh to 27333, responsible user: Automated Price Update Changed the upper bound price of foul_flesh to 27333, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1443, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1443, responsible user: Automated Price Update Changed the lower bound price of enchanted_eye_of_ender to 6678, responsible user: Automated Price Update Changed the upper bound price of enchanted_eye_of_ender to 6678, responsible user: Automated Price Update Changed the lower bound price of sunflower to 3, responsible user: Automated Price Update Changed the upper bound price of sunflower to 3, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1868, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1868, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1383, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1383, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 565180, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 565180, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 67063, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 67063, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 444453, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 444453, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 131029, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 131029, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 615, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 615, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 562662, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 562662, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14577, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14577, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 221824, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 221824, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93887, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93887, responsible user: Automated Price Update Changed the lower bound price of day_saver to 42, responsible user: Automated Price Update Changed the upper bound price of day_saver to 42, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14682, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14682, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 12824, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 12824, responsible user: Automated Price Update Changed the lower bound price of emerald_blade to 581595, responsible user: Automated Price Update Changed the upper bound price of emerald_blade to 581595, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 69357, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 69357, responsible user: Automated Price Update Changed the lower bound price of critical_vi to 346361, responsible user: Automated Price Update Changed the upper bound price of critical_vi to 346361, responsible user: Automated Price Update Changed the lower bound price of shaman_sword to 105356, responsible user: Automated Price Update Changed the upper bound price of shaman_sword to 105356, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 101680, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 101680, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 97247, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 97247, responsible user: Automated Price Update Changed the lower bound price of old_dragon_chestplate to 202706, responsible user: Automated Price Update Changed the upper bound price of old_dragon_chestplate to 202706, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_leggings to 934161, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_leggings to 934161, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25387, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25387, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 1086, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 1086, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 561396, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 561396, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 2022, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 2022, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 560256, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 560256, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 212962, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 212962, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 160789, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 160789, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_chestplate to 3009864, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_chestplate to 3009864, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 380161, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 380161, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_fragment to 231, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_fragment to 231, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2714374, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2714374, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 93784, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 93784, responsible user: Automated Price Update Changed the lower bound price of enchanted_quartz to 921, responsible user: Automated Price Update Changed the upper bound price of enchanted_quartz to 921, responsible user: Automated Price Update
Database update Changes: Changed the lower bound price of lapis_armor_boots to 946, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 946, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98876, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98876, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546591, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546591, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 915, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 915, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 72085, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 72085, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25680, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25680, responsible user: Automated Price Update Changed the lower bound price of enchanted_oak_wood to 1302, responsible user: Automated Price Update Changed the upper bound price of enchanted_oak_wood to 1302, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1727, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1727, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 75021, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 75021, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3172, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3172, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3085, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3085, responsible user: Automated Price Update Changed the lower bound price of enchanted_oak_wood to 1368, responsible user: Automated Price Update Changed the upper bound price of enchanted_oak_wood to 1368, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 99338, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 99338, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1585, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1585, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 686, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 686, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the lower bound price of miner_boots to 1563, responsible user: Automated Price Update Changed the upper bound price of miner_boots to 1563, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 709, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 709, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 431183, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 431183, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 554032, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 554032, responsible user: Automated Price Update Changed the lower bound price of miner_boots to 1591, responsible user: Automated Price Update Changed the upper bound price of miner_boots to 1591, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 554184, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 554184, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 98404, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 98404, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 346, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 346, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3276, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3276, responsible user: Automated Price Update Changed the lower bound price of ember_chestplate to 1162, responsible user: Automated Price Update Changed the upper bound price of ember_chestplate to 1162, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 553766, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 553766, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1967, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1967, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 552389, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 552389, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1520, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1520, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 697, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 697, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 79429, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 79429, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 700, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 700, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 551150, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 551150, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 550035, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 550035, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 693, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 693, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3148, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3148, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 165760, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 165760, responsible user: Automated Price Update Changed the lower bound price of enchanted_coal to 654, responsible user: Automated Price Update Changed the upper bound price of enchanted_coal to 654, responsible user: Automated Price Update Changed the lower bound price of miner_helmet to 1704, responsible user: Automated Price Update Changed the upper bound price of miner_helmet to 1704, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 545032, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 545032, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 3063, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 3063, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 759, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 759, responsible user: Automated Price Update Changed the lower bound price of fish_affinity_talisman to 216062, responsible user: Automated Price Update Changed the upper bound price of fish_affinity_talisman to 216062, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 696, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 696, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 95464, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 95464, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 460610, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 460610, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546084, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546084, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 136158, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 136158, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1537, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1537, responsible user: Automated Price Update Changed the lower bound price of bat_person_boots to 1423514, responsible user: Automated Price Update Changed the upper bound price of bat_person_boots to 1423514, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 2662, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 2662, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 343, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 343, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 544476, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 544476, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 399770, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 399770, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 83052, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 83052, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97418, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97418, responsible user: Automated Price Update Changed the lower bound price of maddox_batphone to 308574, responsible user: Automated Price Update Changed the upper bound price of maddox_batphone to 308574, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 544028, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 544028, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542625, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542625, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2957, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2957, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 13, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 13, responsible user: Automated Price Update Changed the lower bound price of bone to 6, responsible user: Automated Price Update Changed the upper bound price of bone to 6, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542362, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542362, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 774, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 774, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 340, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 340, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 96676, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 96676, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 788, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 788, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 392856, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 392856, responsible user: Automated Price Update Changed the lower bound price of bat_person_chestplate to 1775632, responsible user: Automated Price Update Changed the upper bound price of bat_person_chestplate to 1775632, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 190257, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 190257, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1962, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1962, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 455549, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 455549, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 689, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 689, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 454077, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 454077, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 133851, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 133851, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_leggings to 173706, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_leggings to 173706, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 186440, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 186440, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14285, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14285, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 703, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 703, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 337, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 337, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97008, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97008, responsible user: Automated Price Update Changed the lower bound price of young_dragon_boots to 308346, responsible user: Automated Price Update Changed the upper bound price of young_dragon_boots to 308346, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 335, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 335, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1965, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1965, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 83492, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 83492, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1320, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1320, responsible user: Automated Price Update Changed the lower bound price of young_dragon_boots to 307511, responsible user: Automated Price Update Changed the upper bound price of young_dragon_boots to 307511, responsible user: Automated Price Update Changed the lower bound price of miner_leggings to 2586, responsible user: Automated Price Update Changed the upper bound price of miner_leggings to 2586, responsible user: Automated Price Update Changed the lower bound price of enchanted_jungle_wood to 1914, responsible user: Automated Price Update Changed the upper bound price of enchanted_jungle_wood to 1914, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2891, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2891, responsible user: Automated Price Update Changed the lower bound price of piggy_bank to 137137, responsible user: Automated Price Update Changed the upper bound price of piggy_bank to 137137, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 856, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 856, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 85499, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 85499, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542126, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542126, responsible user: Automated Price Update Changed the lower bound price of boots_of_growth to 315215, responsible user: Automated Price Update Changed the upper bound price of boots_of_growth to 315215, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 95306, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 95306, responsible user: Automated Price Update Changed the lower bound price of enchanted_golden_apple to 326, responsible user: Automated Price Update Changed the upper bound price of enchanted_golden_apple to 326, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1803, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1803, responsible user: Automated Price Update Changed the lower bound price of candy_artifact to 838297, responsible user: Automated Price Update Changed the upper bound price of candy_artifact to 838297, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 866, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 866, responsible user: Automated Price Update Changed the lower bound price of cleave_v to 4589, responsible user: Automated Price Update Changed the upper bound price of cleave_v to 4589, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 84780, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 84780, responsible user: Automated Price Update Changed the lower bound price of tarantula_web to 14, responsible user: Automated Price Update Changed the upper bound price of tarantula_web to 14, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 54542, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 54542, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_helmet to 1323, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_helmet to 1323, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 356, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 356, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 336, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542913, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542913, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 448669, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 448669, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 699, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 699, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546122, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546122, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_leggings to 992832, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_leggings to 992832, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2476, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2476, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 25872, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 25872, responsible user: Automated Price Update Changed the lower bound price of enchanted_string to 1993, responsible user: Automated Price Update Changed the upper bound price of enchanted_string to 1993, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 386633, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 386633, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1501, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1501, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546510, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546510, responsible user: Automated Price Update Changed the lower bound price of spirit_mask to 166850, responsible user: Automated Price Update Changed the upper bound price of spirit_mask to 166850, responsible user: Automated Price Update Changed the lower bound price of enchanted_lily_pad to 76077, responsible user: Automated Price Update Changed the upper bound price of enchanted_lily_pad to 76077, responsible user: Automated Price Update Changed the lower bound price of miner_leggings to 2632, responsible user: Automated Price Update Changed the upper bound price of miner_leggings to 2632, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 306, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 306, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2607391, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2607391, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 544059, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 544059, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 869, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 869, responsible user: Automated Price Update Changed the lower bound price of bat_person_helmet to 1681838, responsible user: Automated Price Update Changed the upper bound price of bat_person_helmet to 1681838, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 89110, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 89110, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 516, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 516, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 543653, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 543653, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 457033, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 457033, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 450630, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 450630, responsible user: Automated Price Update Changed the lower bound price of silver_fang to 2802, responsible user: Automated Price Update Changed the upper bound price of silver_fang to 2802, responsible user: Automated Price Update Changed the lower bound price of bat_person_leggings to 2703593, responsible user: Automated Price Update Changed the upper bound price of bat_person_leggings to 2703593, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone to 747, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone to 747, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 543288, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 543288, responsible user: Automated Price Update Changed the lower bound price of enchanted_gunpowder to 2310, responsible user: Automated Price Update Changed the upper bound price of enchanted_gunpowder to 2310, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 451567, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 451567, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 711, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 711, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 97144, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 97144, responsible user: Automated Price Update Changed the lower bound price of revenant_viscera to 97872, responsible user: Automated Price Update Changed the upper bound price of revenant_viscera to 97872, responsible user: Automated Price Update Changed the lower bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the upper bound price of enchanted_snow_block to 769, responsible user: Automated Price Update Changed the lower bound price of grand_experience_bottle to 5289, responsible user: Automated Price Update Changed the upper bound price of grand_experience_bottle to 5289, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542959, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542959, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 52088, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 52088, responsible user: Automated Price Update Changed the lower bound price of jungle_axe to 684, responsible user: Automated Price Update Changed the upper bound price of jungle_axe to 684, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1773, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1773, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26351, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26351, responsible user: Automated Price Update Changed the lower bound price of ember_rod to 24046, responsible user: Automated Price Update Changed the upper bound price of ember_rod to 24046, responsible user: Automated Price Update Changed the lower bound price of obsidian_chestplate to 3813, responsible user: Automated Price Update Changed the upper bound price of obsidian_chestplate to 3813, responsible user: Automated Price Update Changed the lower bound price of enchanted_lapis_block to 72708, responsible user: Automated Price Update Changed the upper bound price of enchanted_lapis_block to 72708, responsible user: Automated Price Update Changed the lower bound price of spider_talisman to 138924, responsible user: Automated Price Update Changed the upper bound price of spider_talisman to 138924, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 50847, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 50847, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 538663, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 538663, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 456665, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 456665, responsible user: Automated Price Update Changed the lower bound price of tarantula_helmet to 469435, responsible user: Automated Price Update Changed the upper bound price of tarantula_helmet to 469435, responsible user: Automated Price Update Changed the lower bound price of growth_v to 9252, responsible user: Automated Price Update Changed the upper bound price of growth_v to 9252, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 397970, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 397970, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1488, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1488, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 538797, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 538797, responsible user: Automated Price Update Changed the lower bound price of young_dragon_fragment to 2793, responsible user: Automated Price Update Changed the upper bound price of young_dragon_fragment to 2793, responsible user: Automated Price Update Changed the lower bound price of enchanted_eye_of_ender to 7248, responsible user: Automated Price Update Changed the upper bound price of enchanted_eye_of_ender to 7248, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 872, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 872, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 52601, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 52601, responsible user: Automated Price Update Changed the lower bound price of enchanted_glowstone_dust to 2480, responsible user: Automated Price Update Changed the upper bound price of enchanted_glowstone_dust to 2480, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14406, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14406, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_end to 179170, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_end to 179170, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 16, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14515, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14515, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1383, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1383, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1495, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1495, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 735, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 735, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 536667, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 536667, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 96630, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 96630, responsible user: Automated Price Update Changed the lower bound price of enchanted_rotten_flesh to 1369, responsible user: Automated Price Update Changed the upper bound price of enchanted_rotten_flesh to 1369, responsible user: Automated Price Update Changed the lower bound price of enchanted_raw_beef to 1010, responsible user: Automated Price Update Changed the upper bound price of enchanted_raw_beef to 1010, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 536000, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 536000, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 133792, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 133792, responsible user: Automated Price Update Changed the lower bound price of enchanted_pumpkin to 816, responsible user: Automated Price Update Changed the upper bound price of enchanted_pumpkin to 816, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 537400, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 537400, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1502, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1502, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 533660, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 533660, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26361, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26361, responsible user: Automated Price Update Changed the lower bound price of experience_artifact to 524184, responsible user: Automated Price Update Changed the upper bound price of experience_artifact to 524184, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11146, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11146, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 534294, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 534294, responsible user: Automated Price Update Changed the lower bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the upper bound price of ender_pearl to 15, responsible user: Automated Price Update Changed the lower bound price of wise_dragon_chestplate to 408637, responsible user: Automated Price Update Changed the upper bound price of wise_dragon_chestplate to 408637, responsible user: Automated Price Update Changed the lower bound price of poppy to 2, responsible user: Automated Price Update Changed the upper bound price of poppy to 2, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_fragment to 11181, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_fragment to 11181, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 533865, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 533865, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1635, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1635, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 534478, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 534478, responsible user: Automated Price Update Changed the lower bound price of poppy to 2, responsible user: Automated Price Update Changed the upper bound price of poppy to 2, responsible user: Automated Price Update Changed the lower bound price of enchanted_bone to 1301, responsible user: Automated Price Update Changed the upper bound price of enchanted_bone to 1301, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1796, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1796, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 50383, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 50383, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 85308, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 85308, responsible user: Automated Price Update Changed the lower bound price of ember_rod to 25687, responsible user: Automated Price Update Changed the upper bound price of ember_rod to 25687, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 535030, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 535030, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar to 547, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar to 547, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 82861, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 82861, responsible user: Automated Price Update Changed the lower bound price of enchanted_oak_wood to 1316, responsible user: Automated Price Update Changed the upper bound price of enchanted_oak_wood to 1316, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 80658, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 80658, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_boots to 921, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 921, responsible user: Automated Price Update Changed the lower bound price of snow_block to 8, responsible user: Automated Price Update Changed the upper bound price of snow_block to 8, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 80423, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 80423, responsible user: Automated Price Update Changed the lower bound price of undead_catalyst to 514, responsible user: Automated Price Update Changed the upper bound price of undead_catalyst to 514, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_helmet to 146900, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_helmet to 146900, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 624, responsible user: Automated Price Update Changed the lower bound price of experience_artifact to 512016, responsible user: Automated Price Update Changed the upper bound price of experience_artifact to 512016, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_boots to 645986, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_boots to 645986, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 537082, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 537082, responsible user: Automated Price Update Changed the lower bound price of enchanted_birch_wood to 1097, responsible user: Automated Price Update Changed the upper bound price of enchanted_birch_wood to 1097, responsible user: Automated Price Update Changed the lower bound price of superior_dragon_fragment to 164996, responsible user: Automated Price Update Changed the upper bound price of superior_dragon_fragment to 164996, responsible user: Automated Price Update Changed the lower bound price of ember_fragment to 434, responsible user: Automated Price Update Changed the upper bound price of ember_fragment to 434, responsible user: Automated Price Update Changed the lower bound price of enchanted_birch_wood to 1043, responsible user: Automated Price Update Changed the upper bound price of enchanted_birch_wood to 1043, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_boots to 966, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 966, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 537374, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 537374, responsible user: Automated Price Update Changed the lower bound price of ember_helmet to 1092, responsible user: Automated Price Update Changed the upper bound price of ember_helmet to 1092, responsible user: Automated Price Update Changed the lower bound price of enchanted_flint to 1395, responsible user: Automated Price Update Changed the upper bound price of enchanted_flint to 1395, responsible user: Automated Price Update Changed the lower bound price of enchanted_sugar to 591, responsible user: Automated Price Update Changed the upper bound price of enchanted_sugar to 591, responsible user: Automated Price Update Changed the lower bound price of enchanted_birch_wood to 1013, responsible user: Automated Price Update Changed the upper bound price of enchanted_birch_wood to 1013, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 82381, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 82381, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 537637, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 537637, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1786, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1786, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 86053, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 86053, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 459298, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 459298, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26417, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26417, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1963, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1963, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93292, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93292, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 394043, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 394043, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_fragment to 26420, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_fragment to 26420, responsible user: Automated Price Update Changed the lower bound price of ember_chestplate to 1146, responsible user: Automated Price Update Changed the upper bound price of ember_chestplate to 1146, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 96971, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 96971, responsible user: Automated Price Update Changed the lower bound price of blaze_rod to 15, responsible user: Automated Price Update Changed the upper bound price of blaze_rod to 15, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 394674, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 394674, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 89358, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 89358, responsible user: Automated Price Update Changed the lower bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the upper bound price of magical_mushroom_soup to 8, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_chestplate to 1816, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_chestplate to 1816, responsible user: Automated Price Update Changed the lower bound price of enchanted_dark_oak_wood to 885, responsible user: Automated Price Update Changed the upper bound price of enchanted_dark_oak_wood to 885, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14405, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14405, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 880, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 880, responsible user: Automated Price Update Changed the lower bound price of dandelion to 2, responsible user: Automated Price Update Changed the upper bound price of dandelion to 2, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_helmet to 1391, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_helmet to 1391, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14514, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14514, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 463368, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 463368, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 539429, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 539429, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_boots to 969, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_boots to 969, responsible user: Automated Price Update Changed the lower bound price of ink_sack to 70, responsible user: Automated Price Update Changed the upper bound price of ink_sack to 70, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1508, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1508, responsible user: Automated Price Update Changed the lower bound price of wolf_tooth to 307, responsible user: Automated Price Update Changed the upper bound price of wolf_tooth to 307, responsible user: Automated Price Update Changed the lower bound price of enchanted_clay to 625, responsible user: Automated Price Update Changed the upper bound price of enchanted_clay to 625, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 267, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 267, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 895, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 895, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 538486, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 538486, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 538637, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 538637, responsible user: Automated Price Update Changed the lower bound price of strong_dragon_leggings to 2588152, responsible user: Automated Price Update Changed the upper bound price of strong_dragon_leggings to 2588152, responsible user: Automated Price Update Changed the lower bound price of emerald_blade to 585097, responsible user: Automated Price Update Changed the upper bound price of emerald_blade to 585097, responsible user: Automated Price Update Changed the lower bound price of ember_leggings to 3139, responsible user: Automated Price Update Changed the upper bound price of ember_leggings to 3139, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_helmet to 1352, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_helmet to 1352, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond to 1914, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond to 1914, responsible user: Automated Price Update Changed the lower bound price of enchanted_diamond_block to 217438, responsible user: Automated Price Update Changed the upper bound price of enchanted_diamond_block to 217438, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 545723, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 545723, responsible user: Automated Price Update Changed the lower bound price of ender_helmet to 25342, responsible user: Automated Price Update Changed the upper bound price of ender_helmet to 25342, responsible user: Automated Price Update Changed the lower bound price of ember_rod to 27164, responsible user: Automated Price Update Changed the upper bound price of ember_rod to 27164, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93163, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93163, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14500, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14500, responsible user: Automated Price Update Changed the lower bound price of enchanted_quartz_block to 297157, responsible user: Automated Price Update Changed the upper bound price of enchanted_quartz_block to 297157, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 546151, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 546151, responsible user: Automated Price Update Changed the lower bound price of unstable_dragon_chestplate to 997459, responsible user: Automated Price Update Changed the upper bound price of unstable_dragon_chestplate to 997459, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 93847, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 93847, responsible user: Automated Price Update Changed the lower bound price of aspect_of_the_dragons to 6226225, responsible user: Automated Price Update Changed the upper bound price of aspect_of_the_dragons to 6226225, responsible user: Automated Price Update Changed the lower bound price of hot_potato_book to 92462, responsible user: Automated Price Update Changed the upper bound price of hot_potato_book to 92462, responsible user: Automated Price Update Changed the lower bound price of enchanted_birch_wood to 976, responsible user: Automated Price Update Changed the upper bound price of enchanted_birch_wood to 976, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 51957, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 51957, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 469031, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 469031, responsible user: Automated Price Update Changed the lower bound price of enchanted_ender_pearl to 271, responsible user: Automated Price Update Changed the upper bound price of enchanted_ender_pearl to 271, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 545536, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 545536, responsible user: Automated Price Update Changed the lower bound price of piggy_bank to 134003, responsible user: Automated Price Update Changed the upper bound price of piggy_bank to 134003, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 95674, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 95674, responsible user: Automated Price Update Changed the lower bound price of enchanted_gold to 1421, responsible user: Automated Price Update Changed the upper bound price of enchanted_gold to 1421, responsible user: Automated Price Update Changed the lower bound price of golden_tooth to 134101, responsible user: Automated Price Update Changed the upper bound price of golden_tooth to 134101, responsible user: Automated Price Update Changed the lower bound price of enchanted_baked_potato to 96687, responsible user: Automated Price Update Changed the upper bound price of enchanted_baked_potato to 96687, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 543982, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 543982, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 50068, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 50068, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 465828, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 465828, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 398176, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 398176, responsible user: Automated Price Update Changed the lower bound price of protector_dragon_fragment to 241, responsible user: Automated Price Update Changed the upper bound price of protector_dragon_fragment to 241, responsible user: Automated Price Update Changed the lower bound price of bat_person_chestplate to 1799204, responsible user: Automated Price Update Changed the upper bound price of bat_person_chestplate to 1799204, responsible user: Automated Price Update Changed the lower bound price of experience_iii to 206, responsible user: Automated Price Update Changed the upper bound price of experience_iii to 206, responsible user: Automated Price Update Changed the lower bound price of titanic_experience_bottle to 417136, responsible user: Automated Price Update Changed the upper bound price of titanic_experience_bottle to 417136, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_leggings to 1807, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_leggings to 1807, responsible user: Automated Price Update Changed the lower bound price of enchanted_iron to 902, responsible user: Automated Price Update Changed the upper bound price of enchanted_iron to 902, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 542054, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 542054, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 540849, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 540849, responsible user: Automated Price Update Changed the lower bound price of grappling_hook to 1912, responsible user: Automated Price Update Changed the upper bound price of grappling_hook to 1912, responsible user: Automated Price Update Changed the lower bound price of lapis_armor_helmet to 1317, responsible user: Automated Price Update Changed the upper bound price of lapis_armor_helmet to 1317, responsible user: Automated Price Update Changed the lower bound price of bat_talisman to 49624, responsible user: Automated Price Update Changed the upper bound price of bat_talisman to 49624, responsible user: Automated Price Update Changed the lower bound price of enchanted_block_of_coal to 142716, responsible user: Automated Price Update Changed the upper bound price of enchanted_block_of_coal to 142716, responsible user: Automated Price Update Changed the lower bound price of revenant_flesh to 10, responsible user: Automated Price Update Changed the upper bound price of revenant_flesh to 10, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 461245, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 461245, responsible user: Automated Price Update Changed the lower bound price of spooky_shard to 91606, responsible user: Automated Price Update Changed the upper bound price of spooky_shard to 91606, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 457120, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 457120, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 798, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 798, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 14470, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 14470, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1734, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1734, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 536764, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 536764, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 533088, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 533088, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 530779, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 530779, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 90779, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 90779, responsible user: Automated Price Update Changed the lower bound price of green_candy to 1722, responsible user: Automated Price Update Changed the upper bound price of green_candy to 1722, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 94375, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 94375, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 531701, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 531701, responsible user: Automated Price Update Changed the lower bound price of enchanted_lava_bucket to 398957, responsible user: Automated Price Update Changed the upper bound price of enchanted_lava_bucket to 398957, responsible user: Automated Price Update Changed the lower bound price of enchanted_cobblestone to 813, responsible user: Automated Price Update Changed the upper bound price of enchanted_cobblestone to 813, responsible user: Automated Price Update Changed the lower bound price of bat_person_leggings to 2651327, responsible user: Automated Price Update Changed the upper bound price of bat_person_leggings to 2651327, responsible user: Automated Price Update Changed the lower bound price of summoning_eye to 530531, responsible user: Automated Price Update Changed the upper bound price of summoning_eye to 530531, responsible user: Automated Price Update Changed the lower bound price of enchanted_redstone_block to 95294, responsible user: Automated Price Update Changed the upper bound price of enchanted_redstone_block to 95294, responsible user: Automated Price Update Changed the lower bound price of purple_candy to 15023, responsible user: Automated Price Update Changed the upper bound price of purple_candy to 15023, responsible user: Automated Price Update Changed the lower bound price of super_compactor_3000 to 453408, responsible user: Automated Price Update Changed the upper bound price of super_compactor_3000 to 453…
changing more hippie sounds
fuck you for making the nuke sound the extended sound AAAAAAA
Add files via upload
Paula Turmina artist born 01.09.1991 location Parai, Rio Grande do Sul, Brasil www.paulaturmina.com
This is how I imagine the feeling of living and seeing the world under the impacts of global warming of 2°C above pre-industrial levels. Introducing distortions to the normalized version of planet Earth in 2020 with 2°C above pre-industrial levels, slices of time and space are not fully recognizable but say something about both past and future. The animal-like hand ripping the canvas' skin speaks of instincts and certain features of different bodies that evolved for protection, such as nails, teeth, thorns, etc. Characteristics that can both protect and harm. The crawling hand represented in this piece can be seen just about enough to question if that is a human hand or an animal claw. A curved pointed horny nail has no beginning as if it has merged with the skin. Such a feature, that is not recognized as possible in our bodies today, suggests an evolution of the body; whilst the earthy color reveals that this transformation has happened under warmer conditions. Through painting, I investigate how art-making operates concerning the decolonization of thought and the forming of a different relationship between humans and the earth, animals, and plants that inhabit it. The visuals I create are drawn from my personal experience, ecological issues, and Latin American colonial history. I believe craft making is a form of creating change and processing the absurdity of life.
Medium: oil on canvas Dimensions: 150x180cm London, 2019
Basic databinding
Has to be properties instead of fields because fuck you.
Thank her for showing you that you can love more than one person in this life.
NightTransition is fundamentally different from DayTransition
Alright, here's a little scene that plays through a sunset for night scenes and shit. Ezpz, just an animation and controller attached to the directional light, looks pretty decent
Anyways, I've also added some more sounds and shit, including an interaction sound to start with. We'll start throwing that together.
33.5.Adding a Custom Voter{@IsGranted with a Subject}
But... what about using the @IsGranted() annotation? Hmm... now there's a problem: can we use the annotation and still, somehow, pass in the Article object? Actually, yes! Add @IsGranted(), pass it MANAGE and then a second argument: subject="article". That's it! When you use subject=, you're allowed to pass this the same name as any of the arguments to your controller. This only works because we used the feature that automatically queries for the Article object and passes it as an argument. These two features combine perfectly. But, if you're ever in a situation where your "subject" isn't a controller argument, no worries, just use the normal denyAccessUnlessGranted() code. But, remove it in this case. Let's... try it! Access granted! That was too easy. Go back to the voter and comment-out the author check again - let's really make sure this is working. Now... yes! Access denied! Go put that code back. Oh my gosh friends, we did it! We killed this tutorial! We have a great authentication system that allows both login form authentication and API authentication! We have a rich dynamic roles system and a voter system where we can control access with any custom rules. Oh, I love security! I hope you guys are feeling empowered to create your simple, complex, crazy, whatever authentication system you need. As always, if you have questions, ask us down in the comments. Alright people, seeya next time!
Huge rewrite with no history
I am very sorry about this. So, basically, many things changed:
FuzzedInput was split into Mutator and Serializer.
Mutator’s interface has been completely reworked. Now I distinguish between the value, cache, and mutation step. An explanation of these is included in the documentation. There is also fewer annoying requirements on it, for example now there is no need to specify how to hash a value. Instead, the hash is created from its encoding.
I worked on some of the basic Mutators and added a tuple and either one, as a proof of concept of what proper generic mutators could be. But all included mutators are still very basic and lacking in quality.
The Serializer now supports serde, optionally, and is thought more as a property of World. I also made a ByteSerializer. The extension of artifacts is customizable.
It is sooooo much faster now! I rewrote the data structure of the Pool such that it stores a sorted list of features and uses Slab a lot as a kind of dense storage with O(1) lookup. Also, the Pool uses property tests now, which I have found are much better at finding bugs than my previous test suite. It is also easier to refactor it.
“Feature Groups” has been implemented, kind of. It is a new way to score features that share a common characteristic, such as edge features that have an identical PC but different counters. Now all these features share a common score and split it among themselves, which I thought was fairer. This will also enable a more fine-grained recording of code coverage because now I don't have to fear that, say, distinguishing between more than 8 counters of code edges would wrongly inflate their scores.
The compilation steps have changed a bit too, to avoid conflicts in common dependencies.
I reorganized the crate’s files so that its generated documentation would look better, and I think it makes sense. Speaking of documentation, it has improved a bit, but it is still not great to be honest.
Create Pt_Br
Hello, I love stuff related to witches and the obscure magic, so of course I would love a mod with this theme
I translated the mod to Brazil portuguese, so people of my country could enjoy it :)
I included the recent changes on the file, up to the add of plates, and I will update it when more stuff comes
Pushing the 1.3 changes
Website development is fun and sometimes I don't make the Git titles "This fucking sucks"! Oh joy!
5 games made in Python
A game - januar 2020
I have spend the month learning Python by building 5 games – 4 small classic games and 1 online multiplayer game.
The games are: PONG The classic game is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against another player controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth. You get points when your opponent doesn´t return the ball. Player A uses the arrow keys UP and DOWN and player B uses the w and s buttons to move up and down.
Snake In the game of Snake, the player uses the arrow keys to move a "snake" around the board. The snake starts at the center of the board and can move left, right, up and down and through the walls. The snake moves at a constant speed. As the snake finds food, it eats the food, and thereby grows larger. The game ends when the snake moves into itself. The goal is to make the snake as large as possible before that happens.
Connect4 To win Connect Four, all you have to do is connect four of your colored checker pieces in a row. This can be done horizontally, vertically or diagonally. Each player will drop in one checker piece at a time. The player uses the mouse or mousepad to play.
Tetris Tetris has very simple rules: you can only move the pieces in specific ways; your game is over if your pieces reach the top of the screen; and you can only remove pieces from the screen by filling all the blank space in a line. You use the arrow key UP to turn the piece the way you want it (4 ways), arrow key LEFT to move it to the left and arrow key RIGHT to move it to the right. If you want to speed it up you can use the arrow key DOWN to set the piece much faster.
Online Multigame (Rock, Paper, Scissors)
This is the way it is supposed to look like but I can´t get it to work so mine looks like this so far:
After finishing the tutorials for the 5 game I made my own game called Dropping hearts
The player uses the arrow keys to move the girl (paddle) from left to right. She is going to catch as many hearts as possible. If a heart is not cauth she will loose a life. She starts with 3 lifes and after loosing 3 lifes she will die. The game needs another version of PyCharm to function so I have made a new repository for that game alone.
[2hr]Moving some asset files around a bit so it's a bit more organized. Create a clocking icon/animation to show all the timer task and a warning icon to so emergency timer. It's work in progress. Kind of works, but there is some bug and refactor needed. Today, I played Overcooked 2 with my wife, it was pretty fun and challenging, which is perfect game, as I have tried some other coop game, such as Tools up, a overcooked like game but for moving house, which is okei, too easy, so we got bored after a while, and the main reason is that there is not much variant between rounds I guess. And Unrailed, which we also dislike, but because the game is too stressful, taxxing. Not super hard, but really stressful, which isn't nice. Also, the dog got like health issue, like last week (last Sunday) I was playing with her and throw the floor ball into her face (we were playing catching), it looks fine at first, but then I think because she kept scratching her eye, it got some serious infection, so it got quite bad. We have put the collar of shame to her and wipe her eyes every few hours, but it got tired really fast because the dog kept waking us up mid night because her eye was really itchy, so we have to wipe her face for her. 4/10, not recommended, but an experience, nonetheless.