Skip to content

Commit

Permalink
Update src/main/java/org/cyclops/integrateddynamics/core/evaluate/ope…
Browse files Browse the repository at this point in the history
…rator/Operators.java
  • Loading branch information
rubensworks authored Dec 31, 2024
1 parent c5a20e5 commit 0e6552e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ public IValue evaluate(OperatorBase.SafeVariablesGetter variables) throws Evalua
*/
public static final IOperator OBJECT_ITEMSTACK_ENTITY_TOOLTIP = REGISTRY.register(OperatorBuilders.ENTITY_1_ITEMSTACK_1
.inputTypes(ValueTypes.OBJECT_ENTITY, ValueTypes.OBJECT_ITEMSTACK)
.output(ValueTypes.LIST).symbol("Entity.itemTooltip").operatorName("entityitemtooltip").interactName("entityItemTooltip")
.output(ValueTypes.LIST).symbol("entity_item_tooltip").operatorName("entityitemtooltip").interactName("entityItemTooltip")
.function(variables -> {
ValueObjectTypeEntity.ValueEntity a = variables.getValue(0, ValueTypes.OBJECT_ENTITY);
ValueObjectTypeItemStack.ValueItemStack itemStack = variables.getValue(1, ValueTypes.OBJECT_ITEMSTACK);
Expand Down

0 comments on commit 0e6552e

Please sign in to comment.