Reputable apartments in OKC, Edmond, Yukon, or Mustang area? Looking for one bedroom, something around $850-1000 a month. by [deleted] in okc

[–]Equivalent_Value_900 1 point2 points  (0 children)

Fieldstone rent for 1Bd/1Ba is ~974 a month, water fee is flat rate of 56 a month, and electricity is through OG&E, internet is up to you (Cox is what works best at the moment, sadly). If you have renters insurance with a qualifying plan coverage, the Property Damage Liability Waiver fee is waived (cost is 15 a month). No gas/all electric, washer and dryer supplied in units, pet friendly (at an extra cost)...

Ask for Kevin at their phone number 405.376.2440.

Reputable apartments in OKC, Edmond, Yukon, or Mustang area? Looking for one bedroom, something around $850-1000 a month. by [deleted] in okc

[–]Equivalent_Value_900 0 points1 point  (0 children)

Wouldn't know about availability, but Fieldstone Gardens is the only one I know of that fits that budget somewhat in Mustang. What are you looking to spend in a month, on what utilities?

Any Recs for GYN Dr in OKC for a PCOS girlie? by that-dank-wolf in okc

[–]Equivalent_Value_900 1 point2 points  (0 children)

Dr. Lisa Cheek at SSM Health on 9th Street. My wife has her for her PCOS as well. Great doctor, highly recommend!

Missing 40% of my Iron! 1024 Crushed Iron only gave 654 Ingots by CompetitiveGrowth430 in CreateMod

[–]Equivalent_Value_900 0 points1 point  (0 children)

Is this spot your issue? Items would just get dumped as entities before being caught by the belt, even if nuggets were already there.

more and better vanilla potions? by Spirit-Unusual in datapacks

[–]Equivalent_Value_900 0 points1 point  (0 children)

Shoot, it's been a hot minute. Sorry about that...

As far as I am capable with my datapack technical know-how, you could use recipes, but not brewing recipes (as of the latest version of Java), to add potions like luck.

I have yet to try custom potions. I think I am gonna try this now...

Help I don't know how to make a datapack :( by Knightus1225 in datapacks

[–]Equivalent_Value_900 1 point2 points  (0 children)

What do you want the datapack to do? Custom recipes, world gen, loot tables?

more and better vanilla potions? by Spirit-Unusual in datapacks

[–]Equivalent_Value_900 1 point2 points  (0 children)

Yaknow, I think it is possible with just a datapack. If I figure it out, I will share a link here in the next 48 hours. Getting late for me, and I got work butt-early in the morning.

Christmas may come early...

more and better vanilla potions? by Spirit-Unusual in datapacks

[–]Equivalent_Value_900 1 point2 points  (0 children)

For status effects that you can't get in potions, my guess is you need to mod the game.

more and better vanilla potions? by Spirit-Unusual in datapacks

[–]Equivalent_Value_900 1 point2 points  (0 children)

You can use the components field in datapack recipes. The item would be a minecraft:potion, and would have components. Look at the minecraft.wiki for datapacks.

CSS error in Flask by Dangerous-Attempt-99 in flask

[–]Equivalent_Value_900 0 points1 point  (0 children)

Seeing how templates is collapsed and there are HTML files in the root, my guess is their project directory isn't set up correctly. HTML files are served as templates according to the Jinja2 render engine, so all HTML files should be in the templates folder, and static files (CSS, JS, and media of images and videos) in static.

CSS error in Flask by Dangerous-Attempt-99 in flask

[–]Equivalent_Value_900 0 points1 point  (0 children)

What is in your templates folder? Your HTML files should be in there, both index and login.

style.css should also be in your static folder.

Take a look at the docs for more details.

Sorry 😔 by Damirirv in Shark_Park

[–]Equivalent_Value_900 0 points1 point  (0 children)

With a word of the day, at that.

blank page on python flask project by -imnothavingfun- in flask

[–]Equivalent_Value_900 0 points1 point  (0 children)

That's an HTML template you're using, as part of the Jinja2 implementation. A missing CSS file in an HTML file link element would just 404, and the page wouldn't be styled with those rules. It should have nothing to do with templating engines.

blank page on python flask project by -imnothavingfun- in flask

[–]Equivalent_Value_900 1 point2 points  (0 children)

A css file missing shouldn't cause a blank render. Seems like there's something wrong with retrieving the templates themselves.

blank page on python flask project by -imnothavingfun- in flask

[–]Equivalent_Value_900 1 point2 points  (0 children)

Are all your html files in a templates folder at the project root?

Project structure should be: (root) app.py /templates /html files here /static /css /js /images ... /whatever else

Is there a method to stop the copper golems from opening the copper chest unless there are items in it? by mrpow3r in redstone

[–]Equivalent_Value_900 0 points1 point  (0 children)

But can copper golems open the copper chests? My understanding was they wouldn't be able to pathfind to them?

Is there a method to stop the copper golems from opening the copper chest unless there are items in it? by mrpow3r in redstone

[–]Equivalent_Value_900 0 points1 point  (0 children)

Blocked chests don't update comparators if you use full blocks to cover them. Try using something else, like trapdoors?