Skip to content

Commit

Permalink
build: add source of TConstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Mar 11, 2022
1 parent c37d148 commit de707ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added libs/TConstruct-1.18.1-3.4.1.46-sources.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package fr.alasdiablo.jerintegration.compat.tconstruct;

import fr.alasdiablo.jerintegration.api.WorldGenIntegration;
import jeresources.api.IWorldGenRegistry;

public class TConstructWorldGen extends WorldGenIntegration {
@Override
public void registerWorldGen(IWorldGenRegistry registry) {
}
}

0 comments on commit de707ba

Please sign in to comment.