Skip to content

Commit

Permalink
add flowey-face texture to back-side of bomb model
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 13, 2024
1 parent 202de32 commit 33f0efc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ scoreboard players add .aj.last_id aj.id 0
scoreboard players set $aj.loop_mode.loop aj.i 0
scoreboard players set $aj.loop_mode.once aj.i 1
scoreboard players set $aj.loop_mode.hold aj.i 2
scoreboard players set aj.bomb.export_version aj.i -818835660
scoreboard players set aj.bomb.export_version aj.i 423643214
scoreboard players reset * aj.bomb.rig_loaded
execute as @e[type=minecraft:item_display,tag=aj.bomb.root] run function animated_java:bomb/zzzzzzzz/on_load
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
16,
13
],
"texture": "#1"
"texture": "#3"
},
"west": {
"uv": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
},
"south": {
"uv": [1, 3, 16, 13],
"texture": 1
"texture": 3
},
"west": {
"uv": [1, 3, 16, 13],
Expand Down Expand Up @@ -1402,7 +1402,7 @@
"override": false,
"length": 0.5,
"snapping": 20,
"selected": false,
"selected": true,
"anim_time_update": "",
"blend_weight": "",
"start_delay": "",
Expand Down Expand Up @@ -1465,7 +1465,7 @@
"override": false,
"length": 0.6,
"snapping": 20,
"selected": true,
"selected": false,
"anim_time_update": "",
"blend_weight": "",
"start_delay": "",
Expand Down

0 comments on commit 33f0efc

Please sign in to comment.