
Forge 1.19.2 Disabling is not working
antonhibl opened this issue ยท 3 comments
I have been trying to simply disable vanilla tools with a very basic config, like so:
{
"configVersion": 2,
"blacklisted_items": [
"!minecraft:*_concrete_powder",
"!minecraft:*_pickaxe",
"!minecraft:*_axe",
"!minecraft:*_sword",
"!minecraft:*_hoe",
"!minecraft:*_shovel"
],
"blacklisted_nbt": [],
"only_disable_interactions": [
""
],
"only_disable_attacks": [
""
],
"only_disable_recipes": [
""
],
"use_hashmap_optimizations": false
}
however in-game, these items all still exist, their recipes still exist, they still show up in creative tabs and JEI. I have been trying to fix this for like 2 hours and I am ready to give up on this mod unless I am just doing something wrong?. Is there something I am missing?? I have tried turning the hash map optimizations on/off again, restarting my entire game several times. I am using version 2.2.1 of the mod and have the following modlist:
Ad Astra
Advancement Plaques
AeroBlender
Alchemist's Industry
Alchemistry
AlchemyLib
AlmostUnified
Amethysts of Fortune
Antimatter Alchemy
AppleSkin
Architectury
AttributeFix
Avaritia
Bad Wither No Cookie Reloaded
Bag Of Holding
Balm
Bartering Station
Better Statistics Screen
Better Totem Of Undying
Better Tridents
BetterF3
BetterThanMending
Block Runner
Blur (Forge)
Bookshelf
Botarium
CC: Tweaked
CC:C Bridge
Caelus API
ChemLib
Clear Skies
Cloth Config v8 API
Clumps
CoFH Core
Cobweb
ColossalChests
Construction Wand
Corail Tombstone
Create
Create Ad Astra Compat
Create Crafts & Additions
Create Enchantment Industry
Create Mechanical Extruder
Create: Steam 'n' Rails
Curios API
Cyclops Core
Dave's Potioneering
Deep Aether
Dynamic FPS
Easy Anvils
Easy Magic
Easy Shulker Boxes
Echo Chest
Elytra Slot
Embeddium
Embeddium++
EnchantmentDescriptions
Ender Dragon Fight Remastered
Enhanced Extinguishing
EntityCulling
Ephemera
Extended Cogwheels
FTB Dripper
FTB Essentials
FTB Library
FTB Quests
FTB Teams
FTB Ultimine
FTB XMod Compat
FancyMenu
Ferrite Core
Framework
GeckoLib
Gliders
Hex Casting
Hex Conjuring
Hex Gloop
Hex Keys
HexJS
HexKinetics
Hexal
Highlight
Horse Expert
Iceberg
ImmediatelyFast
Incendium
Intarsia
Inventory Essentials
Item Filters
Item Obliterator
Jade
Jade Addons
Journeymap
Just Enough Breeding
Just Enough Effect Descriptions
Just Enough Items
Konkrete
Kotlin for Forge
KubeJS
KubeJS + CC: Tweaked
KubeJS Addditions (Forge)
KubeJS Create
KubeJS Thermal
KubeJSPowah
KubeUtils
Leave My Bars Alone
Leaves Be Gone
Legendary Tooltips
Let Me Despawn
Load My F***ing Tags
Loot Journal
LootJS
Mantle
Melody
Memory Leak Fix
ModernFix
Modonomicon
MoreJS
Mouse Tweaks
MrCrayfish's Gun Mod
Necronomicon
Nether Chested
No Chat Reports
Nullscape
ObsidianUI
Overflowing Bars
PAUCAL
Paper Doll
Patchouli
Paxi
Pehkui
Polymorph
PonderJS
Powah
Prism
Protect Your Moa
Puzzles Lib
Reaper
Redstone Arsenal
Resourceful Lib
Resourcefulconfig
Rhino
Rubidium Dynamic Lights
Rubidium Extra
Scorched Guns
Simple Inventory Sorter (Configurable)
Smooth Swapping
Soul Fire'd
Sound Physics Remastered
Spawn Animations
Spirit
Spyglass Improvements
Starlight
Storage Drawers
Stylish Effects
TerraBlender
TexTrue's Embeddium Options
The Aether
Thermal And Space
Thermal Cultivation
Thermal Dynamics
Thermal Expansion
Thermal Foundation
Thermal Innovation
Thermal Integration
Thermal Locomotion
Theurgy
Tinkers' Construct
Tinkers' Integrations and Tweaks
Tinkers' Levelling Addon
Tips
ToolStats
Universal Bone Meal
Useful Slime
Visual Workbench
Visuality: Reforged
Vitalize
Why Not Be One Item
YUNG's API
Yeetus Experimentus
mutil
I also saw a past issue mention that CC: Create bridge caused the same problem for them. I already tried removing that mod and relaunching my game and I still had this same problem so that's not the issue either.
This is my game's log if it is helpful: https://mclo.gs/cjBsSPL
I already tried scouring through it and did not see anything that jumped out to me as causing the issue.