Skip to content

Commit

Permalink
Now the docs should match :3
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 committed Nov 2, 2024
1 parent a24f097 commit 352ab0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ public ItemFrameEntityMixin(EntityType<? extends AbstractDecorationEntity> entit
@Shadow
public abstract ItemStack getHeldItemStack();

@Shadow //TODO: this may fail
protected abstract void removeFromFrame(ItemStack stack);
@Shadow
public abstract void setHeldItemStack(ItemStack stack);

@Shadow public abstract void setHeldItemStack(ItemStack stack);
@Shadow
protected abstract void removeFromFrame(ItemStack stack);

@Override
public int trickster$slot_holder$size() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/trickster/lang/en_us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ trickster:
other_hand_slot: Catch Delusion
get_item_in_slot: Fence's Ingress
get_inventory_slot: Intrusive Ingress
drop_stack_from_slot: Benevolent Ploy
drop_stack_from_slot: Ploy of Offering

type_fragment: Argumentative Distortion
delay_execution: Ploy of Suspension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Returns a slot reference of the caster's other hand.

<|glyph@trickster:templates|trick-id=trickster:get_inventory_slot,title=Intrusive Ingress|>

number, [vector] -> slot
number, [vector | entity] -> slot

---

Returns the item slot at the given index in either the inventory of the caster, or the block at the given position.
Constructs a slot from an index and an inventory source, using the caster by default.

;;;;;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Listed here are ploys that interact with inventory slots or other inventory feat

;;;;;

<|glyph@trickster:templates|trick-id=trickster:drop_stack_from_slot,title=Benevolent Ploy|>
<|glyph@trickster:templates|trick-id=trickster:drop_stack_from_slot,title=Ploy of Offering|>

slot, vector, [number] -> entity

Expand Down

0 comments on commit 352ab0f

Please sign in to comment.