Search
Search Articles
Search Articles by entering your search text above.
Minecraft
Minecraft Loading Performance Mods Fabric and Forge

So i decided to spend a bit of time changing to 1.19.4 Minecraft with loader mods to make it a bit faster. I tested a version with Forge but it seemed to run really slowly on my current world so i swi..

2:04 am, April 24, 2023
Minecraft
Minecraft MultiMC and 1.19 Mods List and Compatibility

Just a quick list of my mods and if they work with 1.19 Minecraft... yet.   TLDR : What Mods Work and Dont Work in 1.19 Java at 8 June 2022? Iris Shaders - Working Lithium - Not working..

6:52 am, June 8, 2022
Minecraft
How many blocks does a full Beacon take in Minecraft 1.18+?

Q. How many blocks does a full Beacon take in Minecraft 1.16, Minecraft 1.17, Minecraft 1.18? A. To get a full working beacon It will require a total of 164 blocks to form the pyramid you place the B..

3:20 am, March 3, 2022
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
“If you just sit and observe, you will see how restless your mind is. If you try to calm it, it only makes it worse, but over time it does calm, and when it does, there’s room to hear more subtle things. You see so much more than you could see before. It’s a discipline; you have to practice it.”
Steve Jobs
Random CSS Property

url()

The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS functions, like the attr() function. Depending on the property for which it is a value, the resource sought can be an image, font, or a stylesheet. The url() functional notation is the value for the <url> data type.
url() css reference