fixed recipes, working tools
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "minecraft:item/handheld", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/quickiepowderaxe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/quickiepowderhoe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/quickiepowderpickaxe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/quickiepowdershovel" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/quickiepowderwaterhoe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/speedpowderaxe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/speedpowderhoe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/speedpowderpickaxe" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/speedpowdershovel" | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,6 @@ | ||||
| { | ||||
|     "parent": "item/generated", | ||||
|     "textures": { | ||||
|         "layer0": "quickiemod:item/speedpowderwaterhoe" | ||||
|     } | ||||
| } | ||||
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 5.9 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 6.0 KiB | 
							
								
								
									
										7
									
								
								src/main/resources/data/c/tags/item/axes.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,7 @@ | ||||
| { | ||||
|   "replace": false, | ||||
|   "values": [ | ||||
|     "quickiemod:speedpowderaxe", | ||||
|     "quickiemod:quickiepowderaxe" | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										9
									
								
								src/main/resources/data/c/tags/item/hoes.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,9 @@ | ||||
| { | ||||
|   "replace": false, | ||||
|   "values": [ | ||||
|     "quickiemod:speedpowderhoe", | ||||
|     "quickiemod:speedpowderwaterhoe", | ||||
|     "quickiemod:quickiepowderhoe", | ||||
|     "quickiemod:quickiepowderwaterhoe" | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										7
									
								
								src/main/resources/data/c/tags/item/pickaxes.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,7 @@ | ||||
| { | ||||
|   "replace": false, | ||||
|   "values": [ | ||||
|     "quickiemod:speedpowderpickaxe", | ||||
|     "quickiemod:quickiepowderpickaxe" | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										7
									
								
								src/main/resources/data/c/tags/item/shovels.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,7 @@ | ||||
| { | ||||
|   "replace": false, | ||||
|   "values": [ | ||||
|     "quickiemod:speedpowdershovel", | ||||
|     "quickiemod:quickiepowdershovel" | ||||
|   ] | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
| 	"category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"ss", | ||||
| 		"s|", | ||||
| 		" |" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:quickieingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:quickiepowderaxe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"ss", | ||||
| 		" |", | ||||
| 		" |" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:quickieingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:quickiepowderhoe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"sss", | ||||
| 		" | ", | ||||
| 		" | " | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:quickieingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:quickiepowderpickaxe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"s", | ||||
| 		"|", | ||||
| 		"|" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:quickieingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:quickiepowdershovel", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"ss", | ||||
| 		"s|", | ||||
| 		" |" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:speedingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:speedpowderaxe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"ss", | ||||
| 		" |", | ||||
| 		" |" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:speedingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:speedpowderhoe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"sss", | ||||
| 		" | ", | ||||
| 		" | " | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:speedingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:speedpowderpickaxe", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,21 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shaped", | ||||
|   "category": "tools", | ||||
| 	"pattern": [ | ||||
| 		"s", | ||||
| 		"|", | ||||
| 		"|" | ||||
| 	], | ||||
| 	"key": { | ||||
| 		"s": { | ||||
| 			"item": "quickiemod:speedingot" | ||||
| 		}, | ||||
| 		"|": { | ||||
| 			"item": "minecraft:stick" | ||||
| 		} | ||||
| 	}, | ||||
| 	"result": { | ||||
| 		"id": "quickiemod:speedpowdershovel", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,18 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shapeless", | ||||
| 	"ingredients": [ | ||||
| 		{ | ||||
| 			"item": "minecraft:coal" | ||||
| 		}, | ||||
| 		{ | ||||
| 			"item": "quickiemod:sulphor" | ||||
| 		}, | ||||
| 		{ | ||||
| 		  "item": "quickiemod:salpeter" | ||||
| 		} | ||||
| 	], | ||||
| 	"result": { | ||||
| 		"id": "minecraft:gunpowder", | ||||
| 		"count": 1 | ||||
| 	} | ||||
| } | ||||
| @@ -0,0 +1,15 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shapeless", | ||||
|   "ingredients": [ | ||||
|     { | ||||
|       "item": "minecraft:water_bucket" | ||||
|     }, | ||||
|     { | ||||
|       "item": "quickiemod:quickiepowderhoe" | ||||
|     } | ||||
|   ], | ||||
|   "result": { | ||||
|     "id": "quickiemod:quickiepowderwaterhoe", | ||||
|     "count": 1 | ||||
|   } | ||||
| } | ||||
| @@ -0,0 +1,15 @@ | ||||
| { | ||||
| 	"type": "minecraft:crafting_shapeless", | ||||
|   "ingredients": [ | ||||
|     { | ||||
|       "item": "minecraft:water_bucket" | ||||
|     }, | ||||
|     { | ||||
|       "item": "quickiemod:speedpowderhoe" | ||||
|     } | ||||
|   ], | ||||
|   "result": { | ||||
|     "id": "quickiemod:speedpowderwaterhoe", | ||||
|     "count": 1 | ||||
|   } | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| 	{ | ||||
| 		"replace": false, | ||||
| 		"values": [ | ||||
| 			"quickiemod:oresulphor", | ||||
| 			"quickiemod:oredeepslatesulphor", | ||||
| 			"quickiemod:orenethersulphor", | ||||
| 			"quickiemod:oresalpeter", | ||||
| 			"quickiemod:oresandsalpeter", | ||||
| 			"quickiemod:sandsalpeter", | ||||
| 			"quickiemod:dirtsalpeter" | ||||
| 		] | ||||
| 	} | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": 5 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": 16 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": -125 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": 5 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": 0 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
| @@ -19,6 +19,9 @@ | ||||
|           "absolute": 32 | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     { | ||||
|       "type": "minecraft:biome" | ||||
|     } | ||||
|   ] | ||||
| } | ||||