File tree Expand file tree Collapse file tree 5 files changed +9
-13
lines changed
java/vergisst/minecraftmod/weaponthrow/handler
resources/assets/weaponthrow/lang Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 11import org.gradle.kotlin.dsl.invoke
22
33plugins {
4- id(" fabric-loom" ) version " 1.10 .1"
4+ id(" fabric-loom" ) version " 1.4 .1"
55 id(" maven-publish" )
66}
77
@@ -42,12 +42,6 @@ loom {
4242 }
4343}
4444
45- // fabricApi {
46- // configureDataGeneration {
47- // client = true
48- // }
49- // }
50-
5145// repo sources
5246repositories {
5347 // Add repositories to retrieve artifacts from in here.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1G
55 # check these on https://modmuss50.me/fabric.html
66 minecraft_version =1.20.1
77 yarn_mappings =1.20.1+build.10
8- loader_version =0.16.14
8+ loader_version =0.15.9
99
1010# Mod Properties
1111 mod_version = 0.1-beta
@@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1G
1414
1515# Dependencies
1616 # check this on https://modmuss50.me/fabric.html
17- fabric_version =0.92.6 +1.20.1
17+ fabric_version =0.92.1 +1.20.1
1818 cloth_version = 11.1.136
1919 modmenu_version = 7.2.2
2020
Original file line number Diff line number Diff line change 1- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
1+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
Original file line number Diff line number Diff line change 1818import vergisst .minecraftmod .weaponthrow .packets .SPacketThrow ;
1919import vergisst .minecraftmod .weaponthrow .packets .State ;
2020
21+ import java .util .HashMap ;
22+
2123public class EventsHandler {
2224 public static void registerEvents (){
2325 OnStartPlayerTick .EVENT .register ((player )->{
Original file line number Diff line number Diff line change 1414 "weaponthrow.pmmo.requirementLoyalty" : " 使用忠诚需要 %d 战斗等级" ,
1515
1616 //Tetra Enchantment Integration
17- "tetra.improvement.enchantment/weaponthrow_throw.name" : " Throw " ,
17+ "tetra.improvement.enchantment/weaponthrow_throw.name" : " 重掷 " ,
1818 "tetra.improvement.enchantment/weaponthrow_throw.description" : " 增加投掷物造成的伤害" ,
19- "tetra.improvement.destabilized/weaponthrow_throw.name" : " Destabilized: Throw " ,
20- "tetra.improvement.destabilized/weaponthrow_throw.description" : " Reduces the effect of the Throw enchantment " ,
19+ "tetra.improvement.destabilized/weaponthrow_throw.name" : " 禁用: 重掷 " ,
20+ "tetra.improvement.destabilized/weaponthrow_throw.description" : " 降低‘重掷’附魔造成的影响 " ,
2121 "tetra.improvement.enchantment/weaponthrow_groundededge.name" : " Grounded Edge" ,
2222 "tetra.improvement.enchantment/weaponthrow_groundededge.description" : " Apply weakness in area" ,
2323 "tetra.improvement.destabilized/weaponthrow_groundededge.name" : " Destabilized: Grounded Edge" ,
You can’t perform that action at this time.
0 commit comments