![Quad](https://media.forgecdn.net/avatars/thumbnails/973/248/256/256/638475788632844281.png)
[doc] Minor typos on Modrinth page
hatkidchan opened this issue ยท 9 comments
Diff:
diff --git a/tmp/quad-modrinth.md b/tmp/quad-fixed.md
index 6bb4897..0594f11 100644
--- a/tmp/quad-modrinth.md
+++ b/tmp/quad-fixed.md
@@ -19,7 +19,7 @@
located in `data/quad/tags/items` (.json files)
-- `immune_all` be added to all `innume_*` tags
+- `immune_all` be added to all `immune_*` tags
- `immune_cactus` items won't get destroyed by cacti
- `immune_explosion` items won't get destroyed by explosions
- `immune_fire` items won't get destroyed by fire/lava
@@ -79,7 +79,6 @@ tags located in `data/c/tags/items` (.json files)
- ***Brush*** - replaced item `minecraft:copper_ingot` with tag `copper_ingots`
- ***Lightning Rod*** - replaced item `minecraft:copper_ingot` with tag `copper_ingots`
- ***Spyglass*** - replaced item `minecraft:copper_ingot` with tag `copper_ingots`
-- > replaced item `minecraft:amethyst_shard` with tag `amethyst_shards`
- ***Calibrated Sculk Sensor*** - replaced item `minecraft:amethyst_shard` with tag `amethyst_shards`
- ***Tinted Glass*** - replaced item `minecraft:amethyst_shard` with tag `amethyst_shards`
##
fixed the immune_*
, but whats with the
"-- > replaced item minecraft:amethyst_shard
with tag amethyst_shards
" line in red?
its cuz it replace it for the hopper? im not doing the name twice, same with the spyglass, it gets the copper and amethyst shard changed
thats why its got the pop out with the - >
in the code, to show its part of the 1 above, unless that isn't clear