PolyFactory:Data Comparator
Jump to navigation
Jump to search
Data Comparator
| Renewable |
Yes |
|---|---|
| Stackable |
Yes (64) |
| Tool | |
| Blast resistance | |
| Hardness | |
| Luminous |
? |
| Transparent |
? |
| Flammable |
? |
| Catches fire from Lava |
? |
{
"title": "Data Comparator",
"rows": [
{
"field": "Yes",
"label": "(link to minecraft:Renewable resource article, displayed as Renewable)"
},
{
"field": "Yes (64)",
"label": "Stackable"
},
{
"field": "",
"label": "Tool"
},
{
"field": "(link to Template:blast resistance values#Missing value article, displayed as ?)(link to Category:Missing blast resistance article, displayed as Category:Missing blast resistance)",
"label": "(link to minecraft:Explosion#Blast resistance article, displayed as Blast resistance)"
},
{
"field": "(link to Template:hardness values#Missing value article, displayed as ?)(link to Category:Missing hardness article, displayed as Category:Missing hardness)",
"label": "(link to minecraft:Breaking#Blocks by hardness article, displayed as Hardness)"
},
{
"field": "? (link to Category:Missing luminance article, displayed as Category:Missing luminance)",
"label": "(link to minecraft:Light article, displayed as Luminous)"
},
{
"field": "? (link to Category:Missing transparency article, displayed as Category:Missing transparency)",
"label": "(link to minecraft:Opacity article, displayed as Transparent)"
},
{
"field": "?(link to Category:Missing flammability article, displayed as Category:Missing flammability)",
"label": "(link to minecraft:Flammable article, displayed as Flammable)"
},
{
"field": "?(link to Category:Missing lava susceptibility article, displayed as Category:Missing lava susceptibility)",
"label": "Catches fire from [https://minecraft.wiki/w/Lava Lava]"
}
],
"invimages": [],
"images": [
"PolyFactory-Data Comparator.png"
]
}
Data Comparator is a data block added by PolyFactory. It allows you to compare 2 data inputs, getting single output (same as Arithmetic Operator).
- Returns Boolean True or False data, depending on operation set with a Wrench.
- Can check if data is
equal,not equal,less than,less or equal,more thanandmore or equal. - By default it tries to convert types if they don't match, but you can enable strict mode preventing that.
- This block also emits weak redstone signal in direction of output with power level 15 when returning true and 0 for false.