
ReplaceBlocksMod
Some handy easy-to-use commands to solve Minecraft's annoyances
- Загрузки
- 1K
- Подписчики
- 4
- Обновлён
- 1 мая 2025 г.
- Лицензия
- MIT
Опубликован 19 апреля 2025 г.
ReplaceBlocksMod
A utility mod that lets you replace blocks with other blocks, used entirely through the console.
The provided commands are intended to be more convenient than using the
vanilla /fill command.
Commands
1. /replace <sourceBlock> with <targetBlock>
Replaces all nearby instances of sourceBlock with targetBlock.
e.g. /replace oak_planks with cherry_planks
In Vanilla, this would be equivalent to
/fill ~-50 ~-10 ~-50 ~50 ~10 ~50 oak_planks replace cherry_planks
which is much more difficult to type and fails anyway because
the /fill command can't handle that many blocks.
2. /removegrass
Removes all nearby short grass and long grass. Regular grass blocks will not be removed.
In Vanilla, this would be similar to (but more optimized than)
/fill ~-50 ~-10 ~-50 ~50 ~10 ~50 air replace short_grass
and /fill ~-50 ~-10 ~-50 ~50 ~10 ~50 air replace tall_grass
but again, the /fill command can't handle that many blocks.
Suggestions for more commands are welcome! File an issue at https://github.com/adil192/ReplaceBlocksMod
Ченджлог
1.1.1Релиз1.21.3, 1.21.4, 1.21.5 · 1 мая 2025 г.
- Extended compatibility to all 1.20.x and 1.21.x versions
- Fixed the homepage and issues buttons not working in ModMenu
1.1.1Релиз1.20.4, 1.20.5, 1.20.6 · 1 мая 2025 г.
- Extended compatibility to all 1.20.x and 1.21.x versions
- Fixed the homepage and issues buttons not working in ModMenu
1.1.0Релиз1.21.3, 1.21.4, 1.21.5 · 23 апреля 2025 г.
- Replacing blocks with air is now treated as breaking the block
- Fixed window panes, fences, and similar blocks not connecting to neighboring walls with commands like
/replace ___ with glass_plane
1.0.3Релиз1.21.3, 1.21.4, 1.21.5 · 21 апреля 2025 г.
- Added translation support to messages
- Player names in messages are now clickable
1.0.2Релиз1.21.3, 1.21.4, 1.21.5 · 21 апреля 2025 г.
- Added more descriptive feedback, e.g.
- 'Steve123 replaced 4816 Oak Leaves with Cherry Leaves'
- 'Steve123 removed 125 weeds'
1.0.1Релиз1.21.3, 1.21.4, 1.21.5 · 21 апреля 2025 г.
- Added compatibility with more Fabric versions
- Added more mod metadata including an icon
- Removed some unused template files
Комментарии
Загружаем…