Skip to content

Commit

Permalink
Merge pull request #124 from Chainmail-Studios/shnup
Browse files Browse the repository at this point in the history
Shnup
  • Loading branch information
Shnupbups authored Jun 29, 2020
2 parents 78f2843 + e465626 commit 4e52489
Show file tree
Hide file tree
Showing 38 changed files with 39 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class AstromineBreathables {
public static void initialize() {
BreathableRegistry.INSTANCE.register(EntityType.COD, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.DOLPHIN, AstromineTags.NORMAL_BREATHABLE, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.DROWNED, AstromineTags.NORMAL_BREATHABLE, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.ELDER_GUARDIAN, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.GUARDIAN, AstromineTags.WATER_BREATHABLE);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", "#$ ", " $ "],
"pattern": ["##", "#$", " $"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" ", "# #", "# #"],
"pattern": ["# #", "# #"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["###", "# #", " "],
"pattern": ["###", "# #"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", " $ ", " $ "],
"pattern": ["##", " $", " $"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " $ ", " $ "],
"pattern": ["#", "$", "$"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " $ "],
"pattern": ["#", "#", "$"],
"key": {
"#": {
"item": "astromine:asterite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", "#$ ", " $ "],
"pattern": ["##", "#$", " $"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" ", "# #", "# #"],
"pattern": ["# #", "# #"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["###", "# #", " "],
"pattern": ["###", "# #"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", " $ ", " $ "],
"pattern": ["##", " $", " $"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " $ ", " $ "],
"pattern": ["#", "$", "$"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " $ "],
"pattern": ["#", "#", "$"],
"key": {
"#": {
"item": "astromine:galaxium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "minecraft:gold_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "minecraft:iron_ingot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/astromine/recipes/metite_axe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", "#$ ", " $ "],
"pattern": ["##", "#$", " $"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" ", "# #", "# #"],
"pattern": ["# #", "# #"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["###", "# #", " "],
"pattern": ["###", "# #"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/astromine/recipes/metite_hoe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", " $ ", " $ "],
"pattern": ["##", " $", " $"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " $ ", " $ "],
"pattern": ["#", "$", "$"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " $ "],
"pattern": ["#", "#", "$"],
"key": {
"#": {
"item": "astromine:metite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "minecraft:netherite_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" ", "121", "3 3"],
"pattern": ["121", "3 3"],
"key": {
"1": {
"item": "minecraft:white_wool"
},
"2": {
"item": "astromine:diamond_dust"
"item": "astromine:metite_dust"
},
"3": {
"item": "minecraft:black_wool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:white_wool"
},
"2": {
"item": "astromine:diamond_dust"
"item": "astromine:metite_dust"
},
"3": {
"item": "minecraft:black_wool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:white_wool"
},
"2": {
"item": "astromine:diamond_dust"
"item": "astromine:metite_dust"
},
"3": {
"item": "minecraft:black_wool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "minecraft:white_wool"
},
"2": {
"item": "astromine:diamond_dust"
"item": "astromine:metite_dust"
},
"3": {
"item": "minecraft:black_wool"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/astromine/recipes/stellum_axe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", "#$ ", " $ "],
"pattern": ["##", "#$", " $"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" ", "# #", "# #"],
"pattern": ["# #", "# #"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["###", "# #", " "],
"pattern": ["###", "# #"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/astromine/recipes/stellum_hoe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": ["## ", " $ ", " $ "],
"pattern": ["##", " $", " $"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " $ ", " $ "],
"pattern": ["#", "$", "$"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " $ "],
"pattern": ["#", "#", "$"],
"key": {
"#": {
"item": "astromine:stellum_ingot"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [" # ", " # ", " "],
"pattern": ["#", "#"],
"key": {
"#": {
"item": "astromine:univite_ingot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"replace": false,
"values": [
"minecraft:iron_golem",
"minecraft:armor_stand"
"minecraft:armor_stand",
"astromine:space_slime",
"astromine:super_space_slime"
]
}

0 comments on commit 4e52489

Please sign in to comment.