
[๐ฆ]: Variant Sticks & Stuff by xanthian
rottakore opened this issue ยท 4 comments
Code Of Conduct
- See EC Backlog if someone already suggested a mod that you are going to suggest.
- The mod MUST contain variant WoodType: OAK or other vanilla WoodTypes for ITEM or BLOCK
Curseforge (Normal)
https://www.curseforge.com/minecraft/mc-mods/variant-sticks-stuff
Curseforge-Fabric (Optional)
No response
Version Loader Availability
- 1.19.2 | FABRIC
- 1.20.1 | FABRIC
- 1.21.1 | FABRIC
- 1.19.2 | FORGE
- 1.20.1 | FORGE
- 1.21.1 | NEOFORGE
MODID
vsas
Types
Item:
- All items related to tools
Optional Information
Since Every Compat already has compatibility with Variant Vanilla Blocks from xanthian, maybe it would be easy to implement this one.
You need to list blocks and items in the mod.
simple like this:
## BLOCK:
- vsas:birch_rail
- vsas:birch_torch
## ITEM:
- vsas:birch_fishing_rod
This mod adds an enormous quantity of items, could you explain me how can I list them here in a faster way rather than seeing each name through "/give vsas:..." and copying here?
Example of some items this mod adds:
- vsas:arrows/acacia_arrow
- vsas:arrows/cherry_arrow
- vsas:axes/acacia_axe
- vsas:bows/bamboo_bow
- vsas:grindstones/birch_grindstone
- vsas:ladders/jungle_ladder
- vsas:levers/mangrove_lever
...
In your other issue, i've provided an easy way to get the ID. I'll add one more thing. If you have CraftTweaker or KubeJS installed, then you can put item or block from the mod into your inventory. then run /crafttweaker inventory
then you click the link via the chat that will open the file, crafttweaker.log
. you can find the list of IDs of these in your inventory look like this:
[item:vsas:arrows/acacia_arrow]
you can just clean it up and turn it into vsas:arrows/acacia_arrow
EDIT: please provide the full list of these item and block. Thanks!