Skip to content

Commit

Permalink
Textures
Browse files Browse the repository at this point in the history
  • Loading branch information
M-W-K committed Jul 7, 2024
1 parent 840f1e5 commit 290f21a
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AmethystWingsCreativeTabsRegistry {
public static final RegistryObject<CreativeModeTab> WINGS_TAB = CREATIVE_MODE_TABS.register("amethystwings_tab", () -> CreativeModeTab.builder()
.title(Component.translatable("itemGroup.amethystwings"))
.withTabsBefore(CreativeModeTabs.COMBAT)
.icon(() -> AmethystWingsItemsRegistry.WINGS.get().getDefaultInstance())
.icon(() -> AmethystWingsItemsRegistry.TREATED_AMETHYST.get().getDefaultInstance())
.displayItems((parameters, output) -> {
output.accept(AmethystWingsItemsRegistry.WINGS.get());
output.accept(AmethystWingsItemsRegistry.TREATED_AMETHYST.get());
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"animation": {
"frametime": 30,
"frametime": 20,
"interpolate": true,
"frames": [
1, 0, 1, 1
0, 0, 1, 0
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"animation": {
"frametime": 40,
"frametime": 30,
"interpolate": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"animation": {
"frametime": 15,
"frametime": 20,
"interpolate": true,
"frames": [
1, 0, 1, 1
0, 0, 1, 0
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"animation": {
"frametime": 3,
"interpolate": true,
"frames": [
{
"index": 0,
"time": 60
}, 1, 2, 3, 4, 0
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"animation": {
"frametime": 20,
"interpolate": true
"frametime": 3,
"interpolate": true,
"frames": [
{
"index": 0,
"time": 80
}, 0, 1, 2, 3, 4, 5, 6, 7, 0
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 290f21a

Please sign in to comment.