Skip to content

Commit

Permalink
Merge pull request #104 from Chainmail-Studios/shnup
Browse files Browse the repository at this point in the history
Shnup
  • Loading branch information
Shnupbups authored Jun 25, 2020
2 parents 966de9b + ce0f456 commit e3174f6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
public class AstromineItems {
// Spawn eggs
public static final Item SPACE_SLIME_SPAWN_EGG = register("space_slime_spawn_egg", new UncoloredSpawnEggItem(AstromineEntityTypes.SPACE_SLIME, getBasicSettings()));
public static final Item ROCKET = register("rocket", new UncoloredSpawnEggItem(AstromineEntityTypes.ROCKET, getBasicSettings()));

// Misc materials
public static final Item SPACE_SLIME_BALL = register("space_slime_ball", new Item(getBasicSettings()));
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/astromine/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"item.astromine.space_slime_ball": "Space Slimeball",
"item.astromine.manual": "Astromine Manual",
"item.astromine.yeast": "Yeast",
"item.astromine.rocket": "Rocket",
"item.minecraft.potion.effect.rocket_fuel": "Rocket Fuel Bottle",
"item.minecraft.splash_potion.effect.rocket_fuel": "Splash Rocket Fuel Bottle",
"item.minecraft.lingering_potion.effect.rocket_fuel": "Lingering Rocket Fuel Bottle",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "astromine:item/thing"
}
}
6 changes: 6 additions & 0 deletions src/main/resources/assets/astromine/models/item/rocket.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "astromine:item/rocket"
}
}
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 e3174f6

Please sign in to comment.