-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
82 lines (81 loc) · 5.25 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Jaydsite - blog - Version 1.0.0</title>
<meta name="description" content="silly blog">
<meta name="author" content="Jayd">
<meta name="copyright" content="Jayd">
<style>
.Div_center {
border: 5px outset #c8a2c8;
background-color: black;
text-align: center;
position: relative;
width: 1000px;
margin: auto;
}
.Div_main {
border: 5px outset #c8a2c8;
background-color: black;
text-align: center;
position: relative;
width: 1200px;
margin: auto;
}
.Div_blog {
border: 5px outset #c8a2c8;
background-color: black;
text-align: center;
position: relative;
width: 800px;
margin: auto;
}
</style>
</head>
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'>
<body style="background-color:#808080;">
<div text-align: center>
<div class="Div_main">
<h1><a href="jayd-rubies.github.io">Jaydsite</a> - Blog</h1>
<h2> V1.0.0</h1>
<div class="Div_center"><<h3>==Blogs==</h3>
<br>
<div class="Div_blog"><<h3>==Sandboxels REWIND 10/18/24==</h3>
<h2>Sanboxels REWIND - Trimonthly recap From fans, by fans, for fans</h2>
<h3>1.) Sandboxels Multiplayer</h3>
<p2>That's right! Modder and Discord member, ggod, has made multiplayer in sandboxels!</p2>
<video width="700"controls>
<source src="2024-10-15_02-10-24 (1).mp4" type="video/mp4"></video>
<br><p2>Multiplayer has been seen as a very unlikely feature, but with the power of mods, it can happen!
THE MOD HAS NOT BEEN RELEASED YET!
Please do not bother or pressure him into finishing, he'll finish when he finish.</p2>
<h3>2.) Renderer Overhaul</h3>
<p2>If you are a vanilla player, you may not notice anything! If you use mods, you may have notice some are incompatable with the new 1.10.0 update. This update, behind the scenes, have changed the way sandboxels renders pixels, allowing for some amazing mods:</p2>
<br><b><p2>mineraft.js by nousernamefound</p2></b>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296196341566803969/image.png?ex=67140b69&is=6712b9e9&hm=f0c4bb8ed368ce366b123a1083d25bc2652cc5d980e05ecff98b8196ff0d4eb4&=&format=webp&quality=lossless&width=240&height=117" alt="Image"/>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296196341952938065/image.png?ex=67140b6a&is=6712b9ea&hm=b936f6e837fb1e455b660380aa9f804bbff5d6906e6073c4ba1fa8bbd4822daa&=&format=webp&quality=lossless&width=240&height=117" alt="Image"/>
<br><b><p2>shader_by_jayd.js and cursed_shader_by_jayd.js</p2></b>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296196579623043072/sandboxels-screenshot_20.png?ex=67140ba2&is=6712ba22&hm=d4909fed431551bbdaf83272860aae865f8050ff6c56ac9b0ad551539082794d&=&format=webp&quality=lossless&width=822&height=411" alt="Image"/>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296196579862253628/sandboxels-screenshot_19.png?ex=67140ba2&is=6712ba22&hm=fa98676a3587f04040b27b3ac6ec464601110c67c450bd0f5536e5578f3b9a7f&=&format=webp&quality=lossless&width=822&height=411" alt="Image"/>
<br><h3>3a.) Creations</h3>
<br><p2>This section is for amazing creation by the community. To suggest something for the next rewind, email me at [email protected]</p2>
<br><b><p2>Femtanyl Pixel Art by Nekonico</p2></b>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296198039186440323/Screenshot_2024-10-16_3.44.48_PM.png?ex=67140cfe&is=6712bb7e&hm=8abb7a695cdebc1a03f50ef6019bea23aeb8d87de61f884be1653417abf5fe41&=&format=webp&quality=lossless&width=809&height=388" alt="Image"/>
<br><b><p2>Earth by Phantom</p2></b>
<br><img src="https://media.discordapp.net/attachments/1295877897080406027/1296948495114309713/4trfd54re54re.png?ex=671424e9&is=6712d369&hm=c63f8d77828d7a48c9ce288a6b4177d94ab5dad453bd2d708ac4b0ea037fbdd6&=&format=webp&quality=lossless&width=740&height=368" alt="Image"/>
<br><b><h3>3b.)Some cool mods:</h3></b>
<br><p2>UwUify.js (By Jayd, UwU)
<br>aChefsDream.js (By Sq, adds more food)
<br>nousersthings.js (By nousernamefound, adds a bunch of cool stuff)
<br>doom.js (By ggod, not really doom but a 3d renderer)</p2>
</div>
<div class="Div_blog"><<h3>==10/15/24==</h3>
<p2>I might start actually posting here :P</p2>
</div>
<br>
</div>
<br>
</div>
</body>
</html>