Compatibility
Minecraft: Java Edition
1.19.2–1.19.3
1.19
1.18.1–1.18.2
1.16.3–1.16.5
1.15.2
1.12.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last month
Changelog
FxControl 1.12-0.1.2
- New 'mod' attribute for 'block' test so that you can test for modded blocks: 'block': { 'mod': 'rftools' }
- New 'mod' attribute for 'helditem' (and similar) test so that you can test for modded blocks
- New 'empty' attribute for 'helditem' (and similar) tests so that you can test for an empty item: 'helditem': { 'empty': true }
- New 'count' attribute for 'helditem' (and similar) tests so that you can add expresssions to test for amounts. For example 'helditem': { 'item': 'minecraft:coal', 'count': '>=10' }
- New 'ore' attribute for 'helditem' (and similar) tests to do ore dictionary tests
- New 'energy' attribute for 'helditem' (and similar) tests to that you can test for forge energy in an item. This supports expressions
- New 'energy' attribute for 'block' test so that you can test for forge energy in a block. There is also a new 'energyside' attribute which allows you to specify from which side the energy will be examined. If not given it will use null
- New 'contains' attribute for 'block' test so that you can test for the presence of items in an inventory
- New 'look' attribute for 'blockoffset'. If this is present then the 'block' test will use the position of the block the player is looking at
- The 'blockoffset' tag is now also used for the 'setblock' command