Skip to content

Commit

Permalink
Make sure to credit TechLord22
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Oct 18, 2024
1 parent 78dec64 commit 8a800c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* This class was created by <TechLord22>. It was distributed as
* part of the TOPExtras Mod. Get the Source Code in github:
* https://github.com/TechLord22/TOPExtras
*
* TOPExtras is Open Source and distributed under the
* MIT License: https://github.com/TechLord22/TOPExtras/blob/master/LICENSE
*/
package mcjty.theoneprobe.apiimpl.providers;

import mcjty.theoneprobe.api.IProbeHitEntityData;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
/**
* This class was created by <TechLord22>. It was distributed as
* part of the TOPExtras Mod. Get the Source Code in github:
* https://github.com/TechLord22/TOPExtras
*
* TOPExtras is Open Source and distributed under the
* MIT License: https://github.com/TechLord22/TOPExtras/blob/master/LICENSE
*/
package mcjty.theoneprobe.apiimpl.providers;

import mcjty.theoneprobe.api.*;
import mcjty.theoneprobe.Utilities;
import net.minecraft.block.BlockBookshelf;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Items;
Expand Down

0 comments on commit 8a800c1

Please sign in to comment.