Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
/ ReStock Public archive

Commit

Permalink
Update restock.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rvveber authored and mstingl committed Nov 24, 2019
1 parent 45398e9 commit c33ed97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restock.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function changeBaseBlock(_coordArray, _forceReplace) {
}

//chest/container has been opened and will therefore be refilled
/*creating compoundbuilder from existing nbt data*/
/*creating compoundbuilder from nbt data*/

nbtBuilder.putString('LootTable', lootTable);
baseBlock.setNbtData(nbtBuilder.build());
Expand Down

0 comments on commit c33ed97

Please sign in to comment.