Skip to content

Commit

Permalink
Fix old material name error
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperLorelai committed Feb 3, 2022
1 parent 1fcf8a5 commit cfad800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
version: "1.18.1",
versionCompared: "1.17.1",
soundboardVersion: "8.0.0",
soundboardVersion: "8.0.1",
soundboardVersionCompared: "7.0.0"
}
2 changes: 1 addition & 1 deletion soundConfig/final-1.18.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ block:
sounds:
- use
growing_plant:
icon: "seeds"
icon: "wheat_seeds"
sounds:
- crop
hanging_roots:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ sb-block2:
GrowingPlant:
spell: sb-block-growing_plant
item:
type: seeds
type: wheat_seeds
name: <gold>Growing Plant Sounds
slot: 7
HangingRoots:
Expand Down Expand Up @@ -4839,7 +4839,7 @@ sb-block-growing_plant:
Sound_Crop:
spell: sound-block-growing_plant-crop
item:
type: seeds
type: wheat_seeds
name: <yellow>Crop <gold>Sound
lore:
- <grey><italic>block.growing_plant.crop
Expand Down

0 comments on commit cfad800

Please sign in to comment.