-
### Modpack Version
0.5.16
### Describe your issue.
./world/serverconfig/ftbultimine-server.snbt is still the default and did not get replaced with https://github.com/NillerMedDild/Enigmatica6/blob…
-
## Code
```
namespace minecarts_nowadays
?furnace_minecart_name_text = "Minecart with Furnace"
?furnace_minecart_name_snbt = snbt {"text":"{?furnace_minecart_name_text}"}
function replace_dro…
-
The vanilla implement use java's `Character.isWhitespace()`, which includes ` `, `\t`, `\r`, `\n` and so on.
https://github.com/Mojang/brigadier/blob/b92c420b2a292dd5c20f6adfafff5e21b9835c6d/src/ma…
Tnze updated
11 months ago
-
[Bug] 当服务器使用Husk系列插件时无法翻页
-
### Mod
FTB Chunks
### Mod version
ftb-chunks-forge-1802.3.17-build.265
### Forge / Fabric version
1.18.2 40.2.2
### Modpack & version
OxFORTPACK x256 v.7.1
### What issue are …
-
-
we can rely on [Spyglass](https://github.com/SpyglassMC/Spyglass) now that v4 is out once CLI linting is implemented
click to view outdated ticket description
we get a little bit of linting in…
-
Add the ability to:
- Save your current edits to a brand new file, without writing to the original one you opened it from.
- Write a new file to disk based on your own content, from scratch. Right n…
-
this command works fine in game, but has an issue in VSC.
`/give @s minecraft:nether_star[minecraft:enchantment_glint_override=0]`
"enchantment_glint_override" allows both boolean values and simple …
-
Implement NbtFloat and it's unit test
It must
* ~Represent a float~
* ~Parse to proper snbt~
* Be able to write using the proper binary format.