Fix Numismatics coin IDs (5 denominations) #16

Merged
Matt merged 1 commits from fix/numismatics-coin-ids into main 2026-05-23 14:18:12 +00:00
3 changed files with 7 additions and 4 deletions
Showing only changes of commit 01e1e4a502 - Show all commits
@@ -37,7 +37,8 @@ COLORS.forEach(c => {
const COIN_ITEMS = [
'numismatics:spur',
'numismatics:bevel',
'numismatics:sundial',
'numismatics:cog',
'numismatics:crown',
'numismatics:sun',
];
@@ -14,11 +14,13 @@ ServerEvents.recipes(event => {
// recovery happens via OP /give or future bank vendor.
event.remove({ mod: 'waystones' });
// Block coin manufacturing only -- 4 denominations.
// Block coin manufacturing only -- 5 denominations.
// Real registry IDs: spur, bevel, cog, crown, sun.
[
'numismatics:spur',
'numismatics:bevel',
'numismatics:sundial',
'numismatics:cog',
'numismatics:crown',
'numismatics:sun',
].forEach(coin => event.remove({ output: coin }));
});
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing",
"name": "Brass and Sigil",
"version": "0.18.0",
"version": "0.18.1",
"minecraft": "1.21.1",
"loader": {
"type": "neoforge",