Starlike v0.3.0

This commit is contained in:
zumbiepig 2024-10-17 15:45:36 -07:00
parent 64a9cb2163
commit ba94674c6a
No known key found for this signature in database
GPG Key ID: B50A3F986EC14691
908 changed files with 11395 additions and 2277 deletions

View File

@ -19,26 +19,50 @@ jobs:
uses: gradle/actions/wrapper-validation@v3
- name: Compile JavaScript
run: ./gradlew generateJavaScript
- name: Compile assets
- name: Compile assets.epk
run: bash ./CompileEPK.sh
- name: Generate offline download
- name: Generate offline download - standard
if: github.ref != 'refs/heads/main'
run: bash ./MakeOfflineDownload.sh
- name: Generate signed client
- name: Generate offline download - signed
if: github.ref == 'refs/heads/main'
run: source ./SIGNED_CLIENT.env && echo -e "${{ vars.SIGNED_CLIENT_INPUT }}${{ secrets.SIGNED_CLIENT_SECRET }}" | bash ./MakeSignedClient.sh
- name: Prepare files - standard
if: github.ref != 'refs/heads/main'
run: |
mkdir -p ${{ runner.temp }}/gh-pages
cp -t ${{ runner.temp }}/gh-pages \
javascript/assets.epk \
javascript/classes.js \
javascript/classes.js.map \
javascript/favicon.png \
source ./SIGNED_CLIENT.env &&
SIGNED_CLIENT_INPUT="${{ vars.SIGNED_CLIENT_INPUT }}${{ secrets.SIGNED_CLIENT_SECRET }}" &&
echo "$SIGNED_CLIENT_INPUT" | bash ./MakeSignedClient.sh &&
echo "$SIGNED_CLIENT_INPUT" | bash ./MakeSignedClient.sh
- name: Upload web files
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: web
path: |
javascript/assets.epk
javascript/classes.js
javascript/classes.js.map
javascript/favicon.png
javascript/index.html
cp javascript/Starlike_Client_Offline.html ${{ runner.temp }}/gh-pages/offline.html
- name: Prepare files - signed
retention-days: 1
compression-level: 9
- name: Upload offline download - standard
if: github.ref != 'refs/heads/main'
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: offline
path: javascript/Starlike_Client_Offline.html
retention-days: 1
compression-level: 9
- name: Upload offline download - signed
if: github.ref == 'refs/heads/main'
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: offline_signed
path: javascript/Starlike_Client_Offline_Signed.html
retention-days: 1
compression-level: 9
- name: Prepare GitHub Pages
if: github.ref == 'refs/heads/main'
run: |
mkdir -p ${{ runner.temp }}/gh-pages
@ -50,21 +74,13 @@ jobs:
javascript/index.html
cp javascript/Starlike_Client_Offline_Signed.html ${{ runner.temp }}/gh-pages/offline.html
cp javascript/Starlike_Client_Offline_Signed.html.dat ${{ runner.temp }}/gh-pages/latest_update.dat
- name: Upload web files
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: web_files
path: ${{ runner.temp }}/gh-pages
retention-days: 1
compression-level: 9
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/gh-pages
cname: starlike.orionzleon.me
cname: starlikeclient.com
force_orphan: true
user_name: 'github-actions[bot]'
user_email: '41898282+github-actions[bot]@users.noreply.github.com'

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ javascript/Starlike_Client_Offline_Signed.html.dat
.metadata
GenerateBlocks.py
EaglerTools

View File

@ -1,2 +1,4 @@
#!/bin/sh
echo "compiling, please wait..."
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo "finished compiling epk"

View File

@ -158,6 +158,7 @@ The default eaglercraftXOpts values is this:
- `demoMode:` whether to launch the game in java edition demo mode
- `servers:` a list of default servers to display on the Multiplayer screen
- `relays:` the default list of shared world relays to use for invites
- `checkGLErrors:` if the game should check for opengl errors
- `checkShaderGLErrors:` enables more verbose opengl error logging for the shaders
- `enableDownloadOfflineButton:` whether to show a "Download Offline" button on the title screen
- `downloadOfflineButtonLink:` overrides the download link for the "Download Offline" button

33
LICENSE.md Normal file
View File

@ -0,0 +1,33 @@
# Starlike License
Copyright (c) 2024 zumbiepig and SpeedSlicer
## 1. Attribution
If you use any part of this code in your project, you **must credit** the original author, zumbiepig and SpeedSlicer, in a clearly visible manner in both the project documentation and the software interface, including but not limited to:
- **Credits section** in documentation
- **Main menu or splash screen** within the application
The **main menu** of the software or application **must not be changed** without written permission from zumbiepig and SpeedSlicer.
## 2. Open Source Requirement for Derivative Works
If you create any derivative work (a "fork") based on this project:
- You **must release the source code** of the derivative work under this same license, ensuring that all forks and modifications remain open source.
- You **must clearly state** that the original code is based on work by zumbiepig and SpeedSlicer.
## 3. Restrictions
- You are **not allowed to remove or alter any credits** to zumbiepig and SpeedSlicer in the code or the user interface.
- You **cannot distribute** any modified version of this code under a more restrictive license.
- Any attempts to circumvent or alter these licensing terms are strictly prohibited.
## 4. Warranty Disclaimer
This software is provided "as is", without any warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
---
License written by HoosierTransfer
By using this code, you agree to the terms of this license.

View File

@ -1,3 +1,3 @@
SIGNED_CLIENT_INTEGER="202"
SIGNED_CLIENT_VERSION="0.2.2"
SIGNED_CLIENT_CHANGELOG="Mosaic bugfix"
SIGNED_CLIENT_INTEGER="300"
SIGNED_CLIENT_VERSION="0.3.0"
SIGNED_CLIENT_CHANGELOG="Find the changelog in the Discord server!"

View File

@ -1 +1 @@
0.2.2
0.3.0

View File

@ -10,7 +10,8 @@ if(typeof window !== "undefined") {
}else {
var relayzId = Math.floor(Math.random() * 3);
window.eaglercraftXOpts = {
container: "game_frame"
container: "game_frame",
enableSignatureBadge: true
};
}
window.addEventListener("load", function() {

View File

@ -17,7 +17,8 @@
window.eaglercraftXOptsHints = {
hintsVersion: 1,
container: "game_frame"
container: "game_frame",
enableSignatureBadge: true
};
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

View File

@ -1,4 +1,14 @@
Starlike Client
~~~~~~~~~~~~~~~~~~~~~~~
- SpeedSlicer - Owner
- zumbiepig - Co-Owner
- CatFoolYou - Texture artist
- Oeil-de-Lynx - Contributor
EaglercraftX Developers
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -31,24 +31,25 @@
"forceWebViewSupport": false,
"enableServerCookies": true,
"enableDownloadOfflineButton": true,
"downloadOfflineButtonLink": "https://starlike.orionzleon.me/offline.html",
"downloadOfflineButtonLink": null,
"resourcePacksDB": "resourcePacks_starlike",
"enableWebViewCSP": true,
"checkRelaysForUpdates": true,
"allowServerRedirects": true,
"allowUpdateSvc": true,
"html5CursorSupport": true,
"html5CursorSupport": false,
"allowFNAWSkins": true,
"allowVoiceClient": true,
"worldsDB": "worlds_starlike",
"demoMode": false,
"localStorageNamespace": "_eaglercraftX_starlike",
"enableSignatureBadge": true,
"enableSignatureBadge": false,
"lang": "en_US",
"enableMinceraft": true,
"autoFixLegacyStyleAttr": true,
"allowUpdateDL": true,
"logInvalidCerts": true,
"checkGLErrors": false,
"checkShaderGLErrors": false,
"crashOnUncaughtExceptions": false,
"forceWebGL1": false,

View File

@ -718,24 +718,24 @@ tile.ice.name=Ice
tile.icePacked.name=Packed Ice
tile.cactus.name=Cactus
tile.clay.name=Clay
tile.clayHardenedStained.name=Stained Clay
tile.clayHardenedStained.black.name=Black Stained Clay
tile.clayHardenedStained.red.name=Red Stained Clay
tile.clayHardenedStained.green.name=Green Stained Clay
tile.clayHardenedStained.brown.name=Brown Stained Clay
tile.clayHardenedStained.blue.name=Blue Stained Clay
tile.clayHardenedStained.purple.name=Purple Stained Clay
tile.clayHardenedStained.cyan.name=Cyan Stained Clay
tile.clayHardenedStained.silver.name=Light Gray Stained Clay
tile.clayHardenedStained.gray.name=Gray Stained Clay
tile.clayHardenedStained.pink.name=Pink Stained Clay
tile.clayHardenedStained.lime.name=Lime Stained Clay
tile.clayHardenedStained.yellow.name=Yellow Stained Clay
tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay
tile.clayHardenedStained.magenta.name=Magenta Stained Clay
tile.clayHardenedStained.orange.name=Orange Stained Clay
tile.clayHardenedStained.white.name=White Stained Clay
tile.clayHardened.name=Hardened Clay
tile.clayHardenedStained.name=Terracotta
tile.clayHardenedStained.black.name=Black Terracotta
tile.clayHardenedStained.red.name=Red Terracotta
tile.clayHardenedStained.green.name=Green Terracotta
tile.clayHardenedStained.brown.name=Brown Terracotta
tile.clayHardenedStained.blue.name=Blue Terracotta
tile.clayHardenedStained.purple.name=Purple Terracotta
tile.clayHardenedStained.cyan.name=Cyan Terracotta
tile.clayHardenedStained.silver.name=Light Gray Terracotta
tile.clayHardenedStained.gray.name=Gray Terracotta
tile.clayHardenedStained.pink.name=Pink Terracotta
tile.clayHardenedStained.lime.name=Lime Terracotta
tile.clayHardenedStained.yellow.name=Yellow Terracotta
tile.clayHardenedStained.lightBlue.name=Light Blue Terracotta
tile.clayHardenedStained.magenta.name=Magenta Terracotta
tile.clayHardenedStained.orange.name=Orange Terracotta
tile.clayHardenedStained.white.name=White Terracotta
tile.clayHardened.name=Terracotta
tile.reeds.name=Sugar cane
tile.jukebox.name=Jukebox
tile.fence.name=Oak Fence
@ -1912,7 +1912,7 @@ itemGroup.search=Search Items
itemGroup.food=Foodstuffs
itemGroup.tools=Tools
itemGroup.combat=Combat
itemGroup.brewing=Brewing
itemGroup.brewing=Consumables
itemGroup.materials=Materials
itemGroup.inventory=Survival Inventory

View File

@ -1,427 +1,129 @@
As seen on TV!
Awesome!
100% pure!
May contain nuts!
More polygons!
Moderately attractive!
Limited edition!
Flashing letters!
It's here!
Best in class!
It's finished!
Kind of dragon free!
Excitement!
More than 500 sold!
One of a kind!
Heaps of hits on YouTube!
Indev!
Spiders everywhere!
Check it out!
Holy cow, man!
It's a game!
Made in Sweden!
Uses LWJGL!
Reticulating splines!
Minecraft!
Yaaay!
Singleplayer!
Keyboard compatible!
Ingots!
Exploding creepers!
That's no moon!
l33t!
Create!
Survive!
Dungeon!
Exclusive!
The bee's knees!
Closed source!
Classy!
Wow!
Not on steam!
Oh man!
Awesome community!
Pixels!
Teetsuuuuoooo!
Kaaneeeedaaaa!
Now with difficulty!
Enhanced!
90% bug free!
Pretty!
12 herbs and spices!
Fat free!
Absolutely no memes!
Free dental!
Ask your doctor!
Minors welcome!
Cloud computing!
Legal in Finland!
Hard to label!
Technically good!
Bringing home the bacon!
Indie!
GOTY!
Ceci n'est pas une title screen!
Euclidian!
Now in 3D!
Inspirational!
Herregud!
Complex cellular automata!
Yes, sir!
Played by cowboys!
Now on OpenGL 3.2 core profile!
Thousands of colors!
Try it!
Age of Wonders is better!
Try the mushroom stew!
Sensational!
Hot tamale, hot hot tamale!
Play him off, keyboard cat!
Guaranteed!
Macroscopic!
Bring it on!
Random splash!
Call your mother!
Monster infighting!
Loved by millions!
Ultimate edition!
Freaky!
You've got a brand new key!
Water proof!
Uninflammable!
Whoa, dude!
All inclusive!
Tell your friends!
NP is not in P!
Music by C418!
Livestreamed!
Haunted!
Polynomial!
Terrestrial!
All is full of love!
Full of stars!
Scientific!
Not as cool as Spock!
Collaborate and listen!
Never dig down!
Take frequent breaks!
Not linear!
Han shot first!
Nice to meet you!
Buckets of lava!
Ride the pig!
Larger than Earth!
sqrt(-1) love you!
Phobos anomaly!
Punching wood!
Falling off cliffs!
1% sugar!
150% hyperbole!
Synecdoche!
Let's danec!
Seecret Friday update!
Reference implementation!
Kiss the sky!
20 GOTO 10!
Verlet intregration!
Peter Griffin!
Do not distribute!
Cogito ergo sum!
4815162342 lines of code!
A skeleton popped out!
The sum of its parts!
BTAF used to be good!
I miss ADOM!
umop-apisdn!
OICU812!
Bring me Ray Cokes!
Finger-licking!
Thematic!
Pneumatic!
Sublime!
Octagonal!
Une baguette!
Gargamel plays it!
Rita is the new top dog!
SWM forever!
Representing Edsbyn!
Matt Damon!
Supercalifragilisticexpialidocious!
Consummate V's!
Cow Tools!
Double buffered!
Fan fiction!
Flaxkikare!
Jason! Jason! Jason!
Hotter than the sun!
Internet enabled!
Autonomous!
Engage!
Fantasy!
DRR! DRR! DRR!
Kick it root down!
Regional resources!
Woo, facepunch!
Woo, somethingawful!
Woo, tigsource!
Woo, worldofminecraft!
Woo, reddit!
Woo, 2pp!
Google anlyticsed!
Now supports åäö!
Give us Gordon!
Tip your waiter!
Very fun!
12345 is a bad password!
Vote for net neutrality!
Lives in a pineapple under the sea!
MAP11 has two names!
Omnipotent!
Gasp!
...!
Bees, bees, bees, bees!
Jag känner en bot!
This text is hard to read if you play the game at the default resolution, but at 1080p it's fine!
Haha, LOL!
Hampsterdance!
Menger sponge!
idspispopd!
Eple (original edit)!
So fresh, so clean!
Slow acting portals!
Try the Nether!
Don't look directly at the bugs!
Oh, ok, Pigmen!
Finally with ladders!
Scary!
Play Minecraft, Watch Topgear, Get Pig!
Twittered about!
Jump up, jump up, and get down!
Joel is neat!
A riddle, wrapped in a mystery!
This parrot is no more! It has ceased to be!
Welcome to your Doom!
Stay a while, stay forever!
Stay a while and listen!
Treatment for your rash!
"Autological" is!
Information wants to be free!
"Almost never" is an interesting concept!
Lots of truthiness!
The creeper is a spy!
Turing complete!
It's groundbreaking!
Let our battle's begin!
The sky is the limit!
Jeb has amazing hair!
Ryan also has amazing hair!
Casual gaming!
Undefeated!
Kinda like Lemmings!
Follow the train, CJ!
Leveraging synergy!
This message will never appear on the splash screen, isn't that weird?
DungeonQuest is unfair!
90210!
Check out the far lands!
Tyrion would love it!
Also try VVVVVV!
Also try Super Meat Boy!
Also try Terraria!
Also try Mount And Blade!
Also try Project Zomboid!
Also try World of Goo!
Also try Limbo!
Also try Pixeljunk Shooter!
Also try Braid!
That's super!
Bread is pain!
Read more books!
Khaaaaaaaaan!
Less addictive than TV Tropes!
More addictive than lemonade!
Bigger than a bread box!
Millions of peaches!
Fnord!
This is my true form!
Don't bother with the clones!
Pumpkinhead!
Made by Jeb!
Has an ending!
Finally complete!
Feature packed!
Boots with the fur!
Stop, hammertime!
Testificates!
Conventional!
Homeomorphic to a 3-sphere!
Doesn't avoid double negatives!
Place ALL the blocks!
Does barrel rolls!
Meeting expectations!
PC gaming since 1873!
Ghoughpteighbteau tchoghs!
Déjà vu!
Déjà vu!
Got your nose!
Haley loves Elan!
Afraid of the big, black bat!
Doesn't use the U-word!
Child's play!
See you next Friday or so!
From the streets of Södermalm!
150 bpm for 400000 minutes!
Technologic!
Funk soul brother!
Pumpa kungen!
日本ハロー!
한국 안녕하세요!
Helo Cymru!
Cześć Polsko!
你好中国!
Привет Россия!
Γεια σου Ελλάδα!
My life for Aiur!
Lennart lennart = new Lennart();
I see your vocabulary has improved!
Who put it there?
You can't explain that!
if not ok then return end
§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac
§kFUNKY LOL
Big Pointy Teeth!
Bekarton guards the gate!
Mmmph, mmph!
Don't feed avocados to parrots!
Swords for everyone!
Plz reply to my tweet!
.party()!
Take her pillow!
Put that cookie down!
Pretty scary!
I have a suggestion.
Now with extra hugs!
Java 16 + 1 = 17!
Woah.
HURNERJSGER?
What's up, Doc?
Now contains 32 random daily cats!
That's Numberwang!
pls rt
Do you want to join my server?
Put a little fence around it!
Throw a blanket over it!
One day, somewhere in the future, my work will be quoted!
Now with additional stuff!
Extra things!
Yay, puppies for everyone!
So sweet, like a nice bon bon!
Very influential in its circle!
Now With Multiplayer!
Rise from your grave!
Warning! A huge battleship "STEVE" is approaching fast!
Blue warrior shot the food!
Run, coward! I hunger!
Flavor with no seasoning!
Strange, but not a stranger!
Tougher than diamonds, rich like cream!
It swings, it jives!
Cruising streets for gold!
Take an eggbeater and beat it against a skillet!
Make me a table, a funky table!
Take the elevator to the mezzanine!
Stop being reasonable, this is the Internet!
/give @a hugs 64
This is good for Realms.
Any computer is a laptop if you're brave enough!
Do it all, everything!
Where there is not light, there can spider!
GNU Terry Pratchett
More Digital!
doot doot
Falling with style!
There's no stopping the Trollmaso
Throw yourself at the ground and miss
Rule #1: it's never my fault
Replaced molten cheese with blood?
Absolutely fixed relatively broken coordinates
Boats FTW
Javalicious edition
Should not be played while driving
You're going too fast!
Don't feed chocolate to parrots!
The true meaning of covfefe
An illusion! What are you hiding?
Something's not quite right...
Thank you for the fish!
All rumors are true!
Truly gone fishing!
Rainbow turtle?
Something funny!
I need more context.
Ahhhhhh!
Don't worry, be happy!
Water bottle!
What's the question?
Plant a tree!
Go to the dentist!
What do you expect?
Look mum, I'm in a splash!
It came from space.
Awesome game design right there!
Ph1lza had a good run!
10 years of Mining and Crafting!
Ping the human!
In case it isn't obvious, foxes aren't players.
Buzzy Bees!
Minecraft Java Edition presents: Disgusting Bugs
Wash your hands!
Soap and water!
Support local businesses!
Stay home and play games!
Stay safe!
Stay strong!
Cough or sneeze into your elbow!
Dont touch your face!
Support elderly relatives and friends!
Prepare, but dont hoard!
Gamers unite separately in your own homes!
Save the world stay inside!
Shop for your elders!
Hang out with your friends online!
Honey, I grew the bees!
Find your claw!
Everybody do the Leif!
<3 Max & 99 & Ducky!
Bushy eyebrows!
Edit is a name!
From free range developers!
Music by Lena Raine!
Aww man!
#minecraftfarms
And my pickaxe!
Envision! Create! Share!
Fabulous graphics!
Also try Minecraft Dungeons!
Vanilla!
May contain traces of citrus!
Zoglin!?
Black lives matter!
Be anti-racist!
Learn about allyship!
Speak OUT against injustice and UP for equality!
Amplify and listen to BIPOC voices!
Educate your friends on anti-racism!
Support the BIPOC community and creators!
Stand up for equality in your community!
[this splash text is now available]
Contains simulated goats!
Home-made!
There's <<a cat on ,my keyboard!~
The cutest predator you'll ever meet!
Now you are thinking with pistons!
Get to the coppah!
Board game version also available!
Honey, I waxed the copper!
Plant-based light sources!
Made by "real" people!
The teacher is behind u lil bro
The earth is flat
dont unstellar client
3 is too easy
nobody will get the reference
Doxed
georgeonchatgpt
I won't use chat gpt
based
if two people like this then im leaking eaglercraft 1.21
(it will have jenny mod)
one more like
I like my cheese drippy bruh!
why? ;-;
cant do this one
100% a furry femboy
echo client sucks
Freaky time >:)
Dinnerbone
Diddy bone
Ain't no party like a Diddy Party!
Sharing is caring! (unless its an std)
im gonna stop deleting messages
Bigger than 2 inches!
alr added
Please Enjoy Nice Intimate Situations
>:)
this without the space ^
:D
"Im NOT pulling out"
opera is the best browser ever
DIDDY DIDNT DO IT!
Freak off in 30 mins
i wanna join
Mom said it was my turn on the xbox
what's the wifi password
ill check this in about 30-60 min
bruh
I like turtles
nigga
They hit the north tower
Shut it
stop the pings1!1!
Delete system32
reverse yeeing
Hot single moms in your area
interpropriate
i've seen your search history.
Hey kid, you want free candy?
clicked on it
9+10=21
i didn't know she was 16
What's this white stuff?
Is it just me, or are half of these splash texts deranged?
teacher is coming
https://blocked.goguardian.com/
"Im sorry she didnt make it"
includes bonzi buddy
bro wake up its 2014
thick of it
How thick?
Hey everyone, Dan here from The Diamond Minecart
f to pay respects to zumbiepig for reviewing this full chat
I love touching zumbies boosums
https://www.reddit.com/r/eaglercraft/
FIEN FIEN FIEN
No 😭
rizz mode deactivated
Dog eating cake in da frige
Why did Microsoft buy Minecraft for 2.5 Billion Dollars when they could have bought it for 30$?
"According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don't care what humans think is impossible." (We don't even have bees)
🤓 🖕
i failed my art class, expect evil to happen
#FREEDIDDY
Aged like milk
"can i milk you?"
punch a cow with a bucket
From the gyat, to sus, to the rizz, to the mew
paul eagler 2: the revival
mom, the eaglercraft discord got taken down again
Title screen splash text
once a skid, always a skid
Exercise? i thought u meant extra fries!
I FUCKNG hate curious George
i hate neigbors
#zumbie on talk tuah podcast
Lick Lick
This channel will close at 4:00PM (no this is not a splash). You will still be able to react after this time, so get your messages in!
Start spamming splash screen ideas
Peyton is gay
no spam
i've been sitting at my computer for 1 hour just saying splashes.
Group pissing in 5 mins
I haven't seen the outside world for 13 hours because I've been playing Minecraft.
touching grass? what a JOKE.
discord.gg/starlike
How many dicks can i fit in my mouth?
I'm gonna test that.
woah
HEEYY WHO DELETED THAT >:(
no fake members!
for christmas, i want jenny mod.
Jenny and Warden Hawk Tuah!
(╯°□°)╯︵ ┻━┻
10 likes = my pfp be Zombie Pigman fr
Jfkxicjglckfhtldj
same rules, 5 👍 to get added
better than 1.8
Justin Client
Simga!
george is skid
IM IN YOUR WALLS
Joy and Anxiety in a rap battle!!
skibidi toilet
8===D
5 likes
placeholder i forgot to remove lmao
¯\_(ツ)_/¯
Make this a title screen splash
do i change to 4 👍
Minecraftforfree.com
The Digital Millennium Copyright Act (DMCA) is a US law that protects copyright holders from online theft and infringement.
The Digital Millennium Copyright Act (DMCA) is a 1998 United States copyright law that implements two 1996 treaties of the World Intellectual Property Organization (WIPO). It criminalizes production and dissemination of technology, devices, or services intended to circumvent measures that control access to copyrighted works (commonly known as digital rights management or DRM). It also criminalizes the act of circumventing an access control, whether or not there is actual infringement of copyright itself. [citation needed] In addition, the DMCA heightens the penalties for copyright infringement on the Internet.[1][2] Passed on October 12, 1998, by a unanimous vote in the United States Senate and signed into law by President Bill Clinton on October 28, 1998, the DMCA amended Title 17 of the United States Code to extend the reach of copyright, while limiting the liability of the providers of online services for copyright infringement by their users.
funny splash
Oiled up?
lax1dude vs microsoft
Hi everyone - random discord person
gg
get this to 4 likes guys

View File

@ -1,2 +1,2 @@
# Change to 0 to disable blur
enable_blur=1
enable_blur=0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 KiB

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 KiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:ancient_debris"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:andesite_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:andesite_tiles"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:black_glazed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:black_packed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:black_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:black_terracotta_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:blackstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:blue_glazed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:blue_packed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:blue_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:blue_terracotta_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:brown_glazed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:brown_packed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:brown_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:brown_terracotta_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:calcite"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:calcite_tiles"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_acacia_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_bamboo_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_birch_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_cherry_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_copper"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_crimson_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_dark_oak_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_deep_ocean_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_jungle_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_mangrove_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_oak_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_polished_blackstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_spruce_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_tuff"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_tuff_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_tuff_top"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:chiseled_warped_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cobbled_andesite"
}
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "starlike:cobbled_deepslate" }
}
}

View File

@ -1,5 +0,0 @@
{
"variants": {
"normal": { "model": "starlike:cobbled_deepstone" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cobbled_diorite"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cobbled_granite"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cobbled_soul_stone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:copper"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:copper_block"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:copper_grate"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:copper_ore"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cracked_blackstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cracked_polished_blackstone_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:creeper_chiseled_sandstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cut_copper"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cyan_glazed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cyan_packed_terracotta"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cyan_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:cyan_terracotta_bricks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_acacia_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_acacia_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_birch_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_birch_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_dark_oak_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_dark_oak_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_jungle_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_jungle_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_oak_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_oak_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_red_sandstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_sandstone"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_spruce_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_spruce_planks"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_acacia_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_birch_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_dark_oak_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_jungle_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_oak_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:decorated_stripped_spruce_log"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:deep_ocean_bricks"
}
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "starlike:deepslate" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:deepslate_copper_ore"
}
}
}

View File

@ -1,5 +0,0 @@
{
"variants": {
"normal": { "model": "starlike:deepstone" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "starlike:diorite_tiles"
}
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "starlike:dragonite_block" }
}
}

Some files were not shown because too many files have changed in this diff Show More