Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f88f6eaaca | |||
| 3912ec541d |
@@ -1,11 +0,0 @@
|
||||
// Brass and Sigil -- client-side: hide items disabled server-side from JEI
|
||||
//
|
||||
// The Shattered Dimensional Carver is disabled on the server (the
|
||||
// Capsid recipe is overridden to require barriers, and the right-click
|
||||
// is cancelled). Hiding it from JEI completes the illusion -- players
|
||||
// don't see a recipe-less ghost item cluttering search.
|
||||
|
||||
JEIEvents.hideItems(event => {
|
||||
event.hide('alexsmobs:shattered_dimensional_carver');
|
||||
console.info('[bns/hide_disabled_items] hid alexsmobs:shattered_dimensional_carver from JEI');
|
||||
});
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"$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.30.3",
|
||||
"version": "0.30.4",
|
||||
"minecraft": "1.21.1",
|
||||
"loader": {
|
||||
"type": "neoforge",
|
||||
"version": "21.1.228"
|
||||
},
|
||||
"lockedAt": "2026-05-30T21:15:04Z",
|
||||
"lockedAt": "2026-06-01T19:14:46Z",
|
||||
"mods": [
|
||||
{
|
||||
"source": "modrinth",
|
||||
|
||||
Reference in New Issue
Block a user