CraftTweaker: [1.11] /minetweaker entities - doesn't list entities from mods.
Issue Description:
I installed a few mods. Tinkers Construct, for example, Forestry, e.t.c. I’m trying to get all entities that are exist in the game. I type “/minetweaker entities”.
What happens:
In the minetweaker.log file I see only an entities from vanilla.
What you expected to happen:
I expected to see all entities from vanilla and mods, because this command refers to an “EntityList” which contains all entities, including mod’s entities. I didn’t delve in the source code too much, so maybe I’m mistaken. I just need to know, is this bug or that works like it was intended to.
Actually I don’t understand is there even support for an entities from other mods?
In the ZenScript I write
<entity:cow>
And I get cow, that’s fine. But how to get an entity from other mod?
Script used
I used chat, not script.
Minetweaker.log file
Affected Versions (Do not use “latest”):
- Minecraft: 1.11.2
- Forge: 1.11.2-13.20.1.2386
- Crafttweaker: 1.11.2-3.0.26
Your most recent log file where the issue was present:
Already gave Minetweaker.log file.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (7 by maintainers)
@jaredlll08, Found the issue. It is MTLib. Tested with:
If you have MTLib, you only get Vanilla entities. Without MTLib you also get modded entities. Hope that helps.
@rinart73 As a temp work around remove MTlib to get the entity list.