Skip to content

Commit

Permalink
floater assets (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
illucc authored Jan 14, 2024
1 parent 9607294 commit 41d6b10
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"model": "vs_tournament:block/floater"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"block.vs_tournament.rope_hook": "Rope Hook",
"block.vs_tournament.fuel_container_full": "Fuel Container",
"block.vs_tournament.fuel_gauge": "Fuel Gauge",
"block.vs_tournament.floater": "Floater"

"block.vs_tournament.explosive_instant_small": "Instant Explosive (small)",
"block.vs_tournament.explosive_instant_medium": "Instant Explosive (medium)",
Expand Down Expand Up @@ -52,4 +53,4 @@
"tooltip.vs_tournament.gift.grab_gun": "The pieces of your old gravity gun. Right click to get a compensation.",

"description.vs_tournament.old_block": "OLD BLOCK. Place and break to get new one."
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"parent": "minecraft:block/cube_all",
"parent": "minecraft:block/cube",
"textures": {
"all": "vs_tournament:block/floater"
"down": "vs_tournament:block/floater_top",
"east": "vs_tournament:block/floater_side",
"north": "vs_tournament:block/floater_side",
"particle": "vs_tournament:block/floater_top",
"south": "vs_tournament:block/floater_side",
"up": "vs_tournament:block/floater_top",
"west": "vs_tournament:block/floater_side"
}
}
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.

0 comments on commit 41d6b10

Please sign in to comment.