Skip to content

Commit

Permalink
Update seeds.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed Aug 5, 2024
1 parent e8349bc commit 4754623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubejs/server_scripts/monicoins/seeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ServerEvents.recipes(event => {
//-- "Seeds"
event.shaped(
Item.of('minecraft:cocoa_beans', 32), [
'AA ',
' A ',
' '
'A A',
' ',
' A '
], {
A: 'kubejs:moni_penny'
}).noMirror().noShrink()
Expand Down

0 comments on commit 4754623

Please sign in to comment.