Change clocks texture/recipe to copper
All checks were successful
/ build-1.21 (push) Successful in 47s
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Removed biome info overlay when the player has a map
|
||||
- Removed compass requirement for the player locater bar when using the Player Locater Bar Plus mod
|
||||
- Added keybind (I) to toggle immersive overlays
|
||||
- Clocks are now crafted with copper instead of gold, and the texture has been changed to reflect this (thanks to veechair on discord for the textures!)
|
||||
|
||||
### Fixed
|
||||
- The paxel recipes are now correctly unlocked when finding (most of) their relevant resources
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 460 B |
|
After Width: | Height: | Size: 461 B |
|
After Width: | Height: | Size: 471 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 448 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 445 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 466 B |
|
After Width: | Height: | Size: 448 B |
|
After Width: | Height: | Size: 474 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 472 B |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 472 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 471 B |
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 497 B |
|
After Width: | Height: | Size: 478 B |
|
After Width: | Height: | Size: 480 B |
|
After Width: | Height: | Size: 478 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 449 B |
|
After Width: | Height: | Size: 469 B |
|
After Width: | Height: | Size: 447 B |
|
After Width: | Height: | Size: 469 B |
|
After Width: | Height: | Size: 474 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 460 B |
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 444 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 468 B |
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 467 B |
|
After Width: | Height: | Size: 459 B |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 467 B |
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 469 B |
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 462 B |
|
After Width: | Height: | Size: 484 B |
|
After Width: | Height: | Size: 467 B |
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 478 B |
|
After Width: | Height: | Size: 456 B |
|
After Width: | Height: | Size: 451 B |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 439 B |
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 456 B |
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:clock"
|
||||
}
|
||||
}
|
||||