Skip to content

Commit

Permalink
Java 3.5 (#4)
Browse files Browse the repository at this point in the history
* add sprites

convert by slicer

* remove extra images

* remove extra images

* add realms content

* fix name

* move realms logo

* Update blocked_slot.png

* Update dye_slot.png

* fill sprites

* remove sprites in the original image

* adapting to the new version

* remove old realms

* remove logo blur

* compress size

compress by pngguantlet

* Update pack.mcmeta

for 1.20.2

* keep some frame with no light

* Revert "keep some frame with no light"

This reverts commit 6be6fbf.

* Update trial_available.png.mcmeta
  • Loading branch information
hbread00 authored Oct 1, 2023
1 parent 9dbc6cf commit f463a8c
Show file tree
Hide file tree
Showing 493 changed files with 277 additions and 8 deletions.
Binary file removed assets/minecraft/textures/gui/accessibility.png
Binary file not shown.
Binary file removed assets/minecraft/textures/gui/advancements/tabs.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/minecraft/textures/gui/bars.png
Binary file not shown.
Binary file modified assets/minecraft/textures/gui/book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/minecraft/textures/gui/chat_tags.png
Binary file not shown.
Binary file removed assets/minecraft/textures/gui/checkbox.png
Binary file not shown.
Binary file modified assets/minecraft/textures/gui/container/anvil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/beacon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/blast_furnace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/brewing_stand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/minecraft/textures/gui/container/bundle.png
Binary file not shown.
Binary file modified assets/minecraft/textures/gui/container/cartography_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/crafting_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified assets/minecraft/textures/gui/container/enchanting_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/furnace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/gamemode_switcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/grindstone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/horse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/inventory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified assets/minecraft/textures/gui/container/loom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/smithing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/gui/container/smoker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Binary file modified assets/minecraft/textures/gui/container/stonecutter.png
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/icons.png
Diff not rendered.
Binary file added assets/minecraft/textures/gui/realms/empty_frame.png
Binary file modified assets/minecraft/textures/gui/recipe_book.png
Binary file removed assets/minecraft/textures/gui/recipe_button.png
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/report_button.png
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/resource_packs.png
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/server_selection.png
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/slider.png
Diff not rendered.
Diff not rendered.
Binary file removed assets/minecraft/textures/gui/spectator_widgets.png
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 200,
"height": 26,
"border": 10
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 32,
"height": 32,
"border": 4
}
}
}
Binary file added assets/minecraft/textures/gui/sprites/hud/air.png
Binary file added assets/minecraft/textures/gui/sprites/hud/hotbar.png
Binary file added assets/minecraft/textures/gui/sprites/icon/link.png
Binary file added assets/minecraft/textures/gui/sprites/icon/news.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"animation": {
"frames": [
{
"index": 0,
"time": 2
},
{
"index": 1,
"time": 2
},
{
"index": 2,
"time": 2
},
{
"index": 3,
"time": 2
},
{
"index": 4,
"time": 2
},
{
"index": 5,
"time": 2
},
{
"index": 6,
"time": 2
},
{
"index": 7,
"time": 2
}
]
}
}
Loading

0 comments on commit f463a8c

Please sign in to comment.