mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Compare commits
No commits in common. "ede9ae13396de8e3a2daa537d290e6ffe4f3cb01" and "8a422e725fe435d2d9ebd85833abe6c3da639a67" have entirely different histories.
ede9ae1339
...
8a422e725f
2 changed files with 2 additions and 1 deletions
|
@ -17,10 +17,12 @@ import net.minecraft.util.math.shapes.IBooleanFunction;
|
|||
import net.minecraft.util.math.shapes.ISelectionContext;
|
||||
import net.minecraft.util.math.shapes.VoxelShape;
|
||||
import net.minecraft.util.math.shapes.VoxelShapes;
|
||||
import net.minecraft.util.text.ITextComponent;
|
||||
import net.minecraft.util.text.StringTextComponent;
|
||||
import net.minecraft.world.IBlockReader;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraft.world.server.ServerWorld;
|
||||
//import us.minecraftchest2.hdm_mod.world.dimension.ModDimensions;
|
||||
import us.minecraftchest2.hdm_mod.world.dimension.ModDimensions;
|
||||
import us.minecraftchest2.hdm_mod.world.dimension.SimpleTeleporter;
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@ displayName = "${mod_name}" #mandatory
|
|||
#credits="Thanks for this example mod goes to Java" #optional
|
||||
# A text field displayed in the mod UI
|
||||
authors = "${mod_authors}" #optional
|
||||
credits="${credits}"
|
||||
# The description text for the mod (multi line!) (#mandatory)
|
||||
description = '''${mod_description}'''
|
||||
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue