You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Emit both the value of the modifier, and the entity's base value as debug information, since both are flattened into the modifier.
130
134
// Skip showing debug information here when displaying a merged modifier, since it will be shown if the user holds shift to display the un-merged modifier.
131
135
if (flag.isAdvanced() && !merged && NeoForgeConfig.COMMON.attributeAdvancedTooltipDebugInfo.get()) {
Copy file name to clipboardExpand all lines: src/main/resources/assets/neoforge/lang/en_us.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@
272
272
"neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
273
273
"neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags",
0 commit comments